/*-----------------------------------------------------------------------------*/
/* STATIC CSS HACK - bringt IE < 7 dazu so zu tun also ob DIVs fixed w?ren*/
/*-----------------------------------------------------------------------------*/

div, img{
	padding: 0px; margin: 0px;
}

.hide{
	position: absolute;
	top: -2000px;
	left:  -2000px;
	width: 0px;
	height: 0px;
}
/*-----------------------------------------------------------------------------*/
/* FIXED HEADER */
/*-----------------------------------------------------------------------------*/



.header{
	height: 150px;
	border: 0px solid red;
	background-image: url(../../resources/images/header_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	
	position: relative;
}
/*-----------------------------------------------------------------------------*/
/* FIXED FOOTER */
/*-----------------------------------------------------------------------------*/


#fixed-footer{ 
	position: absolute; 
	bottom: -1px; 
	/*left: -8px; */
	
	z-index: 5; 
	width: 100%;
	text-align: center;
}


.fixed-footer-container{
	text-align: center;
	border: 0px solid red;
	
	width: 940px;
	margin: 0 auto;
	
}

.footer{
	background-image: url(../../resources/images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
	border: 0px solid red;
	text-align: center;
}
/*-----------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*-----------------------------------------------------------------------------*/

#HACK-container { 
	height: 100%; 
	width: 100%;
	overflow: auto; 
	position: relative; 
	z-index: 2;
}



body, #HACK-container{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	background-image: url(../../resources/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #737277;
}


#wrapper{
	/*width: 100%;*/
	height: 100%;
	text-align: center;
	
	/*background-image: url(../../resources/images/faux_column.jpg);*/
	background-repeat: repeat-y;
	background-position: center top;
}

#page{
	text-align: left;
	margin: 0 auto;
	width: 960px;
	background-color: white;
	padding: 0px 0px 10px 0px;
}

#page-container{
	margin: 0px 10px 0px 10px;
	border: 0px solid green;
}



#logo{
		
}
.logo-text{
	color: white;
	margin: 0px 10px 30px 10px;
	font-family: Verdana, "Trebuchet MS";
	font-size: 16px;
	
}

/*-----------------------------------------------------------------------------*/
/* MAIN MENU - NEW = klappnavigation*/
/*-----------------------------------------------------------------------------*/


/*
font-family: Verdana, "Trebuchet MS";
font-size: 13px;
background: #ACADB0;
color: #881522;
*/

#menu{
	position: relative;
	top: 3px;
	z-index: 9999999;
	bottom: 3px;
	left: 0px;
	margin: 0px 0px 0px 50px;;
	font-family: Verdana, "Trebuchet MS";
	font-size: 13px;
	text-align: left;
	border: 0px solid green;
	width: 890px;
	
}

#menu .menu_eintrag{
	margin-top: 2px;
	position: relative;
}

#menu a{
	text-decoration: none;
	margin-left: 20px;
		
}

/*-----------------------------------------------------------------------------*/
/* SUB MENU*/
/*-----------------------------------------------------------------------------*/


#bread-crumb{
	margin-bottom: 20px;
}

#page-header{
	/*background-image: url(../../resources/images/sub-menu-bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	/*background-color: #D5D6D8;*/
	margin-top: 10px;
	border-top: 3px solid #881522;
	
	/*width: 690px;*/
	width: 610px;
	
}







a.submenu{
	width: 200px;
	display: block;
	color: black;
	font-family: Verdana, "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	background-color: #B2B3B7;
	padding: 5px;	
	
}



a:hover.submenu{
	background: #881522;
	color: #FFFFFF;
}


/* SUB SUB MENU */

#sub-menu{
	border: 0px solid red;
	font-family: Verdana, "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	
	/*
	background-image: url(../../resources/images/sub-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	border-left: 3px solid #881522;
}

#sub-menu ul{

	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

#sub-menu ul ul{
	margin-left: 20px;
}

#sub-menu a{

	color: black;
	font-family: Verdana, "Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
}

#sub-menu a:hover, #sub-menu a.active{
	color: #881522;
}

/*-----------------------------------------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------------------------------------*/

#footer-menu{
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, "Trebuchet MS";
	
}
#footer-menu a{
	text-decoration: none;
}

#footer-menu ul{
	list-style-type: none;
	padding: 0px; 
	margin: 13px 0px 0px 0px;
}

#footer-menu li{
	display: inline;
}

