/* CSS Document */

/* HTML Tags */
body {
	background-color: #CCCCCC;
}

img {
	border: 0px;
}

/* Grundlayout */
#container {
	background-color: #FFFFFF;
	width:910px;
	height:550px;
	margin:0px auto;
	padding: 20px;
	align: center;
}

#stabsnavigation {
	background-color: #FFFFFF;
	width: 222px;
	height: 550px;
	float: left;
}

#nav_stab {
	/*margin-top: 60px;*/
	padding-left: 0;
	margin-left: 0;
	width: 222px;
}
#nav_stab li {
	list-style: none;
	margin: 0;
	padding-bottom: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#nav_stab li a:link { 
	color: #000000;
	text-decoration: none; 
}
#nav_stab li a:visited { 
	color: #000000;
	text-decoration: none; 
}
#nav_stab li a:hover { 
	color: #339933;
	text-decoration: none; 
}
#nav_stab li a:active { 
	color: #000000;
	text-decoration: none; 
}

#trailer_bild {
	width: 368px;
	margin-left: 20px;
	height: 550px;
	float: left;
}

#hauptnavigation {
	padding: 20px;
	padding-top: 160px;
	background-color: #CCCCCC;
	margin-left: 20px;
	height: 180px;
	width: 240px;
	float: left;
	vertical-align: middle;
}

