/*  GlobalStyle */


body{
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/*  Style für die Linkleiste*/
#menu { width: 130px; background: #000000; height: 170px; left: 20px; top: 15px; position:absolute;}

#menu ul { list-style: none; margin: 0; padding:0; }

#menu a, #menu h2 {
  font:  bold 12px/13px arial, helvetica, sans-serif;
  display: block;
  line-height:20px;
  border-width: 0px; border-style: outset; border-color: #ccc #888 #555 #bbb;
  margin: 0; padding: 2px 3px;
  }

#menu h2 { color: #FFFF00; background: #000000; text-transform: uppercase; }

/*#menu a { color: #EEEEEE; background: #1E90FF ; text-decoration: none; }*/
#menu a { color: #EEEEEE; background: #3266CC ; text-decoration: none; }

/*#menu a:hover { color: #000000; background: #F5F5F5; }*/

#menu a:hover { color: #000000; background: #3266CC; }

#menu li { position: relative; background: #3266CC ;}

#menu ul ul ul {position: absolute; top: 0; left: 100%; width: 100%; }

div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {display: block;}



/* Style für die Startseite*/

#contentstart{
            font-style: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
            width:605px; height:920px;
			background-color:#FFFFFF;
			left: 185px; top: 120px;
			position:absolute;
			z-index: 1;
			padding:0 ; margin:0;
			line-height:17px;

}			
#contentstart h2{
	font-size: 16px;
}
#contentstart h3{
	font-size: 15px;
}
#contentstart h4{
	font-size: 14px;
}
#contentstart h5{
	font-size: 13px;
}
#contentstart h6{
	font-size: 12px;
}


/*  Style für normalen Content*/

#content{
         font-style: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
         width:605px; 
			background-color:#FFFFFF;
			left: 185px; top: 120px;
			position:absolute;
			z-index: 1;
			padding:0 ; margin:0;
			line-height:17px; 
			white-space:nowrap; 
			

}			
#content h2{
	font-size: 16px;
}
#content h3{
	font-size: 15px;
}
#content h4{
	font-size: 14px;
}
#content h5{
	font-size: 13px;
}
#content-gast{
         font-style: normal;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
         width:605px; 
			background-color:#FFFFFF;
			left: 185px; top: 120px;
			position:absolute;
			z-index: 1;
			padding:0 ; margin:0;
			line-height:17px; 
		

