* {
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 : #99ADC2;
color: #ffffff;
}
/*.....................................................................................haupt-container-komplette seite*/
#pos-box { 
min-height: 100%;
height: auto !important; 
height:100%; /* IE */
width: 91%;
height: auto;
margin: 0px auto;
background-color : #ffffff;
border-left:  1px solid #343578;
border-right: 1px solid #343578;
color: #000000;
z-index: 3;
}

/*.............................................................................................Streifen-blau-orange-ganz oben*/
#header-box {
width : 100%;
height:  20px;
margin: 0%;
background-color :  #343578;
color: #000000;
border-top:  8px solid #BF8C14;
clear: both;
z-index: 3;
}
/*.....................................................................................................................logo-azb-oben-links*/
#logotype {
width: 250px;
height: 110px;
border: none;
text-decoration: none;
background-color: #ffffff;
color: #000000;
float: left;
z-index: 3;
}
/*.....................................................................2px-horizontallinie-ganze-breite-unterhalb logo*/
#blueline-horizontal-top {
width : 100%;
height: 1px;
margin: 0%; 
padding: 0%;
background-color : #ffffff;
color: #000000;
border-top: 2px solid  #343578;
clear: both;
z-index: 3;
}
/*.......................................................container links unterhalb des logos-aufnahme subnavi*/
#left-box-vertical {
width: 15%;
height:100%;
min-height: 650px;
text-align: center;
background-color :  #ffffff;
color: #000000;
float: left;
z-index: 3;
}
/*.......................................................container -ganz rechts-links und weitergehende infos*/
#right-box-vertical {
width : 15%;
height:  100%;
min-height: 650px;
text-align: center;
margin-top: 5%;
margin-right: 1%;
color: #000000;
background-color :  #ffffff;
float: right;
z-index: 3;
}
/*.............................................................................................................container -mitte-content*/
#content-box{
height: 100%;
width: 67%;
min-height: 650px;
background-color : #ffffff;
color: #000000;
border-left:  2px solid #343578;
border-right:  1px dotted  #343578;
float: left;
z-index: 3;
}
/*...............................................................................................container -ganz unten-fussbereich*/
#footer-box {
width : 100%;
height:100%;
min-height: 40px;
clear: both;
margin: 0%; 
background-color :  #343578;
color: #ffffff;
border-bottom: 10px solid #BF8C14;
z-index: 4;
}


















