body{
	background: #FFFFCC;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana;
	max-width: 600px;
}
h1{
	Margin-top: 36pt;
	margin-bottom: 36pt;
	font-size: 36pt;
	color:#006600; 
	font-family: Garamond;
}
h2{
	Margin-top: 12pt;
	margin-bottom: 12pt;
	font-size: 18pt;
	color:#006600; 
	font-family: Garamond;
}
h3{
	Margin-top: 18pt;
	margin-bottom: 12pt;
	font-size: 16pt;
	color:#006600;
	font-family: Garamond;
	font-weight: bolder;
}
h4{
	Margin-top: 18pt;
	margin-bottom: 12pt;
	font-size: 14pt;
	color:#006600;
	font-family: Garamond;
	font-weight: bolder;
}


p,li{
	font-size: 11pt;
	color: #000000;
	font-family: Verdana;
	max-width: 600px;
	text-indent: 25px;
	text-align: justify;	
}

a:link,a:visited{
	font-size: 11pt;
	color: Red;
	font-family: Verdana;
}
a.foto:link,a.foto:visited{
	font-size: 9pt;
	color: Red;
	font-family: Verdana;
}


#menue{
	position:absolute;
	top:40px;
	left:15px;
	width:200px;
	height:auto;
	z-index:10;
}
#content{
	position:absolute;
	top:20px;
	left:240px;
	width:600px;
	height:auto;
	z-index:11;
}
#menue a:link, #menue a:visited{
	font-size: 18pt;
	color: #006600;
	font-family: Garamond;
	font-weight: bolder;
	text-decoration: none;
}
#menue a:hover{
	font-size: 18pt;
	color: #004400;
	text-decoration: underline;
}


