﻿* {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
body {
	font-size: 0.75em;
    background-image: url(img/bg_startseite.jpg);
    background-position: center;
   /*	background-color:black;   */
}
.contentAll {
   	position: absolute;
	top: 50%;
	height: 550px;
	margin-top: -250px;
	width: 100%;
	left:0px;
}
.content {
	width:550px;
	position:absolute;
	left:50%;
	margin-left:-275px;
	top: 0px;
}
.menue_startseite {
	margin: auto;
	margin-top:3px;

}
.menue_startseite a {
  text-decoration: none;
}

.menue_startseite_links {
	float: left;
	width: 272px;
	margin-top: 3px;
	text-align:left;
    color: silver;
    border-top: 1px solid white;
}
.menue_startseite_links a .header  {
	color: silver;
	text-decoration: none;
}
.menue_startseite_links  a .subline {
	color: silver;
	text-decoration: none;
}
.menue_startseite_links  a:hover .header {
    color: white;
	text-decoration: none
}
.menue_startseite_links  a:hover .subline {
    color: white;
	text-decoration: none
}
.menue_startseite_rechts {
	float: right;
	width: 272px;
	margin-top:3px;
	text-align:right;
    color:#808080;
    border-top: 1px solid black;

}
.menue_startseite_rechts  a .header {
    color: #808080;
	text-decoration: none
}
.menue_startseite_rechts  a .subline {
    color: #808080;
	text-decoration: none
}
.menue_startseite_rechts  a:hover .header {
    color: black;
	text-decoration: none
}.menue_startseite_rechts   a:hover .subline {
    color: black;
	text-decoration: none
}

.header{
	font-size:1.3em;
	font-weight:bold;
   	text-align: left;
	width:272px;
}
.subline {
   	margin-top:2px;
}

