/*

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus

1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

   
/* 1. Standards */

* {
	scrollbar-face-color: #f4f0f0;
	scrollbar-highlight-color: #933834;
	scrollbar-3dlight-color: #f4f0f0;
	scrollbar-darkshadow-color: #f4f0f0;
	scrollbar-shadow-color: #933834;
	scrollbar-arrow-color: #933834;
	scrollbar-track-color: #fff;
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, input, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	font-size:12px;
	text-decoration: none;
	list-style-type: none;
	color: #666;
}

body {
	background: url(../images/bg_body.gif);
}

h1{
	font-size: 18px;
	color:#666666;
	text-align:center;
	height: 45px;
	display: block;
	background: url(../images/bg_h1.gif) no-repeat center bottom;
	margin: 0px 0px 30px 0px;
}

h2 {font-size: 14px; padding: 0px; text-align:left;}
h3 {font-size: 18px;color:#666666;text-align:center;height: 45px;display: block;background: url(../images/bg_h3.gif) no-repeat center bottom;margin: 0px 0px 30px 0px;}
p {margin: 0 0 15px; 0px; padding: 0px 0px;}
em {font-size: 10px;text-transform: uppercase;font-style: normal;}
.unsichtbar  {display: none}

/*######################################################################################################
######################################################################################################*/


/* 2. Layout */

#wrapper{
	background: url(../images/bg_wrapper.gif) repeat-x;
	padding-top: 15px;
}

#site0 {
	width: 860px;
	overflow:hidden;
	margin: 0px auto 0px auto ;
	position:relative;
	border: 1px solid #333;
	background-color: #f6f6f6;
}

#site {
	border: 4px solid #CCC;
	background: url(../images/bg_logo.gif) no-repeat right top;
	overflow:hidden;
}

#head {
	height: 170px;
	background: url(../images/bg_head.gif) no-repeat right bottom;
}

#content {
	padding: 0px 0px 0px 30px;
	background: url(../images/bg_content.gif) repeat-y right;
	border-bottom: 20px solid #F6F6F6;
	overflow:hidden;
}

#inhalt1 {
	width: 270px;
	float:left;
	padding: 0px 14px;
	text-align:justify;
	overflow:hidden;

}

#inhalt2 {
	width: 267px;
	float:left;
	padding: 0px 14px;
	text-align:justify;
	overflow:hidden;
}

#inhaltanfahrt {
	width: 546px;
	float:left;
	padding: 0px 14px;
	text-align:justify;
	overflow:hidden;
}

#footer {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	margin: 5px 0px 0px 0px;

}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation */

#navi {
	/*border-right: 1px solid #999;*/
	border-bottom: 10px solid #F6F6F6;
	width: 200px;
	float:left;
	height:370px; 
}

#navi a{
	display: block;
	padding: 4px 0px 4px 30px;
	font-size: 13px;
	color:#666;
	background: url(../images/bg_navi.gif) no-repeat 10px center;
}

#navi li{
	border-bottom: 1px solid #999;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#navi ul{
	margin: 20px 0px 0px 0px;
}

#navi .noborder{
	border: none;
}

#navi a:hover {
	text-decoration:none;
	color:#333;
	background:url(../images/bg_navi.gif) #FFF no-repeat 20px center;
}

#subnavi {
	margin: 10px 0px;
	text-align:right;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #CCC;
}

#subnavi a {
	color: #FFF;
	padding: 0px 20px 0px 10px;
	background: url(../images/bg_subnavi.jpg) no-repeat left center;
}

#subnavi li {
	display: inline;
}

#subnavi ul {
	display: block;
	background-color: #990000;
}
	
/*######################################################################################################
######################################################################################################*/


/* 4. Content */


#wrapper #site0 #site #content #navi img, #wrapper #site0 #site #content .bild {
	border: 3px solid #CCC;
	margin: 0px 0px 10px 0px;
	display:block;
}

.liste{
	position:relative;
	padding: 10px 0px 0px 10px;
}

.liste li{
	padding: 2px 0px 2px 20px;;
	background: url(../images/bullet-list.gif) no-repeat left center;
	text-align:left;
}

#wrapper #site0 #site #content #navi .nolink{
	padding: 0px;
	background: none;
}

#wrapper #site0 #site #content #navi .nolight{
	padding: 0px;
	background: none;
	cursor:default;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a{
	color:#990000;
}

a:hover{
	text-decoration:underline;
}
/*######################################################################################################
######################################################################################################*/

