.chromestyle{

font:12px arial;
color: #000099;
font-weight: normal;
}

body{ 
overflow:auto;
overflow: -moz-scrollbars-vertical;
} 
html {
  height: 100%;
  margin-bottom: 1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 900px;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #001575;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
font:12px arial;
font-weight:normal;
z-index:100;
background-color: #009ee1;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font:12px arial;
font-weight:normal;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1d2e7d;
}


.tablecontent {
font : normal 9pt arial, sans-serif; 
color : #1d2e7d; 
padding-left : 0px; 
padding-right : 0px;
padding-top : 5px;
padding-bottom : 5px;
background-color : #ffffff;
}

.tablehead {
font : bold 14pt arial, verdana, sans-serif; 
color : #1d2e7d; 
font-weight:bold;
}

a:link { color: #000000; text-decoration:none; font-family: arial, verdana; font-size: 9pt;}
a:visited {color: #000000;text-decoration:none;font-family: arial, verdana; font-size: 9pt;}
a:active { color:#666666;text-decoration:none;font-family: arial, verdana; font-size: 9pt; }
a:hover { color: #666666; text-decoration:none;font-family: arial, verdana; font-size: 9pt; }

td.kopf,tr.kopf	{background-color:#ffffff;color:#1d2e7d;}

td.content,tr.content	{
background-color:#7a2211;color:#ffffff;
text-align: left;
}

td.space,tr.space	{
background-color:#000000;color:#ffffff;
text-align: left;
}

