/* [WISI] - [Datum] - [Online Consulting AG] - [format.css] */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block; /* IE 7 */}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.2em;
	height: 100%;
}
#wrapper {
	text-align: left;
	border: 1px solid #aecfe2;
	width: 960px;
	min-height: 570px;
	height:auto !important;
	height: 570px;
	margin: 9px auto;
	padding: 9px;
}
#header {height: 110px;}
#main { float: left;}

#left {
	float: left;
	width: 177px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin-right: 16px; 
	}
#content {
	float: left;
	padding: 0 6px 6px 6px;
	width: 550px;
	margin-right: 13px;
	background: #fff;
	}
#right {
	float: right;
	width: 191px;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #056aa6;
	height: 1px;
	margin: 5px 0;
	background: #056aa6;
	border: none;
}
p {
	line-height: 1.5em;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #056aa6;
}
a:hover, a:active, a:focus {color: #000000;}
address {font-style: normal;}
.floatleft {float: left;}
.error {
	color: #c70000 !important;
	}
span.error {
	line-height: 1em;
	font-size: 0.9em;
	}
/************************************************
*				Header							*
************************************************/
.adresse {
	float: left;
	width: 344px;
	font-size: 0.93em;
	font-family: Arial, Helvetica, sans-serif;
}
.adresse img {margin-bottom: 13px;}
.logo {
	margin: 0 13px 0 0;
	float: left;
}
#header address {
	padding-left: 6px;
}
/************************************************
*					Suche						*
************************************************/
.search {
	width: 189px;
	float: left;
	font-size: .88em;
}
.search a, .search a:link, .search a:visited {color: #056aa6;}
.search a:hover, .search a:active, .search a:focus {
	color: #000;
}
.search .searchfield {
	float: left;
	width: 135px;
	padding: 1px;
	margin: 0 5px 0 0;
	border: 1px solid #056aa6;
}
.search .go {
	float: left;
	padding-top: 2px;
	}
/************************************************
*				Left / Right					*
************************************************/
#left {
		background: url(../1/images/bg_titel.jpg) repeat-x;
	}
#left h2, .box h2 {
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px 6px;
	font-size: 1.1em;	
	}
.box {
	background: url(../1/images/bg_titel.jpg) repeat-x;
	border: 1px solid #056aa6;
	border-top: none;
}
.box .inhalt {
	padding: 3px 6px;
	}
.box .bild img {
	width: 164px;
	height: auto;
	padding: 6px 0;
	}
.banner {
	border: 1px solid #056aa6;
	margin-bottom: 9px;
}
.banner img {
	margin: 1px;
}
.banner p {
	border-top: 1px solid #056aa6;
}
.newsletter {
	border: 1px solid #056aa6;
}
.newsletter a {
	font-weight: bold;
	margin: 0 0 6px 6px;
	display: block;
	color: #056aa6;
}
.newsletter a:hover {
	color: #000;
}
#right h2 {
	width: inherit;
	color: #ffffff;
	font-weight: bold;
}
/************************************************
*					Center						*
************************************************/

.infobox {
	clear: right;
	padding-top: 10px;
	}
.infobox .left, .infobox .right {
	float: right;
	width: 376px;
}
.infobox .left {
	margin-right: 9px;
}
.infobox .left h2, .infobox .right h2 {
	color: #ffffff;
	font-weight: bold;
}

/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#hnav {
	background: #f5f5f5;
	margin-bottom: 9px;
	color: #056aa6;
	border-bottom: 1px dashed #8c8282;
}
#hnav li {
    border-top: 1px dashed #8c8282;
    background: url(../1/images/list_item.gif) 4px 8px no-repeat;
	padding: 3px 0 3px 15px;
}
#hnav li:first-child  {
    border-top: none;
}
#hnav li a, 
#hnav li a:link, 
#hnav li a:visited {
	color: #000000;
	font-weight: bold;
	display: block;
}
#hnav li a:focus, 
#hnav li a:hover, 
#hnav li a.active,
#hnav li a.active:link,
#hnav li a.active:visited {
	color: #1d78ae;
}

