BODY  {
	background-color : white;
	font-family : Arial, Helvetica;
}
A  {
	color : #cc6600;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : #cc6600;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	color : #006600;
	text-decoration : none;
	font-weight : bold;
}
A:Hover  {
	color : #006600;
	text-decoration : none;
	font-weight : bold;
}

P, TD, TH, TR, LI, UL  {
	font-size : 12px;
	font-family : Arial, Helvetica;
}

B  {
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica;
}	
.haupttitel  {
	top : 20;
	left : 340;
	z-Index :1;
	position : absolute;
	font-family : Arial;
	font-size : 18px;
	font-weight : bold;
}
.inhalt  {
	top : 50;
	left : 340;
	z-Index : 3;
	width: 430;
	position : absolute;
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
}
.bild  {
	top : 0;
	left : 70;
	z-Index : 1;
	visibility : visible;
	position : absolute;

}	
.bild2  {
	top : 0;
	/*left : 780;*/
	right : 20;
	z-Index : 1;
	visibility : visible;
	position : absolute;

}	
H3  {
	font-family : Arial;
	font-size : 18px;
	font-weight : bold;

}	
.navi  {
	top : 280;
	left : 300;
	z-Index : 1;
	visibility : visible;
	position : absolute;
	background-color : white;

}	
.navi a {
	color : #cc6600;
	text-decoration : none;
	/*font-weight : bold;
	font-size : 10px;*/
}


.rahmen {
	border: 1px solid green;
	padding: 0px; 	
}
