@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #8092B8 url(../img/hg_body.png) repeat-x top left;
	font-family: "trebuchet MS",Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
h2 {
/*	color: #158DBB;*/
	color: #005CD5;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	margin: 10px 0 15px 0;
	padding: 0;
}
a img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin: 30px auto;
	width: 914px;
	text-align: left;
}
#header {
	height: 207px;
	background: transparent url(../img/hg_header.png) no-repeat top left;
	position: relative;
	width: 914px;
	
}
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 144px;
	width: 384px;
}
#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#logo h1 a {
	display: block;
	outline: none;
	height: 144px;
	width: 384px;
}
#mainmenu {
	position: absolute;
	bottom: 0;
	left: 10px;
	height: 39px;
	width: 900px;
}
#mainmenu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
#mainmenu ul li {
	float: left;
	line-height: 39px;
	font-size: 16px;
	background: transparent url(../img/hg_mainmenu_norm.gif) no-repeat top left;
}
#mainmenu ul li.first {
	background: none;
}
#mainmenu ul li a {
	display: block;
	padding: 0 8px;
	color: #ADDCF5;
	line-height: 39px;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
}
#mainmenu ul li a strong{
	float:left;
	padding: 0px 7px 0px 11px;
	margin:0;
	line-height: 39px;
	font-weight:normal;
}
#mainmenu ul li a span{
	float:left;
	width:4px;
	line-height: 39px;
	height:39px;
}
#mainmenu ul li a.act, #mainmenu ul li a:hover {
	display: block;
	color: #005CD5;
}
#mainmenu ul li a.act strong, #mainmenu ul li a:hover strong {
	background: transparent url(../img/hg_mainmenu_left.gif) no-repeat top left;
	float:left;
	padding: 0px 7px 0px 11px;
	margin:0;
	line-height: 39px;
	font-weight:normal;
}
#mainmenu ul li a.act span, #mainmenu ul li a:hover span {
	background: transparent url(../img/hg_mainmenu_right.gif) no-repeat top right;
	float:left;
	width:4px;
	line-height: 39px;
	height:39px;
}
#contentwrap {
	background: transparent url(../img/hg_content.png) repeat-y top left;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#spalten {
	margin: 0 7px;
}
#spalten #left {
	float: left;
	width: 650px;
}
#spalten #left .inner {
	padding: 10px 20px;	
}
#spalten #left .inner a {
	background: transparent url(../img/hg_a.gif) no-repeat center left;
	font-weight: bold;
	display: inline-block;
	color: #005CD5;
	padding-left: 19px;
	text-decoration: none;
}
#spalten #left .inner a:hover {
	text-decoration: underline;
}
#spalten #right {
	float: right;
	width: 237px;
	background: transparent url(../img/hg_right.png) repeat-x top left;
	height: auto !important;
	height: 400px;
	min-height: 400px;
}
#spalten #right .inner {
	padding: 10px 25px 20px 15px;	
	font-family: "trebuchet MS",Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
#spalten #right .inner p {
	padding: 10px 6px;
	margin: 0;
}
#spalten #right .inner a {
	color: #333;
	text-decoration: none;
}
#spalten #right .inner a:hover {
	color: #333;
	text-decoration: underline;
}
#spalten #right .inner a.lageplan {
	color: #005CD5;
	display: block;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../img/hg_lageplan.gif) no-repeat top left;
	display: block;
	height: 24px;
	padding-left: 28px;
}
.clear {
	clear: both;
}
#footer {
	background: transparent url(../img/hg_footer.png) no-repeat top left;
	height: 33px;
	color: #ADD5F9;
	font-family: "trebuchet MS",Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
#footer a {
	color: #ADD5F9;
	text-decoration: none;
}
#footer .left {
	display: block;
	float: left;
	width: 200px;
	padding-left: 20px;
}
#footer .right {
	display: block;
	float: right;
	width: 200px;
	padding-right: 20px;
	text-align: right;
}
/* Details */
.newsbox {
	background: #F0F5FB url(../img/hg_newsbox.gif) no-repeat top left;
	padding: 3px 8px 3px 40px;
	border-top: 1px dotted #005CD5;
	border-bottom: 1px dotted #158DBB;
	margin: 10px 0;
	height: auto !important;
	height: 30px;
	min-height: 30px;
}
.newsbox h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	color:  #005CD5;
}
.newsbox a, .filelinks a, .csc-textpic-image a {
	background: none !important;
	padding: 0 !important;
}
.newsbox p {
	padding: 0;
	margin: 0;
}
table p {
	padding: 0;
	margin: 0;
}
.filelinks span {
	display: inline;
}
.filelinks small {
	font-size: 10px;
	color: #999999;
	padding-left: 5px;
}
.csc-textpic-caption {
	font-size: 11px;
	line-height: 1.2;
	color: #999;
}
/* FCE */
.formularfce {
	
}
.formularfce .inner {
	padding: 3px;
}
.formularfce .inner .left {
	float: left;
	width: 60%;
}
.formularfce .inner .right {
	float: right;
	width: 38%;
}
/* Formular */
form{
	padding:0;
	margin:0;
}
fieldset {
	border: none;
	margin-top: 10px;
}
fieldset img {
	padding-left: 2px;
}
legend {
/*	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 0px 0px 0px;*/
	display: none;
}
label {
	display: block;
	float: left;
	width: 240px;
	padding-bottom: 5px;

}
input, textarea,  select {
	border: #999 1px solid;
	background-color: #F2F2F2;
	padding: 4px 3px;
	font-family: "trebuchet MS",Verdana, sans-serif;
	margin-bottom: 4px;
	font-size: 13px;
		}
 input:hover,  textarea:hover {
	border: #333333 1px solid;
	background-color: #CCC;
		}
input.mailformsubmit , input[type=submit]{
	border: #333 1px solid;
	background-color: #333;
	background-image: none;
	color: #FFF;
	margin-left: 120px;
	margin-top: 5px;
}
input.tx-powermail-pi1_confirmation {
	margin-left: 0px;
	margin-right: 8px;
	float: left;
}
input.mailformsubmit {
	margin-top: 30px;
}
.tx_powermail_pi1_fieldwrap_html_14 label,
.tx_powermail_pi1_fieldwrap_html_15 label,
.tx_powermail_pi1_fieldwrap_html_16 label,
.tx_powermail_pi1_fieldwrap_html_17 label,
.tx_powermail_pi1_fieldwrap_html_18 label,
.tx_powermail_pi1_fieldwrap_html_19 label,
.tx_powermail_pi1_fieldwrap_html_20 label,
.tx_powermail_pi1_fieldwrap_html_21 label,
.tx_powermail_pi1_fieldwrap_html_22 label {
 width: 120px;	
}
sup {
	padding-left: 3px;
	color: #999;
}
table.powermail_all td {
	border-bottom: 1px solid #999;
}
.tx_powermail_pi1_fieldwrap_html:hover {
	background-color: #F8F8F8;
}
.error {

background-color: red;

color: white;

padding: 7px;

box-shadow: 1px 1px 1px rgba(0,0,0,0.6);

border-radius: 10px;

}