/*-----------------------------------------------------------------------------*/
/*  PAGE CONTENTS */
/*-----------------------------------------------------------------------------*/



#page-content{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	
	border-bottom: 1px solid white;
  	border-top: 1px solid white;
}


#content-main-container{
	background-image: url(../../resources/images/grey_bar_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 0px;
}

#content-border{
	border-top: 3px solid #881522;
	padding: 5px 0px 5px 0px;
	border-bottom: 3px solid #C2C3C7;
	background-image: url(../../resources/images/content-verlauf.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
	padding-bottom: 0px;
		
}


.lauftext{
	background-color: #212125;
	color: white;
	padding: 5px 0px 5px 0px;
}

.search-container{
	width: 150px;
}

.search-container input{
	border: none;
	font-size: 12px;
	padding: 3px;
}


#page-content{
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/*-----------------------------------------------------------------------------*/
/*  TEXTE ETC  */
/*-----------------------------------------------------------------------------*/



h1{
	font-family: Verdana, Georgia, serif;
	font-size: 16px;
	color: #881522;	
	font-weight: bold;
	/*font-style: italic;*/
}

h2{
	font-family: Verdana,  Georgia, serif;
	font-size: 14px;
	color: #333333;	
	font-weight: bold;
	

}

h3{
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #881522;	
	font-weight: bold;
}


h4{
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 13px;
	/*color: #881522;*/	
	font-weight: bold;
}


h5{
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
	/*color: #881522;*/	
	font-weight: bold;
}

h6{
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 12px;
	/*color: #881522;*/	
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}






a {
	color: #333333;
	cursor: pointer;
}

a:hover, a:focus{
	color: #881522;
}

.avtext ul, ul.avtext{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	list-style-type: none;
	list-style-image:url(../../resources/images/li.jpg)
	/*list-style-position: inside;*/
	
}

.avtext ul li, li.avtext{
	/*background-image: url(../../resources/images/li.jpg);*/
	background-repeat: no-repeat;
	background-position: 0px center;
	
	margin: 0px;
}

.FAQ-frage{
	border-top: 3px solid #881522;
	margin: 0px 0px 30px 0px;
}


#gallery img{
	margin: 0px;
	border: none;
	
}

/*-----------------------------------------------------------------------------*/
/*  FARB KASTEN */
/*-----------------------------------------------------------------------------*/



.farb_kasten_container{
	margin-left: 0px;
	color: white;
}

/*
.farb_kasten:hover{
	color: #881522;
	color: yellow;
}
*/

.farb_kasten{
	text-align: center;
	border: 0px solid red;
	width: 98px;
	margin: 0px 0px 0px 0px;
}



.farb_kasten .titel{
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	padding-bottom: 5px;
}

/*-----------------------------------------------------------------------------*/
/*  KALENDER */
/*-----------------------------------------------------------------------------*/



.prev_back_links a{
	text-decoration: none;
}



#zeile{
	height: 30px;
}

.date{
	width: 100px;
	text-align: right;
	padding-right: 10px;
}

.tages-eintrag{
	margin-top: 3px;
}

.zeit{
	color: #999999;
	margin-right: 5px;
}

/*-----------------------------------------------------------------------------*/
/* FAQ */
/*--------------------------------------------------------------*/

#basic-accordian{
	border:0px solid #EEE;
	padding:0px;
	width: auto;
	position:relative;
	left:0;
	top:0;
	margin-left:0px;
	z-index:2;
	margin-top:0px;
}


.accordion_headings{
	padding:5px;
	background:#999999;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#881522;
}

.accordion_child{
	padding:15px;
	background:#FFF;
}

.header_highlight{
	background:#666666;
}



/*-----------------------------------------------------------------------------*/
/*  REFERENZEN DB */
/*-----------------------------------------------------------------------------*/

.db-referenzen {

}

.db-referenzen a, .db-referenzen a:hover{
	
	/*color: #333;
	text-decoration: none;
	border: none;*/
}
.db-referenzen a.active, .db-referenzen a.active:hover{
	color: #999;
	text-decoration: underline;
}

.db-referenzen .listen-eintrag{
	float: left;
	width: 200px;
	margin-right: 15px;
	height: 200px;
}

.db-referenzen .listen-eintrag img{
	margin-bottom: 5px;
}

.db-referenzen .listen-eintrag a{
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	
}




/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/




/*-----------------------------------------------------------------------------*/
/*   */
/*-----------------------------------------------------------------------------*/




