/* CSS Document */

/*
	Schrift Blau: #1f5ee6
	Schrift Standard: #000000
*/

/*														*/
/********************************************************/
/********************************************************/
/*					MAIN								*/

body, div, p, img, span, ul, li, h1, h2, h3 {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:none;
	
}

body {
	
	background-image:url(pix/orange-hg-streifen.jpg);
	background-color:#f3e9d4;
	background-repeat:repeat-x;
	background-position:top;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:focus {
	text-decoration: none;
	color: #ed8738;	
}
a:hover {
	text-decoration: none;
	color: #ed8738;
}
a:active {
	text-decoration: none;
	color: #ed8738;
}


#navigruen a:link {
	color: #000000;
	text-decoration: none;
}
#navigruen a:visited {
	text-decoration: none;
	color: #000000;
}
#navigruen a:focus {
	text-decoration: none;
	color: #006600;	
}
#navigruen a:hover {
	text-decoration: none;
	color: #006600;
}
#navigruen a:active {
	text-decoration: none;
	color: #006600;
}


#mainDiv {
/*	border: solid 1px #000000;	*/
	background-image:url(pix/hg-content.jpg);
	background-position:top;
	background-repeat:no-repeat;
/*	border: solid 1px #1f5ee6;*/
	position:relative;
	margin-top:0px;
	height:auto;
	width:984px;
	margin-left:auto;
	margin-right:auto;
	z-index:50;
}

#minHeightDiv {
	background-color:#000000;	
	position:relative;
	height:355px;
	width:1px;	
}


/*					END MAIN							*/
/********************************************************/
/********************************************************/
/*					HEADER								*/

#headerDiv {
	
	/*border-bottom: solid 1px #1f5ee6;	*/
	margin-left:0px;
	position:relative;
	height:206px;
	width:984px;
}

.leftHeaderDiv1 {
	background-repeat:no-repeat;
	width:257px;
	height:227px;
	position:absolute;
	left:0px;
}
.leftHeaderDiv2 {
	background-repeat:no-repeat;
	width:283px;
	height:227px;
	position:absolute;
	left:257px;
}

#headerDiv img {
	position:absolute;
	right:72px;
	height:227px;
	width:485px;
	top: 163px;
}

#logoDiv{
/*	border: solid 1px #000000;*/
	width: 226px;
	background-image:url(pix/logo.jpg);
	height: 206px;
	position:absolute;
	top:0px;
	right:758px;
	z-index:120;
}
#adressDiv{
/*	border: solid 1px #000000;*/
	width: 686px;
	height: 65px;
	position:absolute;
	font-size:26px;
	top:82px;
	left:280px;
	z-index:120;
	text-align:left;	
}

/*					END HEADER							*/
/********************************************************/
/********************************************************/
/*					NAVIGATION							*/

#naviDiv{
/*	background-color: #00FF66;*/
	width: 226px;
	height: auto;
	position:absolute;
	font-size:13px;
	top:215px;
	left:0px;
	z-index:3000;
	text-align:center;	
}
#naviDiv div {
	padding-left:0px;
}

.naviDivHeadlines{
/*	border: solid 1px #000000;*/
	border-top: solid 1px #7f6062;
	border-bottom: solid 1px #7f6062;
	width: 226px;
	height: auto;
	/*	padding-left:30px;*/
	position:relative;
	font-size:13px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;	
	color:#ed8738;
}

#naviDiv p {
	margin-bottom: 5px;
	padding-bottom:0px;


}

.ActiveLink {
	color:#ed8738;
	font-weight: bold;
}



/*					END NAVIGATION						*/
/********************************************************/
/********************************************************/
/*					CONTENT								*/

#contentDiv {
/*	border: solid 1px #1f5ee6;*/

	position:relative;
	padding-top:40px;
	padding-left:280px;
	padding-bottom:20px;
	padding-right:60px;
	width:auto;
	/*************************/
	/*width of mainDiv: 		900px*/
	/*************************/
	height:auto;
	font-size:16px;
	z-index:30;
	text-align:left;
	color:#7f6062;
}

#contentDiv p {
	margin-bottom:15px;
}

#contentDiv ul {
	margin-left:15px;
	list-style-type: disc;
	margin-bottom:10px;
	/*padding-top:5px;*/
}

#contentDiv li {
	margin-left:15px;
	list-style-type: disc;
	margin-top:0px;
	padding-top:5px;
	/*padding-top:5px;*/
}

/*					END CONTENT							*/
/********************************************************/

/********************************************************/
/*					VARIOUS								*/

.picRight {
	float: right;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right:0px;
}

.picLeft {
	float: left;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 20px;
}

.betont {
	color: #307825;
	font-weight: bold;
}


h1 {
	font-size: 22px;
	font-weight:normal;
	margin-bottom: 30px;
	color: #7f6062;

}
h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 30px;
	margin-top: 30px;
	color:#7f6062;
}


/*					END VARIOUS							*/
/********************************************************/
