/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:1000px; margin:0px auto; margin-top:10px; margin-bottom:10px; font-size:1.0em;}
.main {position:absolute; top:185px; clear:both; width:1000px; padding:0px;padding-bottom:10px; background-color:#ffffff}
.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:180px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/; background:rgb(255,255,255);}
.main-content {background-color:#ffffff;display:inline; /*Fix IE floating margin bug*/; float:left; width:560px; margin:0 40px 0 40px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-subcontent {background-color:#ffffff;display:inline /*Fix IE floating margin bug*/; float:right; width:180px; margin:0 0 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}



/* HEADER */
.header {width:1000px;}
.header-top {width:1000px; height:148px; margin-top:4px; background-image:url(images/banner_komplett.jpg); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.topdiv a {color:#ffffff; text-decoration:none; font-weight:bold; font-size:14px; position: absolute; margin-left: 350px; margin-top: 90px}
.topdiv a:hover {text-decoration:underline;}
.header-bottom {width:100px;}

/********************/
/*  FOOTER SECTION  */
/********************/


#upper_footer {width:560px;height:40px;position:absolute;left:220px;bottom:70px;overflow:hidden;}


#footer {text-align:center;clear:both; width:1000px; padding:1.0em 0 1.0em 0; font-size:0.7em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
#footer p {line-height:1.0em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:100%;}
#footer a {font-size:1.2em;text-decoration:none; color:rgb(125,125,125);}
#footer a:hover {text-decoration:underline; color:rgb(0,0,0);}
#footer a:visited {color:rgb(0,0,0);}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
