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

body {
	background: #ffffff url(img/window_bg2.gif) repeat;
}

#header, #banner, #sidebar,  #footer {
    margin: 0px;
}

#header, #banner, #footer {
    clear: left;
}

#page:after, #header:after, #banner:after, #footer:after, #footer #panel:after, table:after, ul.select li:after, #navigation:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

#page {
    width: 960px;
    margin: 30px auto 0 auto;
	background-color: white;
	padding: 0px;
	border: thin solid #d8d8d8;
}

#header {
	display: block;
    width: 820px;
	height: 90px;
    padding: 0px 70px 0px 70px;
    margin: 0px 0 0px 0;
    position: relative;
	z-index: 999;
	/* border-bottom: thin solid #cccccc; */
}

#banner {
    width: 618px;
	height: 485px;
    margin: 10px 0;
}

#content {
    width: 960px;
    margin: 0 0 0px 0px;
    padding: 0px;
    display: block;
	background-color: white;
	overflow: hidden;
	height: 425px;
}

#content ul {
	/* margin-top: 1.3em; */
	}

#maincontent {
	position: relative;
	width: 609px;
	padding: 55px 1px 55px 70px;
	float: left;
	height: 315px;
	}
	
.leftsidebar #maincontent {
	position: relative;
	width: 600px;
	padding: 55px 70px 55px 10px;
	float: right;
	height: 315px;
	}
	
.leftrightsidebar #maincontent {
	position: relative;
	width: 370px;
	padding: 55px 20px 55px 10px;
	float: left;
	height: 315px;
	}
	
#map {
	width: 600px;
	height: 315px;
	margin: 0px;
	}
	
#maincontent img {
	float: left;
	margin-right: 20px;
	}

#sidebar {
    width: 190px;
	padding: 55px 70px 55px 20px;
    float: left;
	height: 315px;
}

.leftsidebar #sidebar {
    width: 190px;
	padding: 55px 20px 55px 70px;
    float: right;
	height: 315px;
	}
	
.leftrightsidebar #sidebar {
    width: 190px;
	padding: 55px 70px 55px 20px;
    float: left;
	height: 315px;
	}
	
#leftsidebar {
    width: 200px;
	padding: 55px 10px 55px 70px;
    float: left;
	height: 315px;	
	}	


#popups {
	width: 890px;
	padding: 0 0 0 70px;
	}

#footer {
    clear: both;
	display: block;
    width: 960px;
	height: 65px;	
	margin: 0px;
	overflow: hidden;
}

#footer img {
	position: relative;
	top: 65px;
}

#page_below {
	display: block;
	margin: 10px auto 10px auto;
	padding-left: 1px;
	width: 959px;
	}
	
.zeilendiv {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
	
form {
	width: 390px;
	line-height: 1.7em;
	}
	
.bordergroup {
	width: 390px;
	/* border: thin solid #d8d8d8; */
	}
	
.inputwrapper {
	background: #cdcdcd;
	color: white;
	padding: 0px;
	padding-left: 10px;
	margin-top: 2px;
	width: 380px;
	height: 22px;
	}
.inputwrapper:first-child {
	margin-top: 0px;
	}
.inputwrapper:last-child {
	height: 66px;
	}
	
input, select {
	position: absolute;
	left:100px;
	background: #cdcdcd;
	color: #777777;
	width: 280px;
	border: none;
	padding: 5px;
	height: 12px;
	outline: none;
	}
	
select {
	padding: 0px;
	padding-left: 2px;
	padding-top: 2px;
	width: 300px;
	height: 20px;
	}
option {
	padding-left: 5px;
	padding-right: 3px;
	}
	
textarea {
	position: absolute;
	left: 100px;
	width: 290px;
	height: 60px;
	margin: 0px 0px 0px 5px;
	font:inherit;
	background: #cdcdcd;
	color: #777777;
	border: none;
	outline: none;
	resize: none;
	}

.submitbutton {
	height: 20px;
	width: 290px;
	position: relative;
	right: 0px;
	margin-top: 20px;
	}

	
div#map { border: thin solid #cdcdcd;}
	