/* Stylesheet (c)2009 LOGO-SYS AG, im Auftrag von www.cab-org.ch */


/* --------------------- Zuruecksetzen */

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

/* --------------------- Allgemeines */

body {
	background: #fff url(../images/bg.gif) repeat-x;
	text-align: center;
}

#documentMainNav {
	display: block;
	border: 0px solid red;
	height: 0px;
	width: 0px;
	overflow: hidden;
}

html, body {
	height: 100%;
}

hr.separator { 
	border: 0px; 
	border-top: 1px #055ea4 solid;
	border-bottom: 1px #fff solid; 
	clear: left; 
	margin-top: 25px;
	margin-bottom: 3px;
}

.hiddenSection { 
	position: absolute;
	left: -1000px;
	top: -1000px;
}

.invisible {
 	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

p img.floatright {
	float: left;
	margin: 5px 8px 2px 0;
}

#centerCol ul {
	list-style-position: outside;
	margin-left: 15px;
}

#centerCol ul li {
	margin-bottom: 10px;
}

#centerCol ul ul {
	margin-bottom: 20px;
	margin-top: -10px;
}

/* --------------------- Links */

a:link, a:active, a:visited {
	color: #055ea4;
	text-decoration: underline;
}

a:hover {
	color: #055ea4;
	text-decoration: none;
}

#langLink a:link, #langLink a:active, #langLink a:visited {
	color: #055ea4;
	text-decoration: none;
}

#langLink a:hover {
	color: #000;
	text-decoration: none;
}

#langLink a.active {
	color: #000;
	text-decoration: none;
}

/* --------------------- Layout */

#wrapper {
	position: relative;
	width: 1000px;
	margin: auto auto;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	background: url(../images/bg_wrapper.gif) no-repeat;
}

#header {
	position: relative;
	width: 1000px;
	height: 122px;
	clear: both;
	margin-bottom: 95px;	
}

#langLink {
	position: relative;
	float: right;
	margin-top: 5px;
}

#logoLink {
	position: relative;
	float: left;
	width: 284px;
	height: 67px;
	padding-top: 25px;
}

#content {
	position: relative;
	width: 1000px;
}	

#leftCol {
	position: relative;
	width: 220px;
	float: left;
}

#centerCol {
	position: relative;
	width: 500px;
	float: left;
	padding-top: 2px;
}

#rightCol {
	position: relative;
	width: 220px;
	float: left;
}

#footer {
	position: relative;
	width: 100%;
	height: 139px;
	margin-top: -139px;
	top: 0;
	background: url(../images/bg_footer.gif) repeat-x;
	text-align: center;
}

div.footerNote {
	position: relative;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding-top: 25px;
	background-color: #fffbcc;
	border-top: 1px #055ea4 solid;	
	border-bottom: 1px #055ea4 solid;		
}

div.footerNote span {
	width: 1000px;
	display: block;
	border-top: 1px #055ea4 solid;
	padding: 4px 0 4px 0;
}

/* --------------------- Clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 159px;
    clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


/* --------------------- Navigation */

/* siteNav */

#siteNavDiv {
	position: absolute;
	top: -95px;
	left: 0px;
	clear: both;
	height: 28px;
	overflow: hidden;
}

ul.siteNav {
	float: left;
	list-style-position: outside;
	margin-top: 4px;	
}

ul.siteNav li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	height: 28px;
	margin-right: 15px;
}

ul.siteNav li a {
	padding: 10px 2px 10px 2px;		
}

ul.siteNav li a:link, ul.siteNav li a:active, ul.siteNav li a:visited {
	color: #000;
	text-decoration: none;
}

ul.siteNav li a:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #055ea4;
}

ul.siteNav li.active a {
	color: #fff !important;
	background-color: #055ea4;
	text-decoration: none;
}

/* optionsNav */

#optionsNavDiv {
	position: absolute;
	top: 122px;
	right: 0px;
	clear: both;
	height: 28px;
	width: 500px;
	overflow: hidden;
}

div.optionsNav {
	margin-top: 4px;
	height: 28px;
	float: right;
}

div.optionsNav span {
	height: 28px;	
	margin-left: 15px;
}

div.optionsNav span a:link, div.optionsNav span a:active, div.optionsNav span a:visited {
	color: #000;
	height: 28px;	
	text-decoration: none;
}

div.optionsNav span a:hover {
	color: #fff;
	height: 28px;		
	text-decoration: none;
	background-color: #055ea4;
}

div.optionsNav span.active a {
	color: #fff !important;
	background-color: #055ea4;
	text-decoration: none;
}

div.optionsNav span a {
	padding: 10px 2px 10px 2px;		
}

/* mainNav */

