@import url("headimages.css");
@import url("infoboxen.css");
@import url("navigation.css");
@import url("content.css");
@import url("form.css");

body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Helvetica;
	font-size: 11px;
	color: #425258;
}



/* Group - General Styles */

#main {
	margin: auto;
	padding: 0px;
	width: 1015px;
	position: relative;
	z-index: 1;
}

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1015px;
	height: 224px;
	position: relative;
	z-index: 2;
}

#header #logo {
	position: absolute;
	top: 0px;
	left: 16px;
	width: 252px;
	height: 75px;
	background-image: url("../gfx/logo.gif");
	background-repeat: no-repeat;
}

#header #head_menubox {
	position: absolute;
	top: 38px;
	left: 807px;
	width: 176px;
	height: 75px;
	color: #425258;
	font-size: 11px;
	text-align: right;
}

#navi {
	margin: 0px 32px 15px 32px;
	padding: 0px 0px 0px 0px;
	width: 951px;
	height: 24px;
	background-color: #ffffff;
	background-image: url("../gfx/navi_bg.gif");
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	position: relative;
	z-index: 10;
}

#navi_left_spacer {
	background-image: url("../gfx/navi_left_spacer.gif");
	background-repeat: no-repeat;
	width: 34px;
	height: 24px;
	position: relative;
	float: left;
}

#maincontent {
	margin: 0px 32px 30px 32px;
	padding: 0px 0px 0px 0px;
	width: 951px;
	height: auto;
	text-align: left;
	background-image: url("../gfx/bg_green.gif");
	background-position: -32px 0;
	z-index: 3;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}

#menu {
	margin: 0px 0px 30px 0px;
	width: 234px;
	position: relative;
	z-index: 4;
}

#content_pfad {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	font-size: 9px;
	width: 100% !important;
	height: 15px;
	color: #4c5b61;
}	
	
#menu_right_spacer,
#content_right_spacer {
	width: 20px;
	height: 15px;
	position: relative;
	z-index: 5;
}

#print_link {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 100%;
	height: auto;
	border-top: 1px #84bc21 solid;
	font-size: 11px;
	text-align: right;
}


.suchfeld {
	margin-left: 0px;
	border: 1px;
	border-color: #84BC21;
	border-style: solid;
	font-family: Arial;
	font-size: 10px;
    line-height: 120%;
}

.suchbutton {
	margin-left: 5px;
	color: #425258;
	background-color: #ffffff;
	border: 1px;
	border-color: #84BC21;
	border-style: solid;
	font-family: Arial;
	font-size: 10px;
    line-height: 120%;
}
