﻿*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #f8f8f8;
}

#background {
	height: 800px;
	padding: 10px;
	background: url(images/background.jpg) repeat-x;
}


#logo {
	background: url('images/Button3.png') no-repeat top right;
	float:left; 
	width:400px; 
	height:189px;
	padding-left: 15px;
	margin: 0px;
	position: relative;
}

#logo img{
	border: 0px none;
	margin: 30px 0 0 220px;
}

#wrapperStart {
	margin: 0 auto;
	width: 1008px;
}

#buttonReihe{
	width: 1008px;
}

#Button1
{
	margin-left: 2px;
	background:url(images/Button1.png) no-repeat;
	width: 294px;
	height: 189px;
	float:left;
	padding: 0px;	
}

#Button2
{
	float:left;
	background:url(images/Button2.png) no-repeat;
	width: 283px;
	height:189px;
	padding: 0px;
}

#Button1, #Button2 {
	font-size: 30px;
	color:#d7d8d8;
	text-shadow: -1px -1px 1px #101010, 1px 1px 1px #cbcbcb;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}

#Button1 span {
	margin: 75px 53px;
	position: absolute;
}

#Button2 span {
	margin: 75px 30px;
	position: absolute;
}

#SchattenSeite{
	float:left;
	margin-left:0px;
    height:189px;
	width:4px;
}

#SchattenSeite2{
	float:left;
	height:189px;
	width:4px;
}


#startHeader
{ 
	background:url('images/StartseiteHeader.png') no-repeat;
	width: 971px;
	height: 155px;
}


#StartLogo
{
	background: #1a1a1a;
	float:left; 
	width:370px; 
	height:189px;
}


#StartMain{
	float:right;
	padding: 0 5px 0 51px;
	background:	url('images/StartseiteUnten.png');
	background-repeat:no-repeat;
	width: 950px;
	height: 229px;
}

#footerStart{
	margin-left:9px;
	width: 997px;
	height: 45px;
	clear: both;
	background: url(images/footerStart.png) no-repeat;	
} 


#footerStart ul {
	list-style-type: none;
	padding: 2px;
	text-align: center;
	margin: 0 25px 0 0;
}

#footerStart li{
	font-size: 11px;
	font-family: "FrutigerNextLT", "Deja Vu", arial;
	display: inline;
	line-height: 27px;
	padding: 0 auto;
	color: #d7d7d7;
}

#footerStart a{
	padding: 5px 10px;
	color: #f8f8f8;
	text-decoration: none;
}

#footerStart a.akt {
	padding: 15px 8px 3px 8px;
	color: #333333;
	font-size: 11px;
	background-color: #f8f8f8;
}

#footerStart a:hover{
	text-decoration: underline;
}
