* {
margin: 0px; 
padding: 0px;
}

body {
font-size: 100.01%;
height: 100%;
font-family: Helvetica, Verdana, sans-serif;
margin: 0px; 
text-align: center;  /* Zentrierung im Internet Explorer */
background-color : #ffffff;
color: #ffffff;
}
/*.....................................................................................haupt-container-komplette seite*/
#pos-box { 
min-height: 100%;
height: auto !important; 
height:100%; /* IE */
width: 95%;
height: auto;
margin: 0px auto;
background-color : #ffffff;
color: #000000;
z-index: 3;
}
/*.....................................................................................................................logo-azb-oben-links*/
#logotype {
width: 250px;
height: 99px;
margin-top: 0px;
margin-left: 4%;
border: none;
text-decoration: none;
background-color: #ffffff;
color: #000000;
float: left;
z-index: 3;
}
/*.....................................................................2px-horizontallinie-ganze-breite-unterhalb logo*/
#greenline-horizontal-top {
width : 100%;
height: 1px;
margin: 0%; 
padding: 0%;
background-color : #ffffff;
color: #000000;
border-top: 8px solid #197B1A;
border-bottom: 2px solid #1C8801;
clear: both;
z-index: 3;
}
/*.............................................................................................................container-mitte-content*/
#content-box{
height: 100%;
min-height: 450px;
width: 100%;
background-color : #ffffff;
color: #000000;
float: left;
z-index: 3;
}
/*..........................................................................................................IE-Hack:Pufferung fuer p-content -von links*/
#linker-puffer {
width: 25%;
height:100%;
min-height: 450px;
background-color: transparent;
float: left;
}

#greenline-horizontal-bottom-a {
width : 100%;
height: 3px;
margin: 0%; 
padding: 0%;
background-color : #ffffff;
color: #000000;
border-top: 25px solid #197B1A;
border-bottom: 5px solid #4EC14A;
clear: both;
z-index: 3;
}



















