body {
  background-color: #d2d2d2;
  background-image: url(img-start/bg.jpg);
  background-repeat: repeat-x;  
}

#bgImage {
  background-image: url(img-start/centerImage.jpg);
  background-repeat: no-repeat;
  width: 959px;
  height: 591px;	
}
#center {
	padding-top: 43px;
}

#slogan {
	float: left;
	width: 682px;
	padding-top: 11px;
}

#slogan img {
}

#slogan-text {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-color: #1a2b35;
	padding: 5px;
	padding-left: 10px;
	color: #fff;
	height: 117px;
}



#menu {
  margin-top: 234px;
  background-color: #1a2b35;
  width: 247px;
  height: 345px;
  float: left;
  margin-right: 4px;
  margin-left: 13px;
}

#menu ul li a {
	text-decoration: none;
	color: #1a2b35;
	font-family: Verdana;		
}

#menu ul {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

#menu #nav li{
	background-image: url(img/startbgN.gif);
	background-position: 0px -4px;
	background-repeat: no-repeat;
	padding-top: 22px;
	padding-left: 25px;
	display: block;
	list-style-type: none;
	width: 247px;
	height: 45px;
	border-bottom: 2px solid #ffffff; 
	background-color: #FFF;
	color: #0c1e28;
	font-family: Verdana;	
	left: 10px;
}

#menu #nav li:hover{
	background-image: url(img/startbg.gif);
}

/* Wird von allen Browsern außer dem IE erkannt und darum überschrieben
   Benötigt, da padding und Breitenberechnung beim IE anders */
html>body #menu #nav li{
	background-image: url(img/startbgN.gif);
	background-position: 0px -2px;
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 25px;
	display: block;
	list-style-type: none;
	width: 222px;
	height: 20px;
	border-bottom: 2px solid #ffffff; 
	background-color: #FFF;
	color: #0c1e28;
	font-family: Verdana;	
	left: 10px;
}


#menu #nav li ul {
	display: none;
}