/*

						Basic CSS
					
															*/


/* Global */
html{
	background:#c3dadc;	
	font-family:Verdana, Geneva, sans-serif;
}

body{
	width:999px;
	margin:auto;
}

#basic{
	width:100%;
	float:left;
	background:url("../img/sprite.gif") 990px 10px repeat-y #fff;
	border-top:8px solid #c3dadc;	
}

#top,#bottom{
	float:left;
	width:100%;
	height:25px;
	background:url("../img/sprite.gif") -9px -5px no-repeat;
}

#bottom{
	background-position:-9px -30px;
	height:30px;
}

strong,h3,h4{
	font-weight:bold;	
}

em{
	font-style:italic;
}

a{
	text-decoration:none;	
	-moz-outline:0;
}

.hide,legend,span{
	display:none;	
}

#inner{
	width:900px;
	float:left;
	padding:0 0 0 45px;
}

.submit{
	float:right;
	width:20px;
	height:19px;
	background:url("../img/sprite.gif") -9px -71px no-repeat;
}





/* Meta, Head, Subhead */
#meta,#meta a,#suche{
	font-size:10px;
	color:#445455;
}

#meta a:hover{
	color:#5B9293;	
}

#meta .active{
	font-weight:bold;
}

#meta{
	float:right;	
}

#meta li{
	float:left;
	border-right:1px solid #445455;
	padding:1px 10px;
}

#meta .last{
	border:none;	
}

#head{
	float:left;
	width:100%;
	border-top:1px solid #c3dadc;
	border-bottom:1px solid #c3dadc;
	height:260px;
	margin:13px 0 0 0;
	overflow:hidden;
}

#head #logo{
	float:left;
	width:156px;
	height:175px;
	margin:42px 33px 0 0;
	padding:0 2px 42px 0;
	background:url("../img/sprite.gif") -31px -71px no-repeat;
}

#subhead{
	width:100%;
	float:left;
	padding:15px 0;
	height:54px;
	font-size:10px;
	line-height:13px;
	color:#5b696a;
}

#subhead div{
	float:right;
}

#subhead #history{
	padding:5px 0 0 192px;	
	width:485px;
	float:left;
}

#subhead #history a{
	color:#5b696a;	
}

#flash{
	float:right;
	width:709px;
	height:260px;
}







/* Navigation */
#navigation{
	float:left;
	padding:0 0 0 45px;
	width:195px;
	font-size:12px;
}

#navigation li{
	width:185px;
	float:left;
	margin:5px 0;
	overflow:hidden;
}

#navigation li a{
	color:#445455;
	font-weight:bold;
	padding:2px 0 5px 20px;
	float:left;
	background:url("../img/sprite.gif") -189px -71px;
word-wrap:break-word;
word-break:keep-all;
}

#navigation .sub{
	background:url("../img/sprite.gif") -650px -71px;	
}

#navigation li li a{
	font-weight:normal;
	color:#445455;
	background:none;
	width:169px;
}

#navigation li li .active{
	font-weight:bold;
	color:#5B9293;
}

#navigation li li li .active{
	color:#445455;	
}

#navigation li li .sub{
	font-weight:bold;
	color:#5b9293;
	background:none;
}

#navigation li li li{
	margin:2px 0;	
}

#navigation li li li a{
	background:url("../img/sprite.gif") -450px -71px;
	font-size:11px;
	margin:0 0 0 17px;
	padding-left:14px;
	width:145px;
}

#navigation li li li .sub{
	font-weight:bold;
	color:#445455;
	background:url("../img/sprite.gif") -450px -71px;
}

#navigation li li li .active{
	font-weight:bold;	
}

#navigation li li li li{
	margin:-1px 0;	
}

#navigation li li li li a{
	padding-left:7px;
	margin-left:30px;
	width:130px;
	background:url("../img/sprite.gif") -850px -71px red;
}

#navigation li li li li .active{
	font-weight:bold;
	color:#5b9293;
}





/* Content */
#main{
	width:100%;
	float:left;
	background:url("../img/sprite.gif") -1015px 0 repeat-y;	
}

#content{
	float:left;
	width:475px;
	min-height:200px;
	font-size:12px;
	line-height:16px;
	padding:0 15px;
	font-size:12px;
	color:#445455;
	overflow:hidden;
	background-color:#fff;
}

#content h1,#content h2{
	font-weight:bold;
	font-size:18px;
	color:#5b9293;
	margin:0 0 20px 0;
	line-height:20px;
}

#content h2{
	font-size:14px;	
	margin:0 0 10px 0;
}

#content p,#content ul,#content ol{
	margin:0 0 20px 0;
	line-height:16px;
}

#content ul li{
	background:url("../img/li.gif") 0 3px no-repeat;
	padding-left:20px;
	padding-bottom:10px;
}

#content ol li{
	list-style-type:decimal;	
	margin:0 0 0 20px;
}

#content a{
	color:#404C4A;	
	text-decoration:underline;
}
#content a:hover{
	color: #5B9293;
}






/* Related Content / Rechte Spalte */
#related{
	width:185px;
	margin:0 0 0 10px;
	float:left;
	color:#404c4a;
	font-size:12px;
}

#related h1{
	float:left;
	border-top:1px solid #d9dde0;
	padding:20px 0 15px 0;
	color:#5B9293;
	font-size:12px;
	display:inline;
	font-weight:bold;
	margin:0 0 0 15px;
	width:170px;
}

#related p{
	float:left;
	width:170px;
	display:inline;
	padding:0 0 15px 15px;	
	background:transparent url("../img/sprite.gif") repeat -451px -73px;
	line-height:16px;
}

#related p a{
	color:#404c4a;	
	text-decoration:underline;
}

#related p a:hover{
	color:#5B9293;	
}





/* Footer */
#footer{
	width:990px;
	float:left;
	font-size:11px;
	text-align:center;
	color:#445455;
	background:url("../img/sprite.gif") -9px -375px no-repeat #fff;
	padding:5px 0 0 0;
	border-top:45px solid #fff;
}

#footer a{
	color:#445455;	
}

#footer a:hover{
	color:#5B9293;	
}

#footer span{
	display:inline;	
}

#content li p{
	margin:0;	
}

/*verschieben des preview kastens*/
#typo3-previewInfo{
	margin-top: 50px;
}




