html {
	height: 100%;
}

body 
{
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url('../Images/repeater.jpg');
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana,  Helvetica,Sans-Serif;
	font-size:13px;
	color:#555555;
}

#Container
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding:0px;
	background-color:#ffffff;
    border-right:1px solid #BFBFBF;
    border-left:1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
}	    

#Logo
{
    width:250px;
    height:80px;
    background-color:white;
    position:absolute;
    z-index:40;
    top:40px;
    opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#Logoimg
{
    width:250px;
    height:80px;
    position:absolute;
    z-index:60;
    top:8px;
    margin-left:-1px;
    opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#Footer
{
    width:980px;
    text-align:right;
    background-color:#bfbfbf;
    color:white;
    margin-top:35px;
    padding:5px 10px 5px 10px;
}

#Footer a:link
{
    color:#ffffff;
    text-decoration:none;
}

#Footer a:active
{
    color:#ffffff;
    text-decoration:none;
}

#Footer a:visited
{
    color:#ffffff;
    text-decoration:none;
}

#Footer a:hover
{
    color:#555555;
    text-decoration:underline;
}

.Headline
{
    font-size:18px;
    font-weight:bold;
    padding:5px;
    background-color:#BFBFBF;
    width:420px;
    color:White;
    margin-top:35px;
}

.Fliesstext
{
    color:#555555;
    font-size:13px;
    width:575px;
    margin:25px 25px 0px 25px;
    float:left;
}

.clear
{
    clear:both;
}

a:link
{
    color:#555555;
    text-decoration:underline;
}

a:active
{
    color:#555555;
    text-decoration:underline;
}

a:visited
{
    color:#555555;
    text-decoration:underline;
}

a:hover
{
    color:#555555;
    text-decoration:none;
}

.StartseitenImage
{
    width:350px; 
    padding:25px 0px 25px 25px; 
    background-color:#bfbfbf; 
    float:left;
}

.StartseitenImage img
{
    width:350px; 
}