/* Stufe 2*/
#hnav ul {
	list-style: none;
	padding-left: 24px;
	margin-bottom: 5px;
}

#hnav ul li {
	border-top: none;
	margin: 0;
	padding-bottom: 0;
	border-top: none;
	background: none;
	padding-left: 0;
}
#hnav ul li a, 
#hnav ul li a:link, 
#hnav ul li a:visited {
	font-weight: normal;
	color: #000;
}
#hnav ul li a:hover, 
#hnav ul li a:active, 
#hnav ul li a:focus,
#hnav ul li a.active, 
#hnav ul li a.active:link, 
#hnav ul li a.active:visited 
{
	color: #1d78ae;
}
/* Stufe 3*/

#hnav ul ul {padding-left: 15px;}

#hnav h2 {
	height: 26px;
	border: none;
	background: url(../1/images/bg_navigation.jpg) repeat-x;
	padding-left: 6px;
}
/* generische Navigation */
#gnav {
	width: 425px;
	float: left;
}
#gnav ul {
	display: inline;
	font: Arial, Helvetica, sans-serif;
}
#gnav li {
	float: left;
	height: 11px;
}
#gnav li a, #gnav li a:link, #gnav li a:visited {
	background: url(../1/images/gnav_line.jpg) no-repeat right center;
	color: #056aa6;
	margin-right:6px;
	padding-right:6px;
}
#gnav li a.active, #gnav li a.active:link, #gnav li a.active:visited {
	text-decoration:none;
}
#gnav li a:hover, #gnav li a.active {
	color: #000 !important;
}
/* Breadcrumb */
#breadcrumb ul {
	font-size: 0.93em;
	padding: 0 0 10px 0 !important;
	display: block; 
	width: 100%;
}
#breadcrumb ul li {
    display: inline;
	float: left;
	background: none !important;
	padding: 0 !important;
}
#breadcrumb ul li a, 
#breadcrumb ul li a:link, 
#breadcrumb ul li a:visited {
	color: #056aa6;
	font-size: 0.93em;
	margin-right:3px;
	padding-right:5px;
	text-decoration:underline;
	background: url(../1/images/breadcrumb_line.jpg) no-repeat right center;
}
#breadcrumb ul li a.active, 
#breadcrumb ul li a.active:link, 
#breadcrumb ul li a.active:visited {
	background:none;
	color:#000;
	text-decoration:none;
}
/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 10px 0 5px 0;
	color: #056aa6;
	clear: both;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 6px 0;
}
h3 {
	font-size: 1em;
}
/* Paragraph */
p {
	line-height: 1.5em;
	margin: 5px 0 10px 0;
	padding: 0 6px 0 0;
}
#content a, #content a:link, #content a:visited {
	color: #056aa6;
}
#content a:hover, #content a:active, #content a:focus {
	color: #000;
}
/* Bild */
#content img {
	margin: 0 9px 9px 0;
}
/* Listen */
#content ul, .box ul {
	margin: 5px 0 5px 0;
	list-style: none;
}
#content ul li, .box ul li {
	background: url(../1/images/list_item.gif) 4px 7px no-repeat;
	line-height: 1.6em;
	padding-left: 20px;
}
#content ul ul {margin-left: 15px;}

ol {
	list-style-type: decimal;
	margin: 5px 0 5px 15px;
}
ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
}

/* Rechte Spalte */
#right h1 {
}
#right h2 {
}
#right p {
}
#right a, #right a:link, #right a:visited {
}
#right .box {
	width: 189px;
	margin-bottom: 5px;
}
/************************************************
*					Formular					*
************************************************/
.formular {
	font-size: 1em;
	margin-bottom: 20px;
	}
.formular td {
	border: none !important;
	}
.anmeldung p {
	font-weight: bold;
	}
label {
	float: left;
	width: 200px;
	line-height: 1.75em;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	display: block;
	}
textarea {
	height: 130px;
	}
.formular select {
	height: 20px;
	width: 108px !important;
	margin-bottom: 6px;
	}
