/* MAIN LAYOUT */

body {
	padding:0 0 0 0;
	margin:0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#A5D2EB;
	height:100%;
}
body * {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-heigt: 15px;
}
body td {
	color: #333;
}
#sitebox {
	width:979px;
	table-layout:fixed;
	margin:0 0 0 12px;
	text-align:left;
	position:relative;
}
#sitebox.wide {
	width:1106px;
}
.clearer {
	clear:both;
}
div.hr {
	margin:10px;
	border-bottom:1px solid #000;
}
* html #sitebox {
	height:100%;
}

a {
	color: #0083CD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.top-shadow-left {
	background: url(images/container-shadow-top.jpg) no-repeat 0;
}
.top-shadow-center {
	background: url(images/container-shadow-top.jpg) no-repeat -4px;
}
.top-shadow-center.wide {
	background: url(images/container-shadow-top-wide.jpg) no-repeat -4px;
}
.top-shadow-right {
	background: url(images/container-shadow-top.jpg) no-repeat -828px;
}

#container-shadow-left {
	background-image:url(../template-1-1/images/shadow-left.png);
	background-repeat:repeat-y;
	width:4px;
}

#container-shadow-right {
	background-image:url(../template-1-1/images/shadow-right.png);
	background-repeat:repeat-y;
	width:4px;
}

* html #container-shadow-left {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.charta-web.de/fileadmin/template-1-1/images/shadow-left.png', sizingMethod='scale');
}

* html #container-shadow-right {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.charta-web.de/fileadmin/template-1-1/images/shadow-right.png', sizingMethod='scale');
}

.main-container {
	background-color:#fff;
	position:relative;
	padding-left:10px;
	background: #fff url(images/content-bg.gif) 0px 0px repeat-y;
	line-height: 15px;
}

.logo {
	height:114px;
}
.topnavi {
	height:26px;
	background-color: #005789;
	margin-left:10px;
	padding-left:12px;
	border-bottom:1px solid #fff;
	line-height:26px;
	position:relative;
}
.topnavi form {
	color: #ffffff;
}
.topnavi .sysmenu {
	position:absolute;
	right:23px;
	top:0;
	line-height:26px;
	height:26px;
	color:#fff;
}
.topnavi .sysmenu a {
	color:#fff;
	text-decoration:none;
	margin:0 10px;
}
.main-box {
	margin-left:10px;
	width:814px;
	min-height:100%;
	position:relative;
}
* html .main-box {
	height:100%;
}
.menu {
	width:216px;
	float:left;
	height:100%;
	background-color:#005789;
}
* html .menu {
	height:100%;
}
.menu a {
	display:block;
	height:26px;
	line-height:26px;
	padding-left:27px;
	border-bottom:1px solid #fff;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:url(../template-1-1/images/menu-1-no.gif) no-repeat;
}
.menu a.act {
	background:url(../template-1-1/images/menu-1-no.gif) no-repeat;
	background-color:#0083CD;
}
.menu .menu2 a {
	height:auto;
	line-height:20px;
	background:#EAE8E5 url(../template-1-1/images/menu-2-no.gif) no-repeat 36px 0px;
	padding-left:44px;
	font-weight:normal;
	color:#333;
	font-size:10px;
}.menu .menu3 a {	
	background:#EAE8E5 url(../template-1-1/images/menu-2-no.gif) no-repeat 56px 0px;
	padding-left:64px;
}
.menu a.act2, .menu a.act3 {
	background-color: #D9D6D0;
}

.content {
	width: 546px;
	float: left;
	padding-bottom:30px;
	margin-left: 25px;
}
* html .content {
	height:100%;
}
#sitebox.wide .content {
	width: 810px;
}

input , button {
	border:1px solid #263248;
	line-height:16px;
	font-size:10px;
	padding:1px 0;
	margin:0;
}

input.top-search {
	width:108px;
	background-color:#E0E2ED;
	position:absolute;
	left:55px;
	top:5px;
}
button.top-submit {
	background-color:#263248;
	border:none;
	color:#fff;
	padding:0;
	position:absolute;
	left:170px;
	top:5px;
	height:17px;
}

.addblock-right {
	position: relative;
	width: 172px;
	text-align: left;
	padding: 15px 0px 15px 10px;
	margin-top: 0;
}

#o-angebot {
	border: 1px solid #A4D2EA; 
	padding: 6px 0 6px 0; 
	text-align: center;
	background-color:#ffffff;
}
#o-angebot2 {
	border: 1px solid #A4D2EA; 
	padding: 6px 0 6px 0; 
	text-align: center;
	background-color:#ffffff;
	width: 220px;
}
#o-angebot-titel {
	margin-bottom: 6px; 
	color: #CC0000; 
	font-weight: bold; 
	padding-top: 135px; 
	font-size: 13px;
}
#o-angebot hr.clearer {
	border: 0;
	border-bottom: 1px solid #E4E4E4;
}
#o-angebot a {
	padding-bottom: 2px;
	margin-bottom: 2px;
}	



