/* 

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

Einteilung des CSS-Aufbaus (Standart - Weite CSS für bestimmte Themenbereiche beachten!!!)

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

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

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("kontaktstyle.css");
	@import url("newsstyle_light2.css");
	@import url("cms.css");

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

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #3f3c3c;
	font-size:12px;
}

body {
	background:#fff;
}

h1{
	font-size: 24px;
	color: #999;
	font-weight:normal;
	border-bottom: solid 1px #ccc;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 18px;
	color: #ff3e10;
	font-weight:lighter;
}

p {
	margin: 0 0 20px 0px; line-height: 18px;}
	
.floatende {clear: both;}
hr {margin: 0 0 5px 0; clear:both; background: #fff; color:#FFF; border: none;}
.unsichtbar  {display: none;}
.noborder { border: none;}

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

/* 2. Layout */


#wrapper {
	width: 955px;
	position:relative;
	margin: 0 auto;
}

#navi { /* linker div*/
	width:265px;
	float:left;
	height: 600px;
	background:url(../images/bg_navi.jpg) no-repeat top right;
}

#content { /* mittlerer div*/
	width:450px;
	float:left;
}

#banner{ /* rechter div*/
	width:240px;
	float:left;
	z-index: 1;
	position:relative;
}

#head { /* mittlerer div- austauschbarer header*/
	width:450px;
	height: 254px;
}

#print{ /* mittlerer div - printbuttom*/
	text-align: right;
	padding: 0 20px 0 0;
}

#inhalt{ /* mittlerer div - text*/
	padding: 0 20px 10px 20px;
}

#newsletteranmelden{
	padding: 0 0 0 20px;
	position: relative;
	z-index: 3;
}
	
#footer{
	padding: 33px 0 0 20px;
	position: relative;
	z-index: 4;
}

#noflash{
	width:400px;
	height:300px;
	border: 1px solid #ccc;
	padding: 2px;
	background:#FFF;
	margin: 0 0 30px 0;
}

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


/* 3. Navigation 


---------------------------------------------------------- Hauptnavi links ----------------------------------------------------------------*/

#navi ul li{
	background:url(../images/bg_navi_li_bottom.jpg) no-repeat left bottom;
	padding: 3px 0 3px 10px;
}

#navi ul li ul li{
	background: none;
	position: relative;
	padding: 2px 0 2px 20px;
}

#navi ul li a{
	color:#707072;
	font-size: 14px;
	display:block;
	width: 180px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
    background-image: url(../images/bg_navi_li.jpg);
	background-repeat: no-repeat;
}

#navi ul li ul li a{
	background-image: url(../images/bg_navi_li2.jpg);
	background-repeat: no-repeat;
}

#navi ul li ul li ul li a{
	background-image: url(../images/bg_navi_li3.jpg);
	background-repeat: no-repeat;
}

#navi a:hover{
	color:#FA9F1B;
}

#ewcms_active_link{
	background-position: -209px top;
	}


/*------------------------------------------------------------ Subnavi Content -------------------------------------------------------------*/

/*#anker ul{
	margin: 0 20px 0 0;
	padding: 0;
	float:left;
}

#anker{  /* mittlerer div- div mit ankerlinks
	background: #000;
	float: none;
	clear:both;
	display:block;
}

#wrapper #content #inhalt #anker li{
	float:left;
}*/


/*------------------------------------------------------------ Subnavi rechts ----------------------------------------------------------------*/

#subnavi ul{
	margin: 170px 0 30px 50px;
	position:relative;
	z-index: 2;
}

#subnavi ul li{
	padding: 25px 0 0px 70px;
	display:block;
	height: 32px;
}

#subnavi ul li a{
	color: #707072;
	border-bottom: dashed 1px #707072;
	margin: 0 0 2px 0;
	padding: 0 0 2px 0;
	position: relative;
}

#subnavi ul li a:hover{
	color: #FA9F1B;
	text-decoration:none;
}

.photogalerie { background:url(../images/bg_bildergalerie.jpg) no-repeat 20px 15px; }
.downloads { background:url(../images/bg_downloads.jpg) no-repeat 20px 15px; }
.buch { background:url(../images/bg_gaestebuch.jpg) no-repeat 20px 15px; }

#footer li{
	float:left;
	padding: 0 10px 0 0;
}

#footer a{
	color: #707072;
	text-decoration: none;
	border-bottom: dashed 1px #707072;
	position: relative;
}

#footer a:hover{
	color: #FA9F1B;
}

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

/* 4. Content */


.bildborder {
	border: 1px solid #ccc;
	padding: 2px;
	background:#FFF;
}

.bildborder:hover{
	border: 2px solid #ccc;
	padding: 1px;
}

.floatleft{
	float: left;
}

.floatright {
	float: right;
}

#wrapper #content #inhalt img{
	margin: 0 10px 0 0;
}

#wrapper #content #inhalt ul{
	margin: 10px;
	padding: 0 0 0 20px;
}

#wrapper #content #inhalt li{
	list-style:circle;
	line-height: 18px;
}

h1 strong{
	font-size: 24px;
	font-weight:normal;
}

h2 strong{
	color: #FA9F1B;
	font-weight:normal;
}

.and{
	color: #7B7B7D;
	font-size: 18px;
	font-weight:lighter;
}

#logo {
	display:block;
	margin: 100px 0 100px 30px;
	padding: 0px 0px 0px 0px;
}

#logoadtv{
	display:block;
	margin: 30px 0 0 30px;
	padding: 0px 0px 0px 0px;
}

#newsletteranmelden strong{
	color: #FF961F;
}

#wrapper #content #inhalt .top{
	text-align:right;
	font-size:10px;
	border-top: dashed 1px #ccc;
	padding: 0 5px 30px 0;
	margin: 10px 0 0 0;
}

#wrapper #content #inhalt .top a{
	font-size:10px;
}

#wrapper #content #inhalt table th, #wrapper #content #inhalt table tr th{
	background: #FA9F1B !important;
	color: #333!important;
	font-weight:normal!important;
	text-align:left!important;
	padding: 0 0 0 5px!important;
	border-bottom:  solid 10px #fff!important;
}

#wrapper #content #inhalt table td{
	padding: 2px 0 2px 5px!important;
	border-bottom: solid 1px #eee3e3!important;
}

#wrapper #content #inhalt table{
	color: #666!important;
	border: none!important;
	width: 400px!important;
	margin: 0 0 10px 0!important;
}

.schrift10 {
	font-size:10px;
}

.paddingleft20{
	padding: 0 0 0 20px;
}

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


/* 5. Links */

a, .escape span{
	text-decoration: none;
}


a:hover, a:hover span{
	text-decoration:underline;
}

.cms_link {
	display: block;
}

a[href$=".pdf"] {
 padding: 4px 0 4px 55px;
 background: url(../images/pdf.gif) no-repeat 0 50%;
 line-height: 30px;
}

a[href$=".zip"] {
 padding: 4px 0 4px 55px;
 background: url(../images/zip.gif) no-repeat 0 50%;
 line-height: 30px;
}


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