/* CSS Document */

/*********************************************************************
****************************** CSS-RESET *****************************
*********************************************************************/

html, body, div, span, img, ul, li, a, p, h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
	color: #4A4A4A;
	text-decoration: none;
	line-height: 1;
	text-align: left;
	background-color: transparent;
	outline: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	background-image:url('../images/body_bg.jpg');
	background-repeat: repeat-x;
}

/*********************************************************************
***************************** HTML-Geruest ***************************
*********************************************************************/

#container {
	width: 942px;
	min-height: 700px;
	height: auto !important;
	height: 690px;
	margin: 0 auto;
}
#header {
	width: 942px;
	height: 127px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
}

#navi_top {
	width: 942px;
	height: 31px;
	background-image:url('../images/navi_top.jpg');
	background-repeat: no-repeat;
}

#content {
	width: 882px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	padding: 50px 30px 30px 30px;
	background-color: #FFFFFF;
	color: #4A4A4A;
	
}

#left {
	width: 351px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	padding: 0 10px;	
	float: left;
	overflow: visible;
	display: inline;
}

#right {
	width: 391px;
	min-height: 330px;
	height: auto !important;
	height: 330px;	
	padding: 0 40px;
	float: right;
	overflow: visible;
	display: inline;
}

#footer {
	width: 100%;
	height: 122px;
	font-size: 12px;
	color: #ffffff;
	clear: both;
	background-image: url('../images/footer.jpg');
	background-repeat: repeat-x;
}

#footer_box {
	width: 914px;
	height: 122px;
	padding-left: 28px;
	margin: 0 auto;
	padding-top: 6px;
}

/*********************************************************************
************************* Klassen-Formatierung ***********************
*********************************************************************/

.suchtext {
	position:				absolute;
	top:					-9999px;
	left:					-9999px;
}

.clear {
	clear:					both;
	height:					0px;
	font-size:				0px;
	line-height:			0px;
}

/*********************************************************************
*************************** TAG-Formatierung *************************
*********************************************************************/

#footer table {
	width: 100%;
}

#footer_box table tr td { color: #ffffff; }

p {
	color: #4A4A4A;
	font-size: 15px;
	padding: 10px 0;
	line-height: 20px;
	text-align: justify;
}

h2 {
	font-size: 20px;
	color: #4a4a4a;
	padding: 10px 0;
}

strong { color: #4a4a4a; }



#navi_top ul {
	margin: 0;
}

#navi_top ul li {
  float: left; 
  width: auto; 
  list-style: none; 
  margin: 0; 	position: relative;

}

#navi_top ul li a,
#navi_top ul li a:visited {


	padding: 0 24px;
	display: block;
	float: left;
	font-weight: bold;
	color: #bcbcbc;
	font-size: 12px;
	line-height: 31px;
}

#navi_top ul li a:hover,
#navi_top ul li a:active,
#navi_top ul li a:focus,
#navi_top ul li.active a,
#navi_top ul li.active a:visited { 
	color: #fff;
	background-image:url('../images/navi_hover.jpg');
	background-position: center bottom;
}

#navi_top ul li ul.sub_navi {
 position: absolute; 
  top: -9999px; 
  left: -9999px; 
  display: inline; 
  width: 0; 
  height: 0; 
  background-color: transparent; 
 }

#navi_top ul li:hover ul,
#navi_top ul li.sfhover ul{
  left: 0px; 
  top: 27px; 
  display: block; 
  width: auto; 
  height: auto; 
  background-color: #434343;
  padding: 10px 0;
 }
 
.sub_navi li {
   clear: both;
  }
 
 .sub_navi li a,
 .sub_navi li a:visited {
   clear: both;
   display: block;
   width: 200px;
 }
 
 #navi_top ul li ul.sub_navi li a:hover,
 #navi_top ul li ul.sub_navi li a:active,
 #navi_top ul li ul.sub_navi li a:focus,
  #navi_top ul li ul.sub_navi li.active a {
    background-image: none !important;
 }
  


#content a,
#content a:visited {
	color: #bcbcbc;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover,
#content a:active,
#content a:focus { 
	text-decoration: none;
}


#container #content ul {
    list-style-type: disc !important;    
    padding-left: 15px;

}

#container #content ul li{
    font-size: 13px;
    background-color: transparent;
    background-image: none;
    line-height: 13px;
}


#footer_box p {	color: #fff; padding: 4px; margin: 0; }

#footer_box #address { padding-top: 25px; color: #fff; }

#footer_box a,
#footer_box a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#footer_box a:hover,
#footer_box a:active,
#footer_box a:focus { 
	text-decoration: none;
}

#content a img.vorschau {
margin: 5px;
padding: 3px;
border: 1px solid #271a63;
}

#content a img.vorschau:hover {
margin: 5px;
padding: 3px;
border: 1px dotted #271a63;
}
