
/*
 * Startseite/Indexdatei
 */

#startseite-header {
    background: url(img/startseite_header.jpg) left top no-repeat;
    width:970px;
    height:415px;
}

#startseite-header-logo {
	padding:60px 0 20px 52px;
}
#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 {
    width:372px;
    margin:112px 0 0 0;
}

#startseite-logo-menu {
	margin:0px 15px 0 29px;
	padding-top:20px;
	text-align:center;	
	font-size:70%;
}

#startseite-logo-menu img {
	margin-bottom:10px; 
}

#left-wrapper {
	width:400px; 
}

#menu {
	width:358px;
	overflow:hidden;
	padding:0;
	margin:0 0 0 16px;
}

#menuoben {
	display:none;
	visibility:hidden;
}

#menubody {
    background: url(img/startseite_menu_mitte.gif) left top repeat-y;
    padding:0 4px 0 4px;
    margin:0;
    font-size:120%;
}
 
#menuunten {
    background: url(img/startseite_menu_unten.gif) left bottom no-repeat;
    width:358px;
    height: 15px;
}



