/* Layout CSS Landau */

body {
	background-repeat: repeat-x;
	margin:0;
	background-color: #FFF; /*Weiss*/	
}

/*Container Anfang*/
#container {
	width: 933px;
	background-image: url("../images/verlauf.jpg");
	background-position: top right;
	background-repeat: repeat-y;
}

/*Bild oben */
#header {
	width: 933px;
	height: 169px;
	background-image: url("../images/header.jpg");
}

#headersub {
	width: 933px;
	height: 169px;
	background-image: url("../images/header_sub.jpg");
}

#headnav {
	color: red;
	margin-bottom: -44px;
	width: 893px;
	text-align: right;
}

#headnav input {
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: -10px;
}

#headnav .suchbutton {
	border: 0;
}


/*Hauptnavigation*/
#navi {
	margin-top: 70px;
	margin-left: 280px;
	float: left;
}

/*Unternavigation*/
#subnavi {
	margin-top: -0px;
	margin-left: 277px;
	float: left;
}

.submenu {
	background-image: url("../images/subnavi.jpg");
	width: 656px;
	height: 29px;
	background-position: 0px -5px;
	background-repeat: no-repeat;
}

/*Inhaltsfenster Anfang */
#content {
	width: 100%;
	padding-left: 16px;
}

/*Hauptinhalt */
#main {
	width: 559px;
	margin-right: 82px;
	float: left;
	margin-top: 24px;
}

/*Seitenleiste */
#sidebar {
	width: 223px;
	float: left;
	margin-right: 53px;
	min-height: 300px;
}

.box {
	margin-top: 24px;
	background-image: url("../images/box_bg.jpg");
	background-repeat: repeat-y;	
	background-color: #EBEBEB;
	border-left: 1px solid #BFBFBF;
	background-position: 214px;
}

/*Inhaltsfenster Ende */

#footer {
	width: 933px;
	height: 11px;
	background-color: #848684;
}