/* CSS Document */

/* Hauptelemente */


html  {

	height:100%;
	background-color:#d7ead7;	
	}

	
 body {
		font: 68.5% "Verdana", "Arial", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
    	background-color: #d7ead7;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
    }

.oneColFixCtrHdr #container {
    	width: 980px;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left; 
    }

.oneColFixCtrHdr #header {
    	background: #DDDDDD; 
    	padding: 0 0 0 0; 
		height:83px;
    }

.oneColFixCtrHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
		color:#FFFFFF;
    }


.oneColFixCtrHdr #mainContent {
    	background: #d7ead7;
		background-image:url(/img/bg_content.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		height:581px;
		
    }

#contentinnen {
		height:510px; 
		width:980px; 
		overflow:auto;
}

.oneColFixCtrHdr #footer {
    	padding: 0 0px; 
		height:1px;
		font-size:10px;
    }
    
.oneColFixCtrHdr #footer p {
    	margin: 0; 
    	padding: 0px 0;

    }




	
#hauptnav {
		height:30px;
		background-color:#7bae70;
		}
	
#subnav {
font-size:10px;

}





#hauptcontent {
	width:980px;
	position:absolute;
	background-color:#d7ead7;

	}


#headerbild {
	width:670px;
	height:215px;
	top: 0px;
	left: 0px;
	border:0px solid #999999;
	float:left;

}




	
#footer {
	height:0px;
	clear:both;

	}





/* Ende Hauptelemente */


/* diverss Styles für Inhalt */

h3 {	
	font-size:25px;
	color:#FFFFFF;
	margin-top:-5px;
	}
h4 {  
	font-size:20px;
	color:#FFFFFF;
	margin-top:-5px;
	}
	
h5 {  
	font-size:18px;
	color:#FFFFFF;
	margin-top:-5px;
	}
	
h6 {  
	font-size:16px;
	color:#FFFFFF;
	margin-top:-25px;
	}	




a {
color:#006633;
text-decoration:none;
}


a.schwarz {
	color:#000000;
	}


a:hover {
	text-decoration:underline;
	}
	
#hauptnav a {
	color:#006633;
	font-size:14px;
	font-weight:bold;
	}
	
#footer a, #adresse a {
	color:#006633;
	}
	
	
#hauptnav a:hover {
	color:#ffffff;
	}
	
#hauptnav a.hauptnavbutton {
	color:#006633;
	text-decoration:none;
	font-weight:bold;
	}
	
#subnav a, #subsubnav a, #suche a {
	font-size:10px;
	}
	
a.subsubnav, a.suche {
	color:#187e2d;
	text-decoration:underline;
	font-weight:bold;
	}
	
a.subsubnavaktiv, a.sucheaktiv, #suche a.aktiv {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
	




#hauptnav a.hauptnavbutton:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
	
#hauptnav a.aktiv {
	color:#ffffff;
	font-weight:bold;
	}
	
	

a.weiss {
	color:#FFFFFF;
	}
	

	

#contentinnen table.daten {
	border:0px solid #FFFFFF;
	border-collapse:collapse;
	
		}
	
#contentinnen table.daten td {
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-collapse:collapse;
	border-bottom:1px solid #CCCCCC;
	}
	
#titel {
	text-transform:uppercase;
	font-size:12px;
	border-bottom:1px solid #FFFFFF;
	border-right:0px;
	border-left:0px;
	}

#contentinnen #titel{
	border-right:0px;
	border-left:0px;
	}
	

	
	

	
.small {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	}
.big {
	color:#006633;
	line-height:16px;	
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	}

.medium {
	color:#006633;
	line-height:12px;	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
b.beige, strong.beige {
	color:#841115;
	font-weight:bold;
	}

li {
	list-style-image: url("/UserFiles/Image/lig.gif");
}

img.border, .border {
	border:2px solid #187e2d;
	}

#ub, #titel b{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}


	
/* Ende diverss Styles für Inhalt */	
	
/* Zoom-Silder */

* .highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid black;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(/img/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}

/* Ende Zoom */
