
/* NON-HEADER */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:rgb(0,0,0); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:900px; margin:0px auto; margin-top:10px; margin-bottom:10px; border:solid 2px rgb(0,0,0); font-size:1.0em;}
.main {clear:both; width:900px;}
.main-content {display:inline; /*Fix IE floating margin bug*/; float:center; width:840px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer {clear:both; width:900px; padding:1.1em 0 0; background:rgb(0,0,0); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/* --- Andre Content bokse. --- */
.admin_main-content table { width:100%px; margin-left:50px;}


/* HEADER */
.header {width:900px; font-family:"trebuchet ms",arial,sans-serif;}
.header-bottom-menu {width:900px; padding-top:20px; background:#000000; color: rgb(192,192,192); background-repeat:no-repeat;}
.header p {line-height:1.0em; text-align:center; color: rgb(192,192,192); font-weight:bold; font-size:110%;}
.header p.credits {font-weight:normal;}
.header a {text-decoration:underline; color: rgb(192,192,192);}
.header a:hover {text-decoration:none; color: rgb(192,192,192);}
.header a:visited {color: rgb(192,192,192);}

#contentbox { background-color:#000000; margin-left:10px; margin-right:10px; margin-top:10px; float:left; width:100%; border:none; overflow:visible;}
#content { background-color:#000000; margin-right:10px; margin-left:10px; margin-top:10px;}


/********************/
/*  FOOTER SECTION  */
/********************/
.footer p {line-height:1.0em; text-align:center; color: rgb(192,192,192); font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color: rgb(192,192,192);}
.footer a:hover {text-decoration:none; color: rgb(192,192,192);}
.footer a:visited {color: rgb(192,192,192);}


/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-content:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:840px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
html {filter: expression(document.execCommand("BackgroundImageCache", false, true));} /*IE proprietary flicker hack for background images. Not validating, but OK*/
