/* 	CSS Document  klorr.de							*/
/* 	Christian Drewitz artisimo.org 2006			*/
/* 	positions and  pagelayout configuration	*/

html {
	height: 100%;
	font-size: 100.1%; /* ie bug fix which make .8 em smaller */
	overflow-x: hidden;
}


body {
background-image: url(../pic_design/info_bg_repeat.png);
color :    #424879;
font-family : Verdana, Tahoma, Helvetica, sans-serif;
margin-top: 0px;
margin:0px;
padding:0px; /* für Crossbrowser-Kompatibilität*/
text-align:center; /* Hack fuer IE5/Win */
overflow-x: hidden;
}
.clr {
	clear: both; /* naechste div Ausrichtung links */
	}

#content{
z-index: 1;
width: 100%;
text-align:left;
padding: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right:auto;
text-align: justify; /*IE5/Win Hack zurücknehmen*/

float: left;
}

#top{
width: 100%;
margin-top: 0px;
margin-left: 0px;
padding: 0px;
background-image: url(../pic_design/top_repeat_x.jpg);
background-repeat: repeat-x;
float: left;
}

#core{
background-image: url(../pic_design/logo_repeat_x.png);
background-repeat: repeat-x;
height: 68px;
width: 100%;
margin-top: 0px;
margin-left: 0px;
padding: 0px;
overflow: hidden; /* Firefox no scrollbar fix */
}

#taster{
background-image: url(../pic_design/taster_repeat_x.jpg);
background-repeat: repeat-x;
height: 128px;
width: 100%;
float: left;

}


#menue{
float: left;
position: relative;
font: Arial, Verdana;
font-size:  .93em;
font-family: sans-serif;
margin: 40px 0px 0px 20px;
padding: 0 0 0 25px;
}

#info{
 
 
}

#maintext{
width:  	 600px;
text-align:  	 left;
margin: 0 auto 5px 200px; 
padding-top: 25px;
font-size:  .8em;
line-height: 1.2em;
text-align: justify;
}

#footer{
text-align: center;
	font-size: .7em;
	color: #a6aec9;
}

/* Infoboxes  Start */

#info1 {
 float:  right;
  width: 270px;
  border-right: 1px #424879 solid;
  border-bottom: 1px #424879 solid;
   border-top: 1px solid #D7ECFD;
  background-color:  #A9D9FD;
  margin: 5px;
   padding: 5px 10px 10px 10px;
}


#info2 {
 float: left;
  width: 270px;
  border-right: 1px #424879 solid;
  border-bottom: 1px #424879 solid;
  border-top: 1px solid #D7ECFD;
  background-color:  #A9D9FD;
  padding: 5px 10px 10px 10px;
  margin: 5px;
 
}
#info3 {
 float:  right;
  width: 150px;
  border-right: 1px #424879 solid;
  border-bottom: 1px #424879 solid;
   border-top: 1px solid #D7ECFD;
  background-color:  #A9D9FD;
  margin: 2px;
   padding: 5px 10px 10px 5px;
}
 
  /*Infoboxes End */
  
 
 .hint{
 font-weight: normal;
 font-style: italic;
 font-size: 1em;
 padding-left: 3px;
  background-image:   url(../pic_design/anf.png);
  background-repeat: no-repeat;
 
 }

 .img_left{
 	float: left;
	margin: 5px;
 }
 
  .img_right{
  position: relative;
  z-index: auto;
 	float: right;
	margin: 5px;
 }
 .fewoimg{
   position: relative;
	width: 598px;
   padding: 0px;
  margin: 3px 3px 3px 3px;
   background-image: url(../pic_design/tab_bg.png);
	background-repeat: repeat-x;
	 border-style: solid;
	 border-width: 1px;
	 border-color: #A9D9FD;
 }
 .centerimg{
 	 margin: auto 8px;
	   }
.fewoimgframe{
	border: 3px;
	border-style: solid;
	border-color: #fff;
}