select option {
	padding: 3px;
	}
label, input.txtfield, textarea {
	margin-bottom: 6px;
	}
input.txtfield, textarea, select {
	padding: 2px 2px 2px 4px;
	border: 1px solid #AECFE2;
	width: 200px;
	}
input.txtfield:hover, input.txtfield:active, input.txtfield:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus {
	border: 1px solid #056aa6;
	}
input.submit {
	border: 1px solid #056aa6;
	background: #AECFE2;
	margin-left: 220px;
	width: 208px;
	}
input.submit:hover, input.submit:focus, input.submit:active {
	border: 1px solid #056aa6;
	}
.cbl table label {
	margin-left: 10px;
	width: 30px;
	font-size: .9em;
	}
.cbl table  {float: left; width: 200px !important; margin: 0 0 5px 20px !important;}
.formular table td {padding: 0 !important;}
.cbl input {
	margin-left: 0;
	}
.formular table input {width: 15px; margin-left: 0; margin-right: 0;}
.anmeldung table label {width: 380px;}
/************************************************
*					Footer						*
************************************************/
#footer {
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	font-size: 0.82em;
}
#footer a, #footer a:link, #footer a:visited {
}
/************************************************
*				Textbausteine					*
************************************************/
.col1-1,
.col1-2,
.col2-1,
.col1-1-1,
.textflow {
      width: 100%;
      margin-bottom: 10px;
      overflow: hidden;
      }
.col1-1 img,
.col1-2 img,
.col2-1 img,
.col1-1-1 img,
.textflow img {
    padding-top: 8px;
    }
      
/* 2 Spalten */
.col1-1 .left,
.col1-1 .right,
.col1-2 .left,
.col1-2 .right,
.col2-1 .left,
.col2-1 .right {
      float: left;
      }
.col1-1 .left,
.col1-1 .right {
      width: 48.5%;
      }
.col1-2 .right,
.col2-1 .left {
      width: 64%;
      }
.col1-2 .left,
.col2-1 .right {
      width: 30%;
      }
.col1-1 .right,
.col1-2 .right,
.col2-1 .right {
      margin-left: 16px;
      }
.col1-1 img {
	width: 265px; 
	height: auto; 
	border: 1px solid #8C8282;
	}
      
/* Produkt */
.produkt {
	margin-top: 10px;
	border: 1px solid #c70000;
	width: 100%;
	overflow: hidden;
	}
.produkt .text {
      width: 63%;
      float: left;
      }
.produkt .bild {
      width: 34%;
      float: left;
      padding: 6px;
      }

.produkt h2 {
	color: #ffffff;
	padding: 6px;
	background: url(../1/images/bg_news_large.gif) repeat-x;
	background-position: top;
	border: none;
	}
.produkt img.xxl-editbutton {
	border: 1px solid #fff !important;
	}
.produkt .bild img {
	width: 170px;
	margin-top: 8px;
	height: auto;
	}
.produkt p.red {
	font-weight: bold;
	color: #c70000;
	}
.produkt a, .produkt a:link, .produkt a:visited {
	color: #c70000 !important;
	}
.produkt .col1-1-1 .left,
.produkt .col1-1-1 .center,
.produkt .col1-1-1 .right {
      width: 30%;
      }
.produkt .container {padding: 6px;}
	
/* 3 Spalten */
.col1-1-1 .left,
.col1-1-1 .center,
.col1-1-1 .right {
      float: left;
      width: 31.5%;
      }
.col1-1-1 .center,
.col1-1-1 .right {
      margin-left: 15px;
      }  
.col1-1-1 img {
	width: 172px;
	height: auto;
	border: 1px solid #8C8282;
	}

/* Bild mit Textumfluss */
.textflow .left {
      float: left;
      margin: 2px 25px 15px 0;
      }
.textflow .right {
      float: right;
      margin: 2px 0 5px 10px;
      }
      
/* Download */
#content table {margin: 5px 0; width: 450px;}
#content table td, 
#content table th {
	text-align: left;
	padding-right: 10px;
	}
