/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/
html {
	overflow-y: scroll;
}

a {
	color:#066c09;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}
body {
	height:100%;
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left: 0px;
	margin-top: 0px;
	
}


blockquote {
	margin:1em;
	padding:0.5em;
	background-color:#4daadb;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

blockquote p {
	font-size: 14px;

}

blockquote h1 {
	margin:1px;
	font-size: 1.1em;
}

#container {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	text-align:left;
}


#header {
	height:175px;
	background-image: url(../grafik/back_header2_175x1200.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#header h1 {
	font-size:0.8em;
	letter-spacing:inherit;
	color:#066c09;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	z-index: 400;
	width: 560px;
	position: absolute;
	padding-top: 1px;
	right: 40px;
	margin-left: 130px;
	text-align: right;
}

#header #logo
{
	float:left;
	width:520px;
	height:170px;
	text-indent:-9999em;
	overflow:hidden;
	background:url("../grafik/back_all2_logo.png") no-repeat left top;
	z-index: 500;
}
.noJS  #header  #logo:hover
{
	opacity:0.8;
}


#navigation {
	width: 1200px;
	padding: 52px 0px 0px 0px;
	height: 66px;
}

#navigation a:hover {

}

#navigation ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#navigation li {
	float: left;
}

#navigation .current_page_item a {
	color: #FFFFFF;
	background-color: #3a7035;
}

#navigation .last{
	border-right: #3a7035 1px solid;


}
#navigation  .first{
	border-right: #3a7035 1px solid;
	border-left: #3a7035 1px solid;
}

#content {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	height: 100%;
	background-image: url(../grafik/back_bottom2_695x1200.jpg);
	text-align: left;
	font-weight: normal;
	color: #666666;
	line-height: 20px;
	font-size: 14px;
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003300;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #003300;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #003300;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003300;
}


#content a {
	text-decoration:none;
	color: #0066FF;
}
div#content  .logoGWS  {
	background-image: url(../grafik/logo125.png);
	background-repeat: no-repeat;
	background-position: 260px 17px;

}
div#content  .picplan {
	float: left;
	margin-right: 30px;
	clear: left;

}
div#content .startbild {
	float: left;
	margin-right: 30px;
	clear: left;
	position: relative;
}
div#content .starttext {
	min-height: 500px;
	min-width: 200px;

}
div#content .behandlung {
	min-height: 5px;
	min-width: 300px;
	max-width: 1150px;
}





#content a:hover {
	color:#066c09;
	text-decoration:none;
}

#footer {
	position:relative;
	bottom:0;
	margin:1px 0 0 30px;
	padding:0;
	line-height:20px;
	text-align:left;
	font-size:0.7em;
	color: #066c09;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
}
