
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#202022;
	background-image: url(../images/hg.jpg);
}

a 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #202022;
	text-decoration:underline;
}

a:hover 
{
	text-decoration:underline;
	color: #990000;
}

.headtext
{
	font-family: Times New Roman;
	font-size: 27px;
	padding-left: 5px;
	height:32px;
}

.BildText
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#36363b;
padding-bottom: 15px;
}


.normaleSchrift
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#36363b;
}

.SeitenZahl
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color:#a5a5ae;
}

.table_yellowtopborder
{
border-top-color: #ffed00;
border-top-style: solid;
border-top-width: 1px;
}
.ueberschrift_unten
{
padding-top: 10px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #36363b;
padding-left: 10px;
}

.galleryBildrand
{
margin: 10px;
border-color: #69696e;
border-style: solid;
border-width: 1px;
}

.bildrand
{
border-color: #69696e;
border-style: solid;
border-width: 1px;
margin-right: 8px;
margin-top: 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#36363b;
}

.atm_schriftzug
{
font-size:9px;
color: #333333;
}
.table_rechts
{
padding-top: 10px;
}

.PreviewImage
{
    padding: 5px;
    margin:5px;
}

#TitleButtons
{
	
}
#TitleButtons a:hover
{
	display: block; 
}

#chromemenu
{
padding-top: 0;

}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul
{
	
width: 100%;
background: url(hg_leiste.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Arial;
}


#chromemenu ul li{
display: inline;
background-color:#666666;

}


#chromemenu ul li a{
border-left-color: #a5a5ae;
border-left-style: solid;
border-left-width: 1px;
float: left;
color: #ececee;
font-weight: bold;
padding: 3px 10px 2px 15px;
text-decoration: none;
background: url(zwischending.gif) center left no-repeat;
 /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: red;
}

#chromemenu ul li a[onMouseover]: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 11px Arial;
line-height:15px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #a5a5ae;
}

