/** {
 margin: 0;
 padding: 0;
 border: none;
 list-style: none;
}
*/
html, * {
 		font-family: 'Arial Unicode MS', Arial, Verdana, sans-serif, Georgia, Helvetica, Geneva;
}

body {
}
img {
	border: 0;
	width: auto;
	height: auto;
}

p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.5em;
}

a,
a:link,
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	border-bottom: 0.0174em solid #437A1E;
	color: #437A1E;

}
a:visited {
	border-bottom:  0.0174em solid #437A1E;
	color: #437A1E;
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
	border-bottom: 0.0174em solid #043358;
	color: #043358;
}
h1 a.img,
h1 a:link.img,
h1 a:visited.img,
h1 a:active.img,
h1 a:focus.img,
h1 a:hover.img {
	text-decoration: none;
	border: 0;
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	border: 0;
	display: none;
}

h1 {
	font-size: 2em;
	border-bottom: 0.415em solid #7F9BAF;
/*					border-bottom: 1em solid red;*/
	height: 3.43em;
	line-height: 1.15em;
	padding-bottom: 0.67em;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {

}
h3.abschnitt,
#content .abschnitt {
	display: none;
}


img.logo {
	width: 2.464em;
}

#footer {
	text-align: center;
}

#logout {
	position: absolute;
	top: 6.6em;
	left: 1em;
	width: 18em;
}

#start #logout a,
#start #logout a:link,
#start #logout a:active,
#start #logout a:focus,
#start #logout a:visited {
	border-bottom: none;
	text-decoration: underline;
}

#start #logout a:hover {
	border-bottom: none;
	text-decoration: underline;
}