* html .addblock-right {
	width: 182px;
}

.breadcrumbs {
	margin: 5px 0;
	font-size:10px;
}
.breadcrumbs a {
	text-decoration: none;
	color:#333;
}
div.spacer {
	clear:both;
}
/*
.csc-textpic-imagewrap {
	margin: 0 0 14px 14px;
}
*/

/*
.content form {
	display:block;
	padding:20px;
	background-color:#ebebeb;
	font-size: 11px;
}
.content form label {
	display: block;
	float: left;
	width: 130px;
	text-align: right;
}
.content form input, .content form textarea, .content form select{
	width: 220px;
	margin-left: 2px;
}
.content form input.csc-mailform-radio , .content form .csc-mailform-check{
	width: auto;
}

.csc-mailform-radio , .csc-mailform-radio * {
	border: none;
}
.content form .csc-mailform-radio label {
	width: auto;
	float: none;
	display: inline;
	text-align: left;
}
.content form .csc-mailform-submit {
	width: auto;
	margin-left: 132px;
}
.content form {
	margin: 6px;
	clear:both;
}
fieldset {
	border: 0;
}

*/
.csc-textpic-caption {
	font-size: 10px;
}

#footer {
	height: 20px;
	line-hight: 20px;
	padding-right: 26px;
	font-size: 10px;
	text-align: right;
	position:absolute;
	margin-top:-30px;
	left:24px;
}
* html #footer {
	position: absolute;
}
#footer img {
	margin: 0 4px 0 0;
}
#footer a:link, #footer a:visited {
	color: #2569A5;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer #line {
	border-top: 1px solid #005789; 
	margin: 0 0 8px 236px;
	width: 562px;
	height: 1px;
	line-height: 1px;
}
#footer.wide #line {
	width: 810px;
}
#footer.wide {
	background-image:none;
}

.tx-irfaq-pi1 dt {
	margin: 2px 0 2px 0;
	}
.tx-irfaq-pi1 dt b.rot {
	color: #FF0000;
	}
.tx-irfaq-pi1 dt b.gruen {
	color: #009900;
	}
.tx-irfaq-pi1 dt b.gelb {
	color: #FF9900;
	}

/* FORM */
	

.csc-mailform {
        border: 0px;
        background-color: #F5F5F5;
}

.csc-mailform-field {
	margin: 2px 0 2px 0;
	clear:both;
	overflow:auto;
}

#mailform {
        margin-top: 30px;
}

input, textarea, select {
	border: 1px solid #dddddd;
	padding: 1px 2px 1px 0px;
	margin-bottom: 2px;
	font-size: 11px;
} 

input:focus, textarea:focus, select:focus {
	background-color: #efeff4;
}

.csc-mailform-field label {
	width: 14em;
	float: left;
	text-align: left;
	margin-right: 0.0em
	display: block
}

.csc-mailform-submit {
	margin-left: 11em;
	margin-top: 2em;
	background-color: #efeff4;
	color: #333;
	font-weight:bold;
}

.csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-radio fieldset legend {
	display: none;
}
.csc-mailform-radio fieldset input, .csc-mailform-radio fieldset label {
	float: left;
}
.csc-mailform-radio fieldset label {
	display: inline;
	float: none;
}
.csc-mailform-radio fieldset label br {
	clear: both;
}
.csc-mailform-field span.csc-mailform-label {
	font-weight: bold;
	line-height: 20px;
}

ul {	
	padding-left: 15px;
}
* html ul {	
	padding-left: 0px;
}
/*
* html .main-container .content iframe {
	position: absolute;

	width: 650px;
}

html* .main-container .content iframe {
	position: relative;
	width: 540px;

}
*/

#henrexWidesky {
	position: absolute; 
	top: 180px; 
	left: 880px;
/*	background-color: #333333;
	width: 120px;
	height: 600px;	*/
}
* html #henrexWidesky {
	position: absolute; 
	top: 30px; 
	left: 910px;
/*	background-color: #333333;
	width: 120px;
	height: 600px;*/
}
#topbanner {
	left:286px;
}
.sbookmarks1 , .sbookmarks2 {
	position:absolute;
	left:1115px;
	top:133px;
	line-height:24px;
	display:block !important;
	white-space: nowrap;
}
.sbookmarks1 img , .sbookmarks2 img {
	vertical-align:baseline;
}
.sbookmarks2 {
	left:853px;
}