/*-- impira Layout vers. 2 	 --*/
/*-- 7. März 2008					 --*/
/*-- morepixel.com		   	 --*/
/*-- Lars Reichelt 		   	 --*/	
/*-- reichelt@morepixel.com 	 --*/	

/* -----------------------------------*/
/* ---------->>> Allgemeines    <<<---*/
/* -----------------------------------*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    outline: none;
}
a {
	color: #686868;
}
.anchor {
	float: left;
	width: 1px;
	height:1px;
}





h3 {	
	font-size: 11px;
}


#form .checkbox, .form .checkbox {
    border: 0px;
	 background-color: transparent;
}
#headerSearch input {
	width: 127px;
}


/* 	SYSTEM DEBUG 	*/

body { 
	font-family: Arial; 
	background-color:White;
  	padding:0px;
	margin:0px;
	text-align: left;	
	background:  url(bg.gif) repeat-x;
	color: #242728;
}
#container {
	margin:0 auto;
	width:960px;
	padding:0px 0px 0px 0px;
}
#container #container {
	margin:0;
	width:100%;
	padding:0;
}


.paddingContainer {
	float: left;
	padding: 5px;
}

/* -----------------------------------*/
/* ---------->>> KOPFBEREICH    <<<---*/
/* -----------------------------------*/

#containerheader {}

.greenHeader {
	float: left;
	border: 1px solid #5b9400;
	/*width: 100%;*/
	padding: 20px 0px 0px 0px;
	height: 78px;
	background: #7db009 url(greenheaderbg.gif) repeat-x;
	width: 959px;
}
#logoKlein {
	float: left;	
	width: 60px;
	height: 40px;
	margin: 2px 0px 0px 15px;		
	_margin: 2px 0px 0px 3px;		
	background:  url(logo.gif) no-repeat;
}
.subHeader {
	float: left;
	border-left: 1px solid #cfcfcf;
	width: 100%;
	padding: 0px 0px 0px 0px;
	height: 71px;	
}
.miss {
	position: relative;
	float:left;
	width:150px;
	top: -173px;
	_top: -187px;
	margin: 5px 0px 0px 15px;
}
.headerAnimation {
	float: right;
	width: 417px;
	height: 71px;
	padding: 10px 0px 0px 0px;
}
.headerAnimation img {
	float: left;
	margin: 0px 0px 0px 0px;
}


/* -----------------------------------*/
/* ---------->>> NAVIGATION     <<<---*/
/* -----------------------------------*/

.navigation {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	height: 42px;
	font-family: Georgia;
	background: url(navibg.gif) repeat-x;
}
.naviBgLeft {
	float: left;	
	height: 42px;
	width: 5px;
	background:  url(navibg_links.gif) left no-repeat;	
}
.naviBgRight {
	_clear:both;
	float: right;	
	height: 42px;
	width: 5px;
	background:  url(navibg_rechts.gif) right no-repeat;	
}

#main_navigation {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 884px;
	_width: 869px; /*für IE6 */
}

#naviTop {
	float: left;
	padding: 0px;
	margin: 0px;	
	list-style: none;
	/*width: 799px;*/
}

/* -----------------------------------*/
/* ---------->>> Inhalt  <<<---*/
/* -----------------------------------*/

#containerbody{
	position:relative;
	float:left;
	width: 100%;
	clear: both;
	margin-top:-170px;
}


.introBox {
        float:left;
        background: url(introBoxBG.gif) repeat-x;
        height:184px;
        width:322px;
        margin:10px 0px 0px;
    }
.introBoxLeftBorder {
        float:left;
        background: url(introBoxLeftBorder.gif) repeat-x;
        width:9px;
        height:184px;
    }
.introBoxCenter {
       float:left;
       width:300px;
    }
.introBoxRight {
        float:left;
        background: url(jetztAnmelden.jpg) no-repeat top right;
        width: 13px;
        height:184px;
    }   
.introBoxList {
        padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 10px;
      
     }     
.introBoxList li {
        background: url(bulletpointArrow.gif) no-repeat top left;
        padding: 0px 0px 0px 30px;
        margin:10px 0px 5px 0px;
        list-style:none;
        font-family: arial;
        font-size: 12px;
    }
.introBoxSubList li {
        background:none;
   	  list-style: disc;
        padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 15px;    
        font-size: 12px;        
    }    

/* -----------------------------------*/
/* ---------->>> FUSS  <<<---*/
/* -----------------------------------*/

#containerfooter {

	background-color: #eee;
	padding: 10px;
	text-align: center;
	border: 1px solid #ccc;
	width: 938px;
	clear:both;
	padding-top: 0px;
	margin-top:0px;
	
}
h1 { font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-bottom: 15px;
}

h2 { font-family:Arial, Helvetica, sans-serif;
font-size:16px;
padding-bottom: 15px;

}

p { font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:justify;
padding-bottom:10px;}


