/* Eric Meyer's Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: arial,verdana,sans-serif;
	font-size: .813em;
	line-height: 120%;
}

a:link, a:visited, a:hover, a:active, a:focus {
	color: #093;
}

h1, h2, h3, h4, h5, h6, p, li {
	margin-bottom: .75em;
}

h1, h2, h3, h4, h5, h6 {
	color: #093;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: .9em;
}

sup, sub {
	height: 0;
	font-size: 70%;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.floatLeft {
	float: left;
}

img.floatLeft {
	margin: 0 10px 10px 0;
}

#container {
	width: 980px;
	margin: 4em auto 1em auto;
	border: 1px solid #093;
	position: relative;
}

#header {
	background: #fff url(../img/layout/head_fr.jpg) no-repeat 0 0;
	height: 275px;
}

#header a {
	text-decoration: none;
}

#header ul {
	position: absolute;
	right: .5em;
	top: 1.5em; 
}

#header li {
	float: left;
}

#header li a {
	display: block;
	border-left: 1px solid #093;
	padding: 0 1em;
}

#header li:first-child a {
	border-left: none;
}

#mainNavi {
	position: absolute;
	top: 275px;
	right: 0;
}

#mainNavi li {
	font-size: 1.125em;
	font-weight: bold;
	float: left;
	margin-bottom: 0;
}

#mainNavi a {
	display: block;
	line-height: 2em;
	width: 10em;
	text-align: center;
	border-left: 1px solid #093;
	text-decoration: none;
	color: #093;
}

#mainNavi .current a, #mainNavi a:hover {
	background-color: #e5f5eb;
}

#content {
	margin-top: 4em;
}

#content li {
	list-style-image: url(../img/layout/green-dot.gif);
	margin-left: 1em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content li {
	clear: both;
}

#col1, #col2 {
	width: 470px;
	padding: 0 0 20px;
	float: left;
}

#col2 {
	margin-bottom: 120px;
}

#footer {
	clear: both;
	height: 1px;
	line-height: 2em;
	font-size: .9em;
}

#footerImage {
	position: absolute;
	bottom: 0;
	right: 0;
}

.btnGreen a {
	display: block;
	float: left;
	width: 124px;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	background: #093 url(../img/layout/button_green.gif) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-size: .9em;
}


a.btnRed {
	display: block;
	float: left;
	width: 124px;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	background: #e2007a url(../img/layout/button_red.gif) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-size: .9em;
}

.editInfo {
	color: red;
	font-weight: bold;
}

#kursAnmeldung div {
	margin-bottom: .5em;
	clear: left;
	float: left;
}

#kursAnmeldung fieldset {
	margin-bottom: .75em;
}

#kursAnmeldung legend {
	font-weight: bold;
	color: #093;
}

#kursTermine label {
	margin-left: .25em;
}

#kursTeilnehmerDaten div {
	clear: left;
	float: left;
}

#kursTeilnehmerDaten label {
	width: 75px;
	float: left;
	margin-right: .5em;
}

#kursTeilnehmerDaten input {
	width: 200px;
	float: left;
	border: 1px solid #093;
}

#homeLink {
	position: absolute;
	width: 200px;
	height: 150px;
}

#homeLink a {
	position: absolute;
	display: block;
	width: 200px;
	height: 150px;
}

#homeLink span {
	position: absolute;
	left: -99999px;
}

#quizFormular div {
	margin-bottom: .5em;
	clear: left;
	float: left;
}

#quizFormular fieldset {
	margin-bottom: .75em;
}

#quizFormular legend {
	font-weight: bold;
	color: #093;
}

#quizTeilnehmerDaten div {
	clear: left;
	float: left;
}

#quizTeilnehmerDaten label {
	width: 75px;
	float: left;
	margin-right: .5em;
}

#quizTeilnehmerDaten input {
	width: 200px;
	float: left;
	border: 1px solid #093;
}

.note {
	font-size: .775em;
}


/***********/
/* Infobox */
/***********/

#infobox {
	width: 99%;
	margin: 1em 0;
}

#infoboxContainer {
	clear: both;
	background-color: #e5f5eb;
	padding: 2px;
}

#infoboxContainer h6 {
	margin: 0;
	padding: 2px 5px 2px 15px;
	font-size: 13px;
	background: #e5f5eb url('https://www.avogel.ch//images/products/layout/arrow_right_12x12.gif') no-repeat 0 50%;
	color: #093;
}

#infoboxContainer h6.selected {
	background: #fff url('https://www.avogel.ch//images/products/layout/arrow_down_12x12.gif') no-repeat 0 50%;
}

#infoboxContainer p {
	line-height: 15px;
}

.infoboxItemContent {
	background-color: #fff;
	padding: 0 5px 2px 15px;
	line-height: 15px;
	font-size: 13px;
}
