body{
	background-color: #c7c7c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin-top: 1px;
}
#content p{
	font-size: 13px;
margin-top: 3px;
}
#content li{
	font-size: 13px;
}
#container {
	width: 980px;
	align: center;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	height: 600px;	
	z-index: 99;
	border: 1px solid white;
	background-color: #dfdfdf;
	overflow-y: hidden;
}
#container div {
	float: left;
}
#sfeer{
	width: 90px;
	height: 400px;
	
}
#header{
	background-color: #1A1A1A;
	width: 980px;
	height: 100px;
	color: white;
	border-bottom: 1px solid white;
	background: url(img/banner.png) 50% no-repeat #1A1A1A;
	background-position: right;
}
#header img{
	clear: left;
}
#header h1{
	margin:0 ;
	display: inline;
}
#content{
	width: 654px;
	height: 414px;
	/*_height: 300px;*/
	padding: 8px 30px 0 30px;
	background-color: #DFDFDF;
	margin: 0;
	overflow: auto;
}
#menu{
	background-color: #a6a6a6;
	width: 160px;
	height: 480px;
	padding-top: 20px;
	padding-left: 10px;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	background: url(img/faders_rechts.png) 50% no-repeat #131313;
}
li.active{
	background-color: #DFDFDF;
	width: 150px;
	border-right: 1px solid white;
}
li.activeLast{
	background-color: #DFDFDF;
	width: 150px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
li.active a{
	color: red;
}	
li.active ul li, li.active ul {
	background-color: #DFDFDF;
	/*border-right: 1px solid white;*/
}
li.active ul li{
	border-right: 1px solid white;
}

#menu li a {
	color: black;
	text-decoration: none;
}
#menu ul {
	margin: 0;
	font-weight: bolder;
	width: 170px;
	padding: 0;
	z-index: 80;
	margin-left: -10px;
	background-color: #a6a6a6;
		border-right: 1px solid white;
	/*cursor: pointer;
	cursor: hand;*/
}
#menu ul li {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	border-top: 1px solid #FFF;
	list-style: none;
	padding-top: 5px;
	min-height: 20px;
	_height: 20px;
}

#menu ul li ul{
	margin-left: -10px;
	display: none;
	margin-top: 5px;
	
}
#menu ul li ul li{
	margin-left: -10px;
	padding-left: 30px;
	width: 140px;
}
#menu ul li ul li.first{
	border-top: 1px solid white;
}
#menu a:hover{
	color: #444444;
}
#menu .last{
	border-bottom: 1px solid white;
}


table#contact_info{
	width: 719px;
	/*margin: 7px auto;*/
	/*position: absolute;
	margin-bottom: -50px;;*/
	position: absolute;
	z-index:2;
	border-top: 1px solid white;
	margin-top: 510px;
	/*margin-left: -720px;*/
	margin-left: 261px;
	font-size: 10px;
	color: #444444;
	padding-left: 20px;
	background-color: #A6A6A6;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 90px;
}
th{
	text-align: left;
}
a{
	color: black;
}
/* TEXT STYLES */
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}
.underline{
	text-decoration: underline;
}
.highlight{
	background-color: #FFFF00;
}
.oblique{
	font-style: italic; 
	font-weight: bold;
}