/*a_css/home.css*/

body
{ 
	margin:0;
	padding:0;
	background-image:url('#');
    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
}

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

#impressum a:link { text-decoration:none; color:#999999; font-size:10px;}
#impressum a:visited { text-decoration:none; color:#999999; font-size:10px;}
#impressum a:hover { text-decoration:none; color:#000000; font-size:10px;}
#impressum a:active { text-decoration:none; color:#000000; font-size:10px;}

#bild_links
{
	position:absolute;
	z-index:1;
	top:100px;
	left:0px;
	width:700px;
	height:130px;
}
#linie_senkrecht
{
	position:absolute;
	z-index:2;
	top:180px;
	left:145px;
	width:5px;
	height:250px;
}
#bild_rechts
{
	position:absolute;
	z-index:1;
	top:300px;
	left:500px;
	width:500px;
	height:120px;
}
#navigation_oben
{
	position:absolute;
	z-index:1;
	top:240px;
	left:150px;
	width:150px;
}
#navigation_unten
{
	position:absolute;
	z-index:1;
	top:340px;
	left:0px;
	width:150px;
}
#navigation a, #navigation a:link
{
	display:block;
}
#balken
{
	position:absolute;
	z-index:1;
	top:490px;
	left:0px;
	width:1000px;
	height:25px;
}
#balken_titel
{
	position:absolute;
	z-index:2;
	top:495px;
	left:10px;
	width:50px;
	height:20px;
	font-size:12px;
}
#balken_text
{
	position:absolute;
	z-index:3;
	top:495px;
	left:80px;
	width:830px;
	height:20px;
	font-size:12px;
	color:#ffffff;
}
#impressum
{
	position:absolute;
	z-index:3;
	top:475px;
	left:0px;
	width:1000px;
	height:10px;
	text-align:right;
}