@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 221px;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	display:none;
}
/*Content Spalte*/
#content {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#content h1 {

	text-indent: 20px;
	font-size:120%;
	color:#8B5B2A;

}
#content h2 {

	text-indent: 20px;
	font-weight:bold;
	color:#993300;
	font-style: normal;
	font-size: 110%;
	padding-bottom: 5px;
}
#content hr {
	height: 1px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1;
	border-left-width: 0;
	border-bottom-style: dashed;
	border-bottom-color: #DCCFA5;
}

/*Navigation - Layer sowie Navigationspunkte*/
#navigation{
	background-image: url(../images/bgNavContainer.gif);
	background-repeat: repeat;
	float: left;
	width: 245px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	display:none;
}
.navi{
	padding-top: 9px;
	padding-bottom: 8px;
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.navi_active{
	padding-top: 9px;
	padding-bottom: 8px;
	width: 245px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-color: #815427;
}
a.navileft_passive:link{
	color:#3d5534;
	text-decoration:none;
	background-image: url(../images/firstNaviOff.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;

}
a.navileft_passive:visited{
	color:#3d5534;
	text-decoration:none;
	background-image: url(../images/firstNaviOff.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;

}
a.navileft_passive:hover{
	color:#6F4A00;
	text-decoration:none;
	background-image: url(../images/firstNaviOff.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
a.navileft_active:link{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/firstNaviOn.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
a.navileft_active:visited{
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/firstNaviOn.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
}
#inhalt{
	margin-top:10px;
	margin-left:5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 25px;
}
#inhalt a:link{
	text-decoration:underline;
	color:#8B5B2A;
}
#inhalt a:visited{
	text-decoration:underline;
	color:#8B5B2A;
}  
#inhalt a:hover{
	text-decoration:none;
	color:#993333;
}
#inhalt ul{
	list-style-position: inside;
	margin-left: 25px;
	list-style-image: url(../images/listArrow.gif);
}

#inhalt ol {
	padding-left: 25px;
	list-style-position: inside;
}

/*Service Navigation*/
.serviceNavigation{
	padding-left:400px;
	display:none;
}

/*Rechte Spalte*/
#rightColumn{
	background-image: url(../images/bgNavContainer.gif);
	background-repeat: repeat;
	float: right;
	width: 190px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	padding-left:10px;
	font-size:90%;
	display:none;
}

#rightColumn img{
	border:none;
	}
#rightColumn h1{
	font-size:larger;
	color:#8B5B2A;
}
#rightColumn a:link{
	text-decoration:underline;
	color:#993333;
}
#rightColumn a:visited{
	text-decoration:underline;
	color:#993333;
}  
#rightColumn a:hover{
	text-decoration:none;
	color:#8B5B2A;
}
#rightColumn .teaserBox{

	border-bottom:1px; 
	border-bottom-style:dashed; 
	border-bottom-color:#000000;
}
/*Suche*/
#searchInput {
	background-image: url(../images/bgNavContainer.gif);
	background-repeat: repeat;
	height: 27px;
	width: 455px;
	padding-left:25px;
	padding-top:6px;
	display:none;
}
.searchBtn{
	background-color: #54644d;
	color: #FFFFFF;
	border: 1px solid #000000;
}
.inputField{
	border: 1px solid #000000;
}

#footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 44px;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	display:none;
}

