/* Layout CSS Landau */

body {
	background-image: url("../images/body_bg.jpg");
	background-repeat: repeat-x;
	margin:0;
	background-color: #435F21; /*Dunkelgrün*/
}

/*Container Anfang*/
#container {
	width: 905px;
}

/*Bild oben */
#header {
	width: 900px;
	height: 200px;
}

/*Hauptnavigation Links*/
#navi {
	background-image: url("../images/navi_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #39414A;
	width: 201px;
	min-height: 400px;
	float: left;
}

/*Inhaltsfenster Anfang */
#content {
	width: 690px; /*700*/
	margin: 10px 0 0 10px;
	float: left;
	background-image: url("../images/content_bg.jpg");
}

/*Hauptinhalt */
#main {
	width: 550px;
	min-height: 390px;
	float: left;	
	background-color: #EFE3BD;
}

/*Seitenleiste */
#sidebar {
	width: 140px;
	min-height: 390px;
	float: left;
	background-color: #392410;
}

/*Fusszeile in Inhalt */
#footer {
	clear: both;
	background-color: #435F21; /*Dunkelgrün*/
	margin-left: 210px;
}

/*Inhaltsfenster Ende */
/*Container Ende */

/*Grass Footer */
#grass {
	position: fixed;
	bottom: 0px;
	background-image: url("../images/grass.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 65px;
	width: 100%;
}
