
HTML, BODY
      {
Width: 100%;
Height: 100%;
Margin: 0;
padding:0 px 0;
FONT-FAMILY: Verdana, Helvetica;
FONT-SIZE: 11px;
line-height: 16px;
background: url(../img/hintergrund.jpg);
}

p, li,  {
FONT-SIZE: 11px;
}

#thetop{
margin:0;
}


.solarlink a:link {BACKGROUND: none; COLOR: #aa1a03; TEXT-DECORATION: none}
.solarlink a:visited       {BACKGROUND: none; COLOR: #aa1a03;  TEXT-DECORATION: none}
.solarlink a:hover         {BACKGROUND: none; COLOR: #bf8c49;  TEXT-DECORATION: underline}
.solarlink a:active        {BACKGROUND: none; COLOR: #bf8c49; TEXT-DECORATION: underline}

a img{
border:0;
}

a.footer:link {BACKGROUND: none; COLOR: #f9f7e8;  FONT-WEIGHT: bold;  TEXT-DECORATION: none }
a.footer:visited {BACKGROUND: none; COLOR: #f9f7e8;  FONT-WEIGHT: bold;  TEXT-DECORATION: none }
a.footer:active {BACKGROUND: none; COLOR: #f9f7e8;  FONT-WEIGHT: bold;  TEXT-DECORATION: none }
a.footer:hover { BACKGROUND: none; COLOR: #f9f7e8; FONT-WEIGHT: bold;  TEXT-DECORATION: underline}

 


h1,h2,h4,h3 {
	margin:10px 0 10px 0;
	padding-left: 10px;
	color:#63002C;
	border-top:1px solid #bf8c49;
	border-bottom:1px solid #bf8c49;
	font-style: bold;
FONT-SIZE: 13px;
	font-weight: bold;
	font-variant: small-caps;
	background: url(../img/h1hintergrund.jpg);
 }






.clear{
clear:both;
margin:0;
}
.footer{
color:#f9f7e8;
font-weight: bold;
}

.right{
text-align:right;
}


.block{
padding:20px;
background:#eee;
color:#222;
border:2px solid #ddd;
}

.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}
ul
 {
	margin:10px;
	padding:10px;
	font-style: normal;
	text-align: left;
	list-style-image: url(../img/sternchen.gif);
	
	
 }

/* 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: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
background: url(../../../modules/DynamicMenu/images/sternchen.gif) left center no-repeat;
display: inline;

}

.chromestyle ul li a{
color: #ad0f1a;
padding: 8px 12px;
margin: 0 0 0 5px;
text-decoration: none;
}

.chromestyle ul li a:hover{

}

.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 #bf8c49; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #F4EBD1;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bf8c49; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
font-weight: bold;
color: #aa1a03;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Farbe im Menü bei Mouse Over*/
background-color: #f9f7e8;
}



