
@charset "utf-8";
/* CSS Document */

html {height:100.3%;}

body {
	background-image:url(hintergrund.jpg);
	color:#FFF;
}


a:link {
	color:#FFF;
	
}
a:visited  {
	color:#FFF;
	text-decoration:none;

}
a:hover {
	color:#9f0202;
}
a.menu:link {
	text-decoration:none;
	color:#000000;
}
a.menu:visited {
	text-decoration:none;
	color:#000000;
}
a.menu:hover {
	color:#000000;
}
a.menu:active {
	text-decoration:none;
	color:#000000;
}
a.footer:link {
	text-decoration:none;
	color:#212121;
}
a.footer:visited {
	text-decoration:none;
	color:#6e6e6e;
}
a.footer:hover {
	text-decoration:none;
	color:#6e6e6e;
}
a.footer:active {
	text-decoration:none;
	color:#6e6e6e;
}
	
	
div#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

div#head {
	background-image:url(header.png);	
	width:450px;
	height:58px;
	padding-left:175px;
	padding-right:175px;
	padding-top:142px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color:#000000;
}


	
div#ct{
	background-image:url(ct.png);
	width:800px;
	height:21px;
	float:left;
	
}
div#c {
	background-image:url(c.png);
	width:700px;
	float:left;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:20px;
	color:#FFF;
	text-shadow: #333 0 -1px 1px;
}
div#cb {
	background-image:url(cb.png);
	width:800px;
	height:25px;
	float: left;
	
	
}
div#footer {
	width:800px;
	height:20px;
	margin-top:20px;
	margin-bottom:20px;
	color:#5a5a5a;
	text-align: center;
	text-decoration:none;
	float: left;
	
}

