
/*
 * Startseite/Indexdatei
 */

#startseite-header {
    background: url(img/img_header_1.jpg) left top no-repeat;
    width:900px;
    height:385px;
}

#startseite-header #header-images {
  position: relative;
  z-index: 1;
}

#startseite-header-logo {
  padding:315px 0 20px 35px;
  position:relative;
  z-index:100;
  float:left;
  width:450px;
}
#startseite-header-logo a,
#startseite-header-logo a:hover,
#startseite-header-logo a:focus {
  text-decoration:none;
  background:transparent;
}

#startseite-werbetext-image {
	/*padding: 26px 0 0 21px;*/
	padding:0 0 26px 31px;
	display:none;
	visibility:hidden;
}

#startseite-logo-menu-wrapper {
  float:right;
  margin:0;
  padding:315px 0 20px 0;
  position:relative;
  width:290px;
  z-index:101;
}

#startseite-logo-menu {
	margin:0px 15px 0 29px;
	padding-top:0;
	text-align:center;	
	font-size:70%;
}

#startseite-logo-menu img {
	margin-bottom:10px; 
}

#left-wrapper {
	width:900px; 
}

#menu {
	width:100%;
	overflow:hidden;
	padding:0;
	margin:0 0 0 0;
}

#menuoben {
	display:none;
	visibility:hidden;
}

#menubody {
    background: url(img/startseite_menu_mitte.gif) left top repeat-y;
    padding:0 35px 0 35px;
    margin:0;
    font-size:100%;
}
 
#menuunten {
    background: url(img/startseite_menu_unten.gif) left bottom no-repeat;
    width:358px;
    height: 15px;
}


#content-wrapper #middle h1 {
  font-size:230%;
  font-weight:normal;
}

#content-wrapper #middle h2 {
  font-size:200%;
  font-weight:normal;
}