@charset "utf-8";

html { height: 101%; }

body { 
	background: #f0f0f0; 
	outline: none; 
	border: 0; 
	margin: 0;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
#container { 
	position: absolute;
	background: #e0e0e0;
	width: 717px;	
	min-height: 400px;
	left: 50%;
	margin-left: -360px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #808080;
}

#content_out {
	width: 490px;
	float:left;
	margin-bottom: 20px;		
}

#content {	
	font-size: 11px;
	color: #454545;
	padding: 20px;
	padding-left:10px;
	line-height: 20px;
	text-align: left;
}

#content a { 
	color: #454545  ; 
}

#nav {
	margin-top: 20px;
	height: auto;
	width: 220px;	
	color: #454545;
	float: left;		
}

#nav ul {
	 list-style:none;
	 margin:0px;
	 padding:0px;
	 margin-top: 1px;
	 margin-bottom: 1px;
}

#nav li { 
	line-height: 30px;
	text-align: left;				
}
		
#nav li a {
	display:block;
}		
			
/* Level 1 */

.linklistLevel1 A {
	text-decoration: none;
	font-size: 10px;
	background-repeat: no-repeat;
	color: #454545;	
	padding-left: 15px;
}

.linklistLevel1 .linklistActive {
	background-image: url(/layout/nav.png);
	width: 220px;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:black;
}

.linklistLevel1 .linklist:hover {
	background-image: url(/layout/nav.png);
	width: 220px;	
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Level 2 */

.linklistLevel2 A {
	padding-left:23px;
}

.linklistLevel2 .linklistActive, .linklistLevel2 .linklistTrace {
	
}

.linklistLevel2 .linklist {
	font-weight:normal;	
}

/* Level 3 */

.linklistLevel3 A {
	padding-left:31px;
}

#head {	
	width: 822px;	
	height: 179px;
	margin-left: -43px;
	background-image: url(/layout/header.jpg);
	overflow: visible; 
	color: #7f7f7f;
	text-decoration: none;	
}

#search {
	font-size: 10px;
	color: #454545;	
	padding:15px;
}

#trace {
	padding-left: 50px;
	color: #454545;
	float: left;
	text-decoration: none;
	font-size: 10px; 
}

#trace a { 
	color: #454545;
}

#foot {
	border-top: 1px solid;	
	color: #878787;
	font-size: 10px;	
	height:25px; 
	text-align: center;
	line-height: 25px;		
}

#abschnitt{
	clear: both;	
}

#foot a { 
	color: #878787; 
}	

h1 { font-size: 13px; }
h2 { font-size: 12px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

#ops {
	padding:5px;	
	margin:10px;
	float:right;
}

#language {
	float:right;
	padding:1px;
	padding-left:0px;
	padding-right:65px
}