@charset "UTF-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;

}


body {
     min-height: 100%;
	 background-image: url(../img/start/hg_start_unten.jpg);
	background-repeat: no-repeat;
	background-color: #dce9b2;
	background-position: 0px 260px;
}


#container {
	min-height: 100%;
	height: 100%;
	background-image: url(../img/hg/hg_header.jpg);
	background-repeat: repeat-x;
}

#oben {
	width: 100%;
	height: 110px;
	background-color: #64820A;
	background-image: url(../img/start/hg_start_oben.jpg);
	background-repeat: no-repeat;
}
#bildleiste {
	width: 100%;
	height: 135px;
	background-color: #64820A;
	background-image: url(../img/start/hg_start_bildleiste.jpg);
	background-repeat: repeat-x;	
}

#navistreifen {
	width: 100%;
	height: 15px;
	background-image: url(../img/start/hg_start_navi.jpg);
	background-repeat: repeat-x;
}




