/* CSS Document */
*, html, body, table, td, div, p, h1, h2, h2, h4, h5, ul, ol, 
table, td, tr, form, img, li, map, area, object, map,navi {
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial,Verdana,  "Trebuchet MS",   Helvetica, sans-serif;


	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	background-image: url(images/layout/body_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color:#fbf381;
}


/* ---------------------------------------------------- body / html ----------------------------------------------------- */

html {
	overflow-x:hidden;
	overflow-y:auto;
}
body, html {
	height:100%; /*hierdurch richtet sich der footer vertical am Browserfenster aus*/
	border: 0px;
	margin:0;
	padding:0;
}

/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

#wrapper {
	width:781px;
	min-height:100%;  /*hierdurch richtet sich der footer vertical am Browserfenster aus*/  /*hierduch richtet sich der footer horizontal am wrapper aus*/

	z-index:1;

	margin:0 auto;
}	
* html #wrapper {
	height:100%;
}
#main {
	/*hierdurch richtet sich der footer vertical am Browserfenster aus*/
	position: relative;  /*hierduch richtet sich der footer horizontal am wrapper aus*/
	width: 781px;
	margin:0 auto;
	min-height:722px;

}
*html #main{
height:722px;

}
#left{
	width:331px;
	float:left;
	position:relative;
}
#subnavi {
	width:331px;
	height:111px;
}
#navi {
	width:331px;
}
#adi{
	font-family:Arial,Verdana,  "Trebuchet MS",   Helvetica, sans-serif;


	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	line-height: 21px;
	width:267px;
	height:335px;
	padding-top:65px;
	padding-left:64px;
	background-image: url(images/layout/adi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#right{
	width:450px;
	float:left;
	padding-top:314px;
	background-image: url(images/layout/head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position:relative;


}
#headline{
	width:450px;
	height:72px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0d4105;
	text-decoration: none;
	line-height:31px;
	font-weight:normal;
}
#content{
	width:450px;
	height:auto;
		position: relative;
		padding-bottom:30px;
}

/* ----------------------------------------------------- head ----------------------------------------------------- */


#footer {
	width:100%;
	height:60px;
	background-image: url(images/layout/foot.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
		position:relative;
	z-index:10;
		margin:0 auto;
	margin-top:-49px;
}


/* ----------------------------------------------------- footer ----------------------------------------------------- */

a:link,a:active,a:visited {
	font-family:Arial,Verdana,  "Trebuchet MS",   Helvetica, sans-serif;


	font-size: 12px;
	color: #318423;
	text-decoration: underline;
	line-height: 21px;


}
a:hover {

	color: #333;
	text-decoration: underline;
	line-height: 21px;

}

#content ul {
	padding-left:20px;
	line-height:24px;
	list-style-type: square;
	color: #60873d;

}
#content li {
	font-family:"Trebuchet MS",  Verdana,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	list-style-type: square;
	color: #60873d;
		line-height:24px;
		font-weight:normal;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0d4105;
	text-decoration: none;
	font-weight:normal;
}
h2 {
	font-family: Arial,Verdana, "Trebuchet MS",   Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;	
}
h3 {
font-family:Arial,Verdana,  "Trebuchet MS",   Helvetica, sans-serif;


	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
	font-weight:normal;

}

.line{
	width:100%;
	height:5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e9ca0c;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;

}
.img {
	border:0;
	padding-top:20px;
	background-image:url(images/layout/img.gif);
	background-repeat: repeat-x;
}
img {border:0;
margin-bottom:5px;}

a, area, map{
outline:none;
}
.spalte_re {
	width:200px;
	float: left;
}
.spalte_li {
	width:200px;
	float:left;
	padding-right:30px;
	
}
.green{
color:#60873d;
}