body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
html, body {
	background-color: #f5f5f5;
	height: 100%;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 100%;
   	position: relative;
   	min-height: 100%;
   	height: 100%;
}
html>body #container {
   	 height: auto;
}
#header {
	height: 75px;
	background-color: #f8e677;
	 /*#DCD68D;*/
	width: 99%;

}
#header img {
	padding-top: 10px;
	padding-left: 15px;
	border:0;
	float:left
}
#header #name {
	margin-left: 85px;
	padding-top:15px
}
#header h1 {
	font-size: 1.5em;
	font-weight: bold;
	display:inline
}
#header h2 {
	font-size: 1.5em;
	font-weight: bolder;
	display:inline
}
#header a {
	color: #000;
	text-decoration: none;
}
#navi {
	width: 190px;
	top: 20px;
	position: relative;
	float:left;
}
#navi div.topic {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f8e677;
	color: #333;
	font-size: 1.0em;
	padding-left: 2px;
	margin-bottom: 8px;
}
#navi ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	text-indent: 0.5em;
}
#navi li a {
	width: 95%;
	color: #333;
	text-decoration: none;
	background: #f5f5f5 url(files/pfeiloff.png) no-repeat 0px 5px;
        text-indent: 0px;
	margin: 1px;
	padding-left: 15px;
	padding-bottom: 2px;
	display: block;
}
#navi li a[href], #navi li a[href]:visited {
	background: #f5f5f5 url(files/pfeil.png) no-repeat 0px 5px;
}
#navi li a[href]:hover {
	color: #000000;
	background: #fff url(files/pfeilon.png) no-repeat 0px 5px;
}
#navi li a:active {
	background: #f8e677 url(files/pfeilon.png) no-repeat 0px 5px;
}
#content {
	position: relative;
	width: 70%;
	margin-left: 210px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #f8e677
}
#content h2 {
	font-weight: bold;
	font-size: 1em;
}
#content h3 {
	font-weight: normal;
	font-size: 1em;
}
#content strong {
	caption-side: top;
}
#content a {
	color: #333;
}
#content a[href] {
	text-decoration:underline
}
#content a[href]:hover,  #content a[href]:active{
	color: #f8e677;
	text-decoration:none
}
#content a[href]:visited {
	color: #666;
	text-decoration:underline
}
#foot {
	margin-top:2em;
	color: #b3b3b3;
	font-size: 0.8em
}
#foot a, #foot a[href], #foot a:visited, #foot a[href]:visited {
	color: #b3b3b3;
	text-decoration:none
}
#foot a:active, #foot a[href]:active, #foot a:hover, #foot a[href]:hover {
	color: #b3b3b3;
	text-decoration:underline;
}
#foot acronym {
	border-bottom: 0px;
}
.left {
	float: left;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed;
}

