
body {
	
	font-size: 11px;
	font-family: tahoma , Arial, Sans-Serif;
	background:#48699E url(../img/body_bg.jpg) repeat-x ;
	padding:0;
	margin:0;
	height: 100%;
}

html{
	height: 100%;
	padding:0;
	margin:0;
}

h1 a {
	text-decoration: none;
	color: #000; 	
}
 
/*h1 {
	text-transform:uppercase;
	margin:0 
}*/

h2 {
	font-size:20px;
	font-weight: normal;
	margin:0px;
}

img {
	border:none;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 958px;
	margin-bottom: 10px;
	margin:0pt auto;
	background-color: #fff;
	position:relative;
	min-height: 100%;	
	border:1px solid #666677;
}

/* ----------Header Logo-------------- */
#banner {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 141px;
}

/* ----------Header Menue-------------- */
.header_menue {
	color:#ffffff;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:1em;
	line-height:1em;
	list-style-type:none;	
	margin:0pt;
	padding: 0px;
	background-image: url(../img/tab_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	border-top:1.5px solid #000000;
	border-bottom:1.5px solid #BBBBBB;	


}

/* -----------------Inhalt--------------------- */
#content {
	position: relative;	
	/*padding-bottom: 40px;*/
	display: block;
	min-height: 100%;
}

.image{
	float: left;
	height:100%;
	padding: 12px 0px 0px 24px;
	width:400px;
}

.text{
	margin: 20px 20px 20px 20px;
	padding: 0px 40px 0px 0px;
	*padding: 0px 40px 50px 0px;
	text-align: justify;
	font-size:12px;
	min-height: 100%;
	
}

.message_warning{
	color:red;	
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding: 10px;
	text-align: left;
    margin:0 auto;
    display:block;
  	margin-top: -8.5em;
  	position: absolute;
  	bottom: 0 !important;
  	width:900px;
  	*bottom:-1px; 
}

* html #footer{
	margin-top:0;
}


.clearer {
	clear:both;
	* clear:none;
	display:block;
	font-size:1px;
	height:40px;
	line-height:1px;
	margin-bottom:-1px;
}



	


