body
{font-family: Arial, Helvetica, Verdana; background-image: url(../bilder/bg.gif);
}
a:link		{text-decoration: none; color: #666666}
a:visited	{text-decoration: none; color: #666666}
a:hover		{text-decoration: none; color: #000000}

#hauptnavigation a:hover		{text-decoration: none; color: #FFFFFF}

#inhalt	a:link		{text-decoration: underline; color: #666666}
#inhalt a:visited	{text-decoration: underline; color: #666666}
#inhalt a:hover		{text-decoration: underline; color: #333333}

#bildnavigation a:link		{text-decoration: none; color: #FFFFFF; font-weight: bold;}
#bildnavigation a:visited	{text-decoration: none; color: #FFFFFF; font-weight: bold;}
#bildnavigation a:hover	{text-decoration: none; color: #999999; font-weight: bold;}

.aktiv		{color: #000000;}
.h1			{font-size: 16px}
.h2			{font-size: 14px; line-height: 18px;}
.p			{font-size: 12px; line-height: 18px;}
.s			{font-size: 10px; line-height: 12px;}
.nav		{font-size: 12px; letter-spacing: 2px;}
.nav2		{font-size: 11px; line-height: 15px;}
.line td 	{border-bottom: 1px #666666 dashed; padding-bottom:5px;}
tr {vertical-align: top;}
td {font-size: 12px; color: #666666; padding-right: 10px;}

#background
 { 
 	position: absolute;
 	 z-index: 1;
 	 top: 0;
 	 left: 0; 
 	 width: 1000px; 
 	 height: 500px; 
 }
 #logo_index
 { 
 	position: absolute;
 	 z-index: 3;
 	 top: 100;
 	 left: 450; 
 	 width: 450px; 
 	 height: 215px; 
 }
 
#image
{
	position: absolute;
	z-index: 2;
	top: 70px;
	left: 0px;
	width: 500px;
	height: 340px;
}

#inhalt
{
	position: absolute;
	z-index: 3;
	top: 100px;
	left: 560px;
	width: 400px;
	height: 300px;
	overflow:auto;
	color: #666666;
	
}

#hauptnavigation
{
	position: absolute;
	z-index: 3;
	top: 420px;
	left: 550px;
	width: 440px;
	height: 80px 
	
}

#zweitnavigation
{
	position: absolute;
	z-index: 3;
	top: 100px;
	left: 350px;
	width: 190px;
	/* heigth: 310px*/
	text-align: right;
	color: #666666;	
}

#drittnavigation
{
	position: absolute;
	z-index: 4;
	top: 380px;
	left: 690px;
	width: 300px;
	heigth: 20px;
	text-align: right;
}

#bildnavigation
{
	position: absolute;
	z-index: 3;
	top: 390px;
	left: 320px;
	width: 140px;
	heigth: 30px;
	text-align: right;
	color: #ffffff;
}
#home
{
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 900px;
	width: 90px;
	heigth: 20px;
	text-align: right;
	vertical-align: bottom;
	color: #666666;
}
#zentriert
{
left: 50%;
top: 50%;
width: 1000px;
height: 500px;
position: absolute;
margin: -250px 0px 0px -500px;
}