#nav {
	position: relative;
	width: 220px;
	border-bottom: 1px #055ea4 solid;
	color: #000;
}

ul.mainNav {
	list-style-position: outside;
	border: 0px red solid;
}

ul.mainNav li {
	list-style-image: none;
	list-style-type: none;
	border-top: 1px #055ea4 solid;
	width: 220px;
}

ul.mainNav li a {
	color: #000;
	display: block;
	margin: 1px 0 1px 0;
	padding: 3px 2px 3px 2px;
}

ul.mainNav li a:link, ul.mainNav li a:active, ul.mainNav li a:visited {
	color: #000;
	text-decoration: none;
}

ul.mainNav li a:hover {
	width: 216px !important;
	color: #fff !important;
	text-decoration: none;
	background-color: #055ea4;
}

ul.mainNav li.active a {
	width: 216px !important;
	color: #fff !important;
	background-color: #055ea4;
	text-decoration: none;	
}
ul.mainNav {
	list-style-position: outside;
}

ul.mainNav li {
	list-style-image: none;
	list-style-type: none;
	border-top: 1px #055ea4 solid;
	width: 220px;
}

ul.mainNav li a:link, ul.mainNav li a:active, ul.mainNav li a:visited {
	color: #000;
	text-decoration: none;
}

ul.mainNav li a:hover {
	width: 216px !important;
	color: #fff !important;
	text-decoration: none;
	background-color: #055ea4;
	width: 100%;
}

ul.mainNav li.active a {
	width: 216px;
	color: #fff;
	background-color: #055ea4;
	text-decoration: none;	
}

/* subNav */

ul.subNav {
	margin-left: 20px;
	list-style-position: outside;	
}

ul.subNav li {
	list-style-image: none;
	list-style-type: none;
	border-top: 1px #055ea4 solid;
	width: 200px;
}

ul.subNav li a {
	color: #055ea4;
	display: block;
	margin: 1px 0 1px 0;
	padding: 3px 2px 3px 2px;
}

ul.subNav li a:link, ul.subNav li a:active, ul.subNav li a:visited {
	width: 196px !important;
	color: #055ea4 !important;
	background-color: #fff;
	text-decoration: none;
}

ul.subNav li a:hover {
	width: 196px !important;
	color: #fff !important;
	text-decoration: none;
	background-color: #055ea4;
}

ul.subNav li.active a {
	width: 196px !important;
	color: #fff !important;
	text-decoration: none;
	background-color: #055ea4 !important;
}

/* imgNav */

div.imgNav {
	border-top: 1px #055ea4 solid;
	margin: 0;
	padding: 0;	
}

div.imgNav a {
	line-height: 0px;
	margin: 0;
	padding: 0;
}

/* --------------------- Formular */

form {
	margin: 20px 0 20px 0;	
}

#mailformName, 
#mailformVorname, 
#mailformStrasse_Nr, 
#mailformPLZ_Ort, 
#mailformTelefon, 
#mailformFax, 
#mailformEMail, 
#mailformMobile,
#mailformMitteilung {
	border: 1px solid #055ea4;
	display: block;
	width: 300px;
}

#mailformAnrede, #mailformBetrag_fix, #mailformBetrag_individuell {
	border: 1px solid #055ea4;
	display: block;
}

#mailformKontaktaufnahme {
	border: 1px solid #055ea4;
}

#mailformPLZ {
	border: 1px solid #055ea4;
	display: block;
	width: 50px;
}

.csc-mailform-field {
	width: 500px;
	margin-bottom: 10px;
	float: left;
}

#mailformformtype_mail {
	border: 1px solid #055ea4;
	background-color: #FFFFFF;
	padding: 1px 2px 1px 2px;
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
}

#mailformformtype_mail:hover {
	cursor: pointer;
	background-color: #055ea4;
	color: #fff;
	padding: 1px 2px 1px 2px;
	text-align: center;	
	cursor: pointer;		
}

.csc-mailform-check {
	float: left;
	margin-right: 10px;
	border: 0;
	margin-top: -18px; } @media screen and (-webkit-min-device-pixel-ratio:0) 
	{ .csc-mailform-check { 
	margin-right: 0;
	margin-top: 3px; }
}

input#mailformEinzahlungsscheinBittesendenSiemireinenEinzahlungsschein, input#mailformEinzahlungsscheinIchhabebereitseineEinzahlunggettigt, input#mailformEinzahlungsscheinBittesendenSiemireineLegatsbroschre {
	margin-right: 5px;
}

legend {
	display: none;
}

.csc-mailform-header {
	position: relative;
	padding: 5px;
	border: 1px dashed #f00;
	margin-bottom: 20px;
	background-color: #f99;
}

span.csc-mailform-field-error-message {
	color: #f00;
	margin-top: 3px;
}