html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}

body {
	overflow: auto;      
    overflow-x: hidden; 
    overflow-y: auto;
	background: #f6c80b;
	color: #ffffff
	font: normal 62.5% Tahoma,sans-serif;
	}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 12px Tahoma, sans-serif;
	margin-bottom: 20px;
	padding-left: 128px;
}
h2 {
	font: bold normal 16px Tahoma, sans-serif;
	color: #49B8E5;
	margin: 0px 0px 20px;
	padding: 0px;
}
h3 {
	font: bold normal 16px Tahoma, sans-serif;
	margin-bottom: 20px;
	color: #49B8E5;
	}

blockquote {
	background: url(quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}


.top {
	padding: 20px 10px 0;
}


.header {
	background: #f6c80b;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #f6c80b;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #f6c80b url(header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
	text-align: right;
	background-image: url(ankuender.jpg);
	background-repeat: no-repeat;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {
	padding-top: 16px;
	font: normal 1.6em "Trebuchet MS",sans-serif;
	margin-bottom: 20px;
}


.navigation {
	background: #D9E1E5 url(nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	text-align: center;
	white-space: normal;
}
.navigation a {
	background: url(nav.gif);
	border-right: 1px none #AFBEC7;
	color: #456;
	font: bold normal 13px/41px sans-serif;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	padding: 12px 20px;
}
.navigation a:hover {
	background-position: left bottom;
	color: #003366;
	text-align: center;
}


.main {
	border-top: 4px solid #FFF;
	background: url(bgmain.gif) repeat-y;
}


.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}


.content {
	float: left;
	margin: 10px 0;
	padding: 0 20px;
	width: 738px;
}
.content .descr {
	color: #664;
	font-size: 12px;
	font-weight: normal;
}
.content .descr2 {
	color: #FFCC00;
	font-size: 16px;
	padding-left: 250px;
	font-weight: bold;
}
.content li {
	list-style: url(li.gif);
	margin-left: 18px;
}
.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
	text-align: justify;
	font-size: 1.1em;
}

.footer {
	background: url(bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}
