	@charset "utf-8";
/* CSS Document */


html {
	height:100.3%;
}
h1 {
	font-family:Tahoma;
}

a:active {
	color:#000000;
	text-decoration:none;
	padding-bottom:2px;
}
a:hover {
	color:#000000;
	text-decoration:none;
	padding-top:2px;
}
a:link {
	color:#000000;
}
a:visited {
	color:#000000;
	text-decoration:none;
}

a.menu:active {
	color:#000000;
	text-decoration:none;
	margin-bottom:10px;
}
a.menu:hover {
	color:#000000;
	text-decoration:none;
	padding-top:-10px;
}

a.menu:link {
	color:#000000;
	text-decoration:none;
}
a.menu:visited {
	color:#000000;
	text-decoration:none;
}

a.footer:active {
	color:#000000;
	
}
a.footer:hover {
	color:#000000;
}
a.footer:link {
	color:#000000;
	text-decoration:none;
}
a.footer:visited {
	color:#000000;
	text-decoration:none;
}




.menu {
	font-size:15px;
	font-family:verdana, sans-serif;
}



div#wrapper {
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	width:800px;
	
}
div#header {
	background-image:url(header.png);
	width:500px;
	height:100px;
	margin-bottom:0px;
	padding-left:150px;
	padding-top:230px;
	padding-right:150px;
	font-weight: bold;
	float:left;
	text-align:center;
}


div#ct {
	width:800px;
	height:19px;
	background-image:url(ct.png);
	float:left;
	
}
div#c {
	width:760px;
	padding: 0px 20px 0px 20px;
	background-image:url(c.png);
	float:left;
	font-size:18px;
	text-align:center;
	
}
div#cb {
	width:800px;
	height:20px;
	background-image:url(cb.png);
	float:left;
}

div#footer {
	width:800px;
	height:45px;
	margin-top:10px;
	font-weight: bold;
	text-align:center;
}


.ueberschrift {
	font-size:18px;
	}
		



