/*--------------------------------------------
  				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:#13181E;
	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) */
}

h2 {
	font-size:16px;
	font-weight: bold;
	color:#506283;
	margin:0px;
}

#container {
	width: 980px;
	margin:0 auto;
	background-color: #fff;
	background-image: url(../grafik/bgmain.jpg);
	background-repeat:repeat-y;
}

#leistetop {
	width:980px;
	margin-right: auto;
	margin-left: auto;
	padding-top:15px;
	padding-left:0px;
}

.trennerleistetop {
	color:#3C7006;
}

#content {
	background-color: #ffffff;
	padding: 0;
	margin-left:210px;
	margin-right:210px;
}

div#content {
	min-height:660px;
	height:expression(this.scrollHeight > 660 ? "auto":"660px"); 
}

#left {
	float: left;
	width: 193px;
	margin: 0px;
	padding-left:0px;
	background-color: #344050;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#right {
	float: right;
	width: 198px;
	margin: 0;
	padding: 0;
	background-color: #DBE3EC;
}

#footer {
	position:  inherit;
	bottom:0px;
	width: 100%;
	height: 50px;
}

.bottombg {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	height: 50px;
	font-size: 10px;
	line-height: 50px;
	background-color: #5C6F85;
}
a.footerlink {
	color:#fff;
	text-decoration:none;
}

a.footerlink:hover {
	color:#fff;
	text-decoration:underline;
}

/********** header **********/

#header {
	height:305px;
	width:100%;
	margin:0;
	padding:0;
}

.block_header {
	margin:0;
	padding:0;
	height:305px;
	background-image: url(../grafik/header_big.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:#637B91;

	text-decoration:none;

}



a:hover{

	color:#000;

	text-decoration:underline;

}


