<!--

/* vertikale Scrollbar im Firefox */
html 
{
     overflow: -moz-scrollbars-vertical;
}


/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a { 
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px; 
	color : #333333;  
	text-decoration: none;
	line-height: 18px;
}


a:hover 
{
    color:  #CC0000;
    text-decoration: none;
}



body {
	background: #F8EBD2;
	color: #333333;
	margin: 20px 0;
	text-align: left;
	font: normal 0.7em sans-serif,Verdana;
}

.main {
	background: #F8EBD2;  
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 820px; 
}

h1 
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

h2 
{
    font: normal 11px Verdana;
	padding-top: 5px;
	color: #CD6500;
}

h3 
{
    font: normal 11px Verdana;
	color: #666666;
}

.headertext1 
{
	font-size: 18px;
	font-weight: bold;
}

.headertext2 
{
	font-size: 10px;
	font-weight: bold;
}



.logo {
     width:200px;
     margin: 0px;
	 padding-top: 40px;
	 text-align:right;
}

#content 
{
	width: 515px;
	float: right;
	margin-left: 9px;
	margin-top: 25px;
	padding-left: 8px;
	text-align: left;
	clear: both;
}

.menuoben 
{
	width: 515px;
	margin-left: 9px;
	margin-top: 25px;
	padding-left: 8px;
	text-align: left;
}

#sidebarhome 
{
	width: 450px;
	float: right;
	margin-top: 25px;
	padding-left: 15px;
	text-align: left;
	clear: both;
}

#menu1 {
     width:200px;
     margin: 0px;
	 padding-top: 80px;
	 text-align:right;
}

#menu2 {
     width:200px;
     margin: 0px;
	 padding-top: 40px;
	 text-align:right;
   	float: left;
}




#menu1 ul, #menu1 li {
list-style-type: none;
margin-left:0px;
color:#2F2F2F;
}

#menu1 li a:link, #menu1 li a:visited, #menu1 li a:active {display:block;
/*line darunter vor berührung*/
border-bottom: SOLID 0px #000;
/*formtierung des menutextes*/
color:#333333;text-decoration:none;
background:TRANSPARENT;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
font-size: 11px;
padding-top:0px;
padding-bottom:0px;
height: 18px;
cursor: default;
/*hier spielen zwecks gleichheit zum rechten Frame*/
line-height: 18px;
text-align:right;
}
/*formatierung balken hinter text*/
#menu1 li a:hover { background-color:#F8EBD2;
border-bottom: solid 0px #000;
/*text nach berührung*/
color:#CC0000;
}




.thumbnail{
position: relative;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 
font-size: 3mm; color : #915106; 
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 5px;
left: -1000px;
visibility: hidden;
color: #666666;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 285px; /*position where enlarged image should offset horizontally */

}

/* Footer */
.footer {
	padding: 5px;
	color: #555;
} 

-->
