/* @override 
	http://test.gl2.de/style.css
	http://www.gsg-memmingen.de/style.css
*/

@charset "UTF-8";


/* CSS Document */

html, body, div, a, em, img, strong, ul, li, dl, dd, dt {
}

body {
	margin: 0;
	padding: 0;
	color: #888;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
	background: url(pix/hg.jpg) repeat-x;
}

html {
	margin: 0;
	padding: 0;
}

a {
	color: #0e598f;
}

.headline {
	color: #0e598f;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.ueberschrift {
	color: #0e598f;
	font-weight: bold;
}

#website {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 251px;
	background: url(pix/headhg_logo.gif) no-repeat;
	margin-top: 0;
	padding: 0;
}

#navigation {
	height: 30px;
	margin: 0;
	position: absolute;
	top: 220px;
	left: 20px;
	z-index: 999 !important;
	background-color: #fff;
	padding: 0 10px 0 0;
}


#bild {
	width: 680px;
	height: 325px;
	position: relative;
	top: 0px;
	left: 50px;
}

#text {
	width: 640px;
	position: relative;
	top: 0;
	left: 50px;
	margin: 0;
	padding: 20px;
	background-color: #e8f0f6;
}

#text-plan {
	width: 680px;
	position: relative;
	top: 0;
	left: 50px;
	margin: 0;
	padding: 0px;
}


#foot {
	width: 670px;
	top: 0;
	left: 50px;
	margin: 0;
	background-color: #0e598f;
	color: #fff;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
	display: inline-block;
	position: relative;
}

#text-plan table tbody tr td {
	line-height: 13px;
	font-size: 11px;
}

#text-plan table tbody tr td {
	border-bottom: 1px solid #d3d3d3;
}

div.adresse {
	display: inline-block;
	vertical-align: top;
	width: 250px;
}

#form-module form {
	display: inline-block;
	margin-right: 30px;
}

div#form-module {
	display: inline-block;
}

ul.nav1st {
	list-style-type: none;
	height: 30px;
	padding: 0;
	margin: 0;
}

ul.nav1st a {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
}

ul.nav1st a:hover {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #0e598f;
	text-decoration: none;
	text-transform: uppercase;
}


#navigation ul.nav1st li.active {
	display: inline-block;
	border-bottom: 4px solid #0e598f;
	height: 18px;
	margin: 0;
	padding: 8px 0 0;
	float: left;
}

#navigation ul.nav1st li {
	display: inline-block;
	height: 18px;
	margin: 0;
	padding: 6px 0 0;
	float: left;
}

div#striche {
	display: inline-block;
	height: 18px;
	margin: 0 5px;
	padding: 6px 0 0;
	float: left;
}

#navigation ul.nav1st li a {
	border-right: 1px solid #b9b9b9;
	padding-right: 8px;
	padding-left: 8px;
}




#form-module form fieldset legend {
	display: none;
}

#form-module form fieldset {
	border-style: none;
	margin: 0;
	padding: 0;
}

#form-module form fieldset div.element label.text {
	display: inline-block;
	width: 90px;
	margin: 0;
	padding: 0;
	float: left;
}

#form-module form fieldset div.element label.textarea {
	display: inline-block;
	width: 90px;
	float: left;
	margin: 0;
	padding: 0;
}

input {
	width: 250px;
	border: 1px solid #b9b9b9;
	margin-bottom: 9px;
	padding: 4px;
	margin-left: 0;
}

textarea {
	width: 250px;
	height: 150px;
	border: 1px solid #b9b9b9;
	margin-bottom: 6px;
	padding: 4px;
}

input.submit {
	margin-left: 90px;
	width: 260px;
}


div.team {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 15px;
	clear: left;
	width: 640px;
}

div.team-bild {
	display: inline-block;
	float: left;
	margin-right: 20px;
	border: 1px solid #0e598f;
}

div.team-text {
	display: inline-block;
	width: 500px;
}



