body{
	font-size: 0.8em;
	font-size:100.01%;
	line-height: 140%;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	padding:0;
	margin:0;
	background-color: #00579D;
	color: #ffd000;
}

#thetop{
margin:0;
}
 p, td, tr {
    color: #ffd000;
}


.solarlink a:link {BACKGROUND: none; COLOR: #ffd000; FONT-SIZE: 16px; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: underline}
.solarlink a:visited       {BACKGROUND: none; COLOR: #ffd000; FONT-SIZE: 16px; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: underline}
.solarlink a:hover         {BACKGROUND: none; COLOR: #fd9002; FONT-SIZE: 16px; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: underline}
.solarlink a:active        {BACKGROUND: none; COLOR: #ffd000; FONT-SIZE: 16px; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: underline}


a img{
border:0;
}

a.navi:link {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: none }
a.navi:visited {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: none }
a.navi:active {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: none }
a.navi:hover { BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Arial, verdana, Helvetica; TEXT-DECORATION: none}

.content
{
font-family: Arial, verdana;
FONT-SIZE: 16px;

}
img.funnychar{
	margin-bottom: -19px;
}
h1,h2,h3,h4 {
	margin:5px 0 5px 0;
	color:#fd9002;
	font-family: Arial, verdana;
	font-style: bold;
	text-align: left;
	FONT-SIZE: 16px;
	font-weight: bold;
 }


.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}


.block{
padding:20px;
background:#eee;
border:2px solid #ddd;
}

.credit{
background-color:inherit;
}

.hide{
display:none;
}
ul
 {
	list-style-image: url(../img/pfeil.gif);
	list-style-position: outside;
	
 }

 /* CSS Anpassungen für das Dynamic Menü Chrome */


.chromestyle{
width: 99%;
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 #BBB;
width: 100%;
/*background: #FFFFFF; Hintergrund der Navigationsleiste*/
padding: 4px 0;
padding-left: 20px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
/*background: url(../../../modules/DynamicMenu/images/pfeil.gif) left center no-repeat;*/
display: inline;

}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 10px;
margin: 0 0 0 5px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffcb04;

}

.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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Arial;
line-height:18px;
z-index:100;
color: #FFFFFF;
background-color: #00579d;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#3e3d40,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
/*background: url(../../../modules/DynamicMenu/images/pfeil.gif) left center no-repeat;*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Farbe im Menü bei Mouse Over*/
background-color: #FFFFFF;
color: #00579d;
}
