/*--------------------------------------------
  				General Settings
------------------------------------*/

* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

@charset "utf-8";
body { 
	margin:0; 
	padding:0; 
	width:100%;
	min-height:100%; 
	background-color:#E0EBC0;
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body { 
	height: 100%;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	background-image:url(../images/bgheader.jpg); 
	background-repeat: repeat-x;
	background-position:top;
}

h2 {
	font-size:16px;
	font-weight: bold;
	color:#2A570A;
	margin:0px;
}

#container {
	width: 1000px;
	margin:0 auto;
	background-color: #fff;
}

#leistetop {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-left:30px;
}

.trennerleistetop {
	color:#3C7006;
}

#content {
	background-color: #ffffff;
	padding: 0;
	margin-left:275px;
	margin-right:220px;
}

div#content {
	min-height:850px;

	height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
}

#left {
	float: left;
	width: 265px;
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	background-color: #ffffff;
}

#right {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#footer {
	position:  inherit;
	bottom:0px;
	width: 100%;
	height: 64px;
	background: #1F1F1F;
	border-top:#FFFFFF solid 1px;
}

.bottombg {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(../grafik/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 64px;
	font-size: 10px;
	line-height: 64px;
}

a.footerlink {
	color:#fff;
	text-decoration:none;
}

a.footerlink:hover {
	color:#fff;
	text-decoration:underline;
}

/********** header **********/

#header {
	height: 395px;
	width:100%;
	margin:0;
	padding:0;
	
}

.block_header {
	margin:0;
	padding:0;
	height:365px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.block_header2 {
	margin:0;
	padding:0;
	height:365px;
	background-image: url(../images/bgheader.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.leftalign {
	float:left;
}

.rightalign {
	float:right;
}

.textright {
	text-align:right;
	margin-right: 50px;
}

.textleft {
	text-align:right;
}

p {
	margin:15px 0;
}

/*------------------------------------------------------
  	General Links Href Colors
------------------------------------------------------*/

a{
	outline:none;
}

a.menutop {
	color:#FFFFFF;
	text-decoration:none;
}

a.menutop:hover {
	color:#ffffff;
	text-decoration:underline;
}

a{
	color:#285409;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

