/* Stadt Budapest - Layout */

body {
	background-color:#fff6e5;
	}
	
#wrap {
	margin-right:auto;
	margin-left:auto;
	width:929px;
	}
	
#oben {
	width:804px;
	height:129px;
	background-image:url(images/layout/bg_oben.jpg);
	background-repeat:no-repeat;
	}
	
#leer {
	height:130px;
	}
	
#menu_box {
	width:94px;
	height:361px;
	background-image:url(images/layout/bg_menu.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	padding-left:27px;
	}
	
#tipp {
	
	}

	#vm {
		text-align: right;
		}
	
#seite_links {
	background-image:url(images/layout/bg_seite_links.jpg);
	background-repeat:repeat-y;
	width:89px;
	}


#seite_rechts {
	background-image:url(images/layout/bg_seite_rechts.jpg);
	background-repeat:repeat-y;
	width:100px;
	}
	
#inhalt {
	width:596px;
	font-weight:normal;
	text-align:left;
	background-color:#dbc59c;
	padding-left:20px;
	}
	
#unten {
	width:754px;
	height:129px;
	padding-left:50px;
	background-image:url(images/layout/bg_unten.jpg);
	background-repeat:no-repeat;
	}