/*a_css/main.css*/
body
{ 
	margin:0;
	padding:0;
	background-image:url('blumen.gif');
    background-repeat:no-repeat; 
    /* Background-color kann geloescht oder geaendert werden */
    background-color:#ffffff;
	font-family:Verdana,Trebouchet MS,Arial, Sans-Serif;
	font-size:12px;
}

#zweitnavigation a, .aktiv
{	
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.aktiv
{
	color:#990000;
}
#zweitnavigation a:link 		{color:#000000; }
#zweitnavigation a:visited 		{color:#000000; }
#zweitnavigation a:hover 		{color:#990000; }
#zweitnavigation a:active 		{color:#990000; }

a:link 			{ text-decoration:underline; color:#990000; }
a:visited 		{ text-decoration:underline; color:#990000; }
a:hover 		{ text-decoration:underline; color:#000000; }
a:active 		{ text-decoration:underline; color:#990000; }

p
{ 
	font-size:12px;
	line-height:16px;
}
h1
{ 
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	
}
h2
{ 
	font-size:14px;
	font-weight:bold;
	line-height:16px;
}
h3
{ 
	font-size:20px;
	font-weight:bold;
	line-height:16px;
}
h4
{ 
	font-size:10px;
	line-height:12px;
	color:#990000;
}
#oben_links
{
	position:absolute;
	z-index:1;
	top:0px;
	left:0px;
	width:300px;
	height:100px;
}
#oben_rechts
{
	position:absolute;
	z-index:1;
	top:0px;
	left:300px;
	width:700px;
	height:100px;
}
#hauptnavigation
{
	position:absolute;
	z-index:1;
	top:125px;
	left:0px;
	width:150px;
	height:425px;
}
#hauptnavigation a, #hauptnavigation a:link
{
	display:block;
}
#zweitnavigation_bg
{
	position:absolute;
	z-index:1;
	top:100px;
	left:800px;
	width:200px;
	height:450px;
}
#zweitnavigation
{
	position:absolute;
	z-index:2;
	top:150px;
	left:820px;
	width:180px;
	height:400px;
}
#inhalt_bg
{
	position:absolute;
	z-index:1;
	top:100px;
	left:150px;
	width:650px;
	height:450px;
}

#inhalt
{
	position:absolute;
	z-index:2;
	top:215px;
	left:300px;
	width:450px;
	height:335px; 
}
#inhalt_bild
{
	position:absolute;
	z-index:1;
	top:125px;
	left:175px;
	width:120px;
	height:90px;
	/*background-color:#ff0000;*/

}
#inhalt_titel
{
	position:absolute;
	z-index:2;
	top:180px;
	left:300px;
	width:450px;
	height:30px; 
}
#vereinszeile
{
	position:absolute;
	z-index:1;
	top:550px;
	left:0px;
	width:850px;
	height:30px; 
}
#zentriert
{
left: 50%;
top: 50%;
width: 1000px;
height: 600px;
position: absolute;
margin: -300px 0px 0px -500px;
}