#content table th {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
#content table td {
	vertical-align: middle;
	padding: 5px 10px 5px 0;
	line-height: 2em;
	border-bottom: 1px solid #B4B4B4;
}
#content table p {margin: 0; padding: 0;}
#content table.LayoutWebPartFrame td {padding: 0;}
/************************************************
*					Module						*
************************************************/
/* News */
.news-liste {
	border-bottom: 1px dashed #8c8282;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news-liste h2 {color: #c70000;}
.news-liste p {
	float: left; 
	width: 340px;
	}
.news-liste a, .news-liste a:link, .news-liste a:visited {
	color: #c70000 !important;
	}
.news-liste p.date {
	font-weight: bold;
	width: 80px;
	}
.news-liste div.bild {
	width: 118px;
	float: left;
	margin-top: 7px;
	}
.news-liste div.bild img {
	width: 118px;
	}
div.news-anriss {
	padding-bottom: 6px;
	margin-bottom: 9px;
	background: #e9e9e9 url(../1/images/bg_news.jpg) repeat-x;
	}
div.news-anriss h2  {
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0 0 6px;
	font-size: 1.1em;
	}
div.news-anriss .morelink {
	float: right;
	color: #ffffff !important;
	font-weight: normal;
	font-size: .9em;
	padding-right: 6px;
	}
div.news-anriss ul  {
	margin: 0 0 0 6px;
	}
div.news-anriss ul li {
	background: url(../1/images/list_item_red.gif) 9px 6px no-repeat !important;
	padding: 3px 0 3px 26px;
	color: #c70000;
	line-height: 1.1em !important;
	}
div.news-anriss ul li a:hover, 
div.news-anriss ul li a:active, 
div.news-anriss ul li a:focus {
	color: #c70000;
	}	
#content div.news-anriss a, 
#content div.news-anriss a:link, 
#content div.news-anriss a:visited {
	display: block;
	color: #000000;
	}
#content div.news-anriss a:hover, 
#content div.news-anriss a:active, 
#content div.news-anriss a:focus {
	color: #c70000;
	}
div.news-anriss span {
	color: #c70000;
	font-weight: bold;
	}
.news-detail span.date {
	float: right; 
	color: #666; 
	font-size: .88em;
	}
.news-detail .bild {
	float: right; 
	width: 200px;
	padding-top: 10px;
	overflow: hidden;
	}
.news-detail .bild img {
	width: 200px; 
	height: auto;
	}
.news-detail a, .news-detail a:link, .news-detail a:visited {color: #c70000 !important;}

/* Suchresultate */
#suchresultate .suchergebnisse {
	margin-bottom: 10px;
	border-bottom: 1px dashed #8c8282;
	}

#suchresultate .suchergebnisse h2 {
	margin: 0 0 3px 0;
	}
#suchresultate .suchergebnisse h2 a {
	color: #c70000;
	}
#suchresultate .suchergebnisse p {
	float: left; 
	width: 440px;
	}
#suchresultate .suchergebnisse p.date {
	font-weight: bold;
	width: 56px;
	float: right;
	margin: 10px 0 10px;
	color: #8c8282;
	}
#suchresultate .head, #suchresultate .headdoc {
	background: #F5F5F5;
	padding: 3px 5px;
	border-top: 1px solid #8c8282;
	margin-bottom: 10px;
	}
#suchresultate .paging {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#suchresultate .paging a, #suchresultate .paging a:link, #suchresultate .paging a:visited {
	color: #c70000;
}
/* Sitemap */
#content #sitemap li {
	background: none;
	padding: 0 !important;
	}
#sitemap li a, #sitemap li a:link, #sitemap li a:visited {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .88em;
	}
#content #sitemap ul li {
	padding-left: 15px !important;
	background: url(../1/images/list_item.gif) 4px 7px no-repeat !important;
	}
#sitemap ul li a, #sitemap ul li a:link, #sitemap ul li a:visited {
	color: #056aa6;
	font-weight: normal;
	text-transform: none;
	}	