body {
	background: #FFFFFF url('../imgs/startseite.jpg') left top no-repeat;
	background: url('../imgs/bg-start.jpg') top repeat-x;
}

#page { 
	width: 911px; 
}

#startheader {
	height:241px;
}

#headerlink {
	float:left;
	margin: 190px 0 0 26px;
	
}

#logo {
	float:right;
	margin: 125px 190px 0 0;
}

#menuleft,
#centerimage,
#menuright {
	height: 342px;
	overflow-Y: hidden;
}

#menuleft {
	width:250px;
	float:left;
	background: #5C709B;
}
#menuleft *, #menuright * {font-family: Helvetica, Arial, Verdana, Sans-Serif;}

#menuleft h1, #menuright h1 {
	color: #F6B934;
	text-transform: uppercase;	
	font-size: 1.55em;
	line-height:1.70em;
	border-bottom: 1px dotted #F6B934;
	margin: 0;
	padding:1px 5px 0 6px;
}

#menuleft ul,
#menuleft li,
#menuright ul, 
#menuright li {
	margin: 0;
	padding: 0;
	background: none;
}

#menuleft ul a, #menuright ul a {
	display: block;
	padding: 2px 5px 2px 27px;
	line-height:1.65em;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #F6B934;
	background: url('../imgs/arrow-top-right-start.gif') 6px 7px no-repeat;
}
#menuleft #menu2 {
	/*margin-top:-1px;*/
	background: #5C709B;
	border-top: 1px solid #F6B934;
	padding-bottom: 4px;
}

#centerimage {
	width:472px;
	float:left;
}

#menuright {
	width:188px;
	margin-right:1px;
	float:right;
	background: #BAC6D6 url('../imgs/bg_start_rightmenu.gif') top right no-repeat;
}
#menuright ul, #menuright h1, #menuright a { background: transparent;}
#menuright h1 {
	color:#C40110;
	border-bottom-color:#5C709B;
	padding:11px 5px 0 2px;
	margin-right: 1px;
}

#menuright ul a {
	padding: 2px 5px 2px 22px;
	background-image: url('../imgs/arrow-top-right-red.gif');
	background-position: 2px 7px;
	color: #5C709B;
	margin-right: 1px;
	border-bottom-color:#5C709B;
}

#menuleft ul li.last a, #menuright ul li.last a {
	border-bottom-color: transparent;
}

#menuright ul li:first-child a {
	color: #fff;
	font-size: 1.8em;
	line-height:1em;
}

#menuright ul li:first-child a:hover {
	color: #C40110;
} 

#menuright #rightimage {
	background: #E3E7EE;
	border-top: 1px solid #5C709B;
	margin-top: 1px;
	margin-right:1px;
	padding:2px;
	padding-top:10px;
}

#menuright #rightimage a img {margin-top: 10px;}

#footer {
	float:left;
	margin:9px 0 20px 27px;
}