/*
---------------------------
WSB GmbH
Start: Februar 09
Autor: Torben Park
---------------------------
*/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-color: #999999;
	background-repeat: no-repeat;
	text-decoration: none;
}

#rahmen{
	padding-top: 50px;
	background-color:#999999;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-decoration: none;
	background-color: #000000;
}
#sitetitle {
	height: 36px;
	background-color: #000000;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	letter-spacing: 4px;
	margin-left: 20px;
}
#navigation ul {
	list-style-type: none;
}

#navigation li {
	font-size: 12px;
	display:inline;
}

#navigation {
	background-color: #000000;
	height: 30px;
	text-align: left;
	margin-left:20px;
	
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left:10px;
    	margin-right:10px;
	
}

#navigation a:hover{
	color:#ff0000;
}


#header{
	overflow: hidden;
}

#header_links {
	width: 556px;
	float: left;
	background-image: url(images/logolinks.jpg);
	background-repeat: no-repeat;
}
#head_title {
	height: 202px;
}


#header_rechts {
	width: 224px;
	float: left;
	height: 268px;
	background-image: url(images/logorechts.jpg);
}


#center{
	background-color: #000000;	
	width:780px;
	
}

#content{
	background-color: #000000;
	width: 450px;
	float: left;
	color: #ffffff;
	margin-left: 20px;
	
}

#content a {
	color: #ffffff;
}

#naviunten{
	background-color: #000000;
	height: 30px;
	text-align: left;
	margin-left:20px;
	width:760px;


}
#naviunten a{
	color: #FFFFFF;
	text-decoration: none;
	margin-left:10px;
    	margin-right:10px;
}

#naviunten a:hover {
	color:#ff0000;
}

#naviunten li {
	display:inline;
}


#sidebar {
	width: 300px;
	background-color: #000000;
	float: left;
	background-repeat: no-repeat;
	margin-right:10px;
	color: #ffffff;
}


#footer {
	height: 88px;
	background-image: url(images/footer%20776x82_2.jpg);
	background-repeat: no-repeat;
}
