body { 
	color: #494949;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  11px;

	background-color: #FAFAFA;
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-arrow-color: #AAAAAA; 
	scrollbar-track-color: #f0f0f0;
	scrollbar-darkshadow-color: #cccccc;
        margin-top: 1px;
	margin-bottom:0px;
	overflow: auto;
	}


.bild {
	border: 0px;
	}



/* ######### Style for Lower page part ######### */


.nere TABLE {
	color: #494949;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  11px;
	text-decoration: none;
	border: 0px solid;
	}


.nere A:link, .nere a:visited, .nere a:active {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;  color: #494949;
	border: 0px solid;
	}


.nere A:hover {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline; color: #000000;
	}







/* ######### Style for Menu ######### */



.chromestyle{
font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size :  10px;
text-decoration: none;
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBBBBB;
width: 100%;
padding: 2px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 7px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a:hover{
background-color: #FFFFFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBBBBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #BBBBBB; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
/*font-weight: bold;*/
color: #494949;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
