/* [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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.69em;
	line-height: 1.2em;
	height: 100%;
	background-color: #ccc; 
	}
#wrapper {
	text-align: left;
	width: 767px;
	background-color: #fff; 
	margin: auto;
	}
#header {
	height: 227px;
	overflow: hidden;
	}
#main {
	background-color: #fff; 
	}
#left {
	float: left;
	width: 221px; 
	margin-left: 33px; 
	}
#content {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: left;
	width: 489px; 
	margin-top: 22px; 
	}
#footer {
	width: 710px;
	height: 25px;
	margin: 25px 25px 0 33px;
	padding-bottom: 15px;   
	border-top: solid 1px #c0c0c0; 
	}
#flashcontent {
	width: 767px;
	height: 116px;
	margin-top: 15px;
    }
    
/************************************************
*				Header					*
************************************************/
#header .signet {
	float: right;
	}
#header div.transparenz {
	height: 116px; 
	width: 767px; 
	top: -116px; left: 0;
	position: relative;
	}

/************************************************
*				Style-Elemente					*
************************************************/
img {
	border: none;
	}
hr {
	clear: both;
	color: #bbb;
	height: 1px;
	margin: 5px 0;
	background: #bbb;
	}
a, a:link, a:visited {
	text-decoration: underline;	
	color: #ff3700; 
	}
a:focus, a:hover {
	color: #000;}
address {
	font-style: normal;
	}

/************************************************
*					Suche						*
************************************************/
.search {
	margin: 28px 0 20px 0; 
	}
.search .searchfield {
	float: left;
	border: 1px solid #c0c0c0;
	color: #999;
	width: 156px;  
	}
.search .searchgo {
	margin: -1px 0 0 2px;
	width: 18px;   
	}

/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#hnav { 
	width: 181px; 
	border-bottom: solid 1px #c0c0c0;
	}
#hnav li {
	font-weight: bold;
	border-top: solid 1px #c0c0c0;
	line-height: 17px;
	padding: 3px 0 3px 0; 
	
	}
#hnav li a, 
#hnav li a:link, 
#hnav li a:visited {
	display: block;
	width: 181px;
	text-decoration: none; 
	color: #000;  
	}
#hnav li a:hover,  
#hnav li a:focus {
	color: #666666;  
	} 
#hnav li a:active {
	color: #ff3700;  
	}
#hnav li a.active,
#hnav li a.active:link,
#hnav li a.active:visited   {
	color: #ff3700;
	}
	
/* Stufe 2 */	
#hnav ul {
	margin-bottom: 20px;  
	}
#hnav ul li {
	line-height: 14px;
	padding: 0; 
	font-size: 0.93em; 
	padding-left: 20px; 
	border: none;  
	}
#hnav ul li a, 
#hnav ul li a:link, 
#hnav ul li a:visited  {
	width: 150px;
	color: #000;  
	}
#hnav ul li a:hover,
#hnav ul li a:focus   {
	color: #666666;  
	}
#hnav ul li a.active   {
	color: #ff3700;  
	}
	
/* generische Navigation */
#gnav {
	margin: 10px 0 0 33px; 
	}
#gnav li {
	display: inline;
	padding-right: 20px;  
	}
#gnav li a, #gnav li a:link, #gnav li a:visited {
	color: #000;
	text-decoration: none; 
	}
#gnav li a:hover  {
	color: #ff3700; 
	}

/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 15px; 
	}
h2 {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 10px; 
	}
h3 {
	font-size: 1em;
	}
	
/* Paragraph */
#content p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
	}
	
/* Listen */
#content ul {
	list-style-type: none;
	margin: 5px 0 5px 0; 
	}
#content ul ul {
	padding: 0 0 5px 20px; 
	}
#content ul li {
	padding: 0 0 2px 15px;
	list-style-type: none; 
	background-image: url(../1/images/list-item.gif);
	background-position: 3px 4px; 
	background-repeat: no-repeat; 
	}
#content ol {
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}
	
/* Tabellen */
#content table {
	}
#content table td,
#content table th {
	text-align: left;
	padding-right: 10px;
	}
#content table th {
	font-weight: bold;
	}
#content table td {
	}
	

/************************************************
*					Formular					*
************************************************/
.formular {
	}
label {
	float: left;
	width: 120px;
	line-height: 1.75em;
	}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	padding: 2px; 
	}
textarea {
	height: 130px;
	}
select {
	height: 20px;
	width: 388px;
	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 #bdbdbd;
	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 #EA0001;
	}
table.checkbox label {
		width: auto;
		margin-left: 6px;
		}
input.submit {
    width: auto; 
    margin-left: 120px;
	}
input.plz {
    width: 40px; 
	}
input.ort {
    width: 152px;
	}
/************************************************
*					Footer						*
************************************************/
#footer span.back {
	float:left; 
	}
#footer span.imp{
	float:left;
	margin: 4px 0 0 4px; 
	}
#footer span.imp a,
#footer span.imp a:link,
#footer span.imp a:visited {
	text-decoration: none;  
	}

#footer span.cr {
	float: left;
	width: 450px;
	text-align: center;
	padding: 4px 0; 
	color: #999;
	}
#footer span.top {
	float:right; 
	}
#footer span.cr a,
#footer span.cr a:link,
#footer span.cr a:visited {
	color: #999;
	text-decoration: none;  
	}


/************************************************
*				Textbausteine					*
************************************************/
.col1-1,
.col1-2,
.col2-1,
.col1-1-1,
.textflow {
	width: 489px;
	margin-bottom: 10px;
	}
	
/* 2 Spalten */
.col1-1 .left, 
.col1-1 .right,
.col1-2 .left,
.col2-1 .right {
	float: left;
	width: 158px;
	}
.col1-1 .left,
.col1-1 .right {
	width: 237px;
	}
.col1-2 .right,
.col2-1 .left {
	float: left;
	width: 316px;
	}
.col1-1 .right,
.col1-2 .right,
.col2-1 .right {
	margin-left: 15px;
	}

/* 3 Spalten */
.col1-1-1 .left,
.col1-1-1 .center,
.col1-1-1 .right {
	float: left;
	width: 153px;
	}
.col1-1-1 .center,
.col1-1-1 .right {
	margin-left: 10px;
	}

/* Bild mit Textumfluss */
.textflow .left,
.textflow .right {
	margin-top: 2px;
	margin-bottom: 5px;
	}
.textflow .left {
	float: left;
	margin-right: 10px;
	}
.textflow .right {
	float: right;
	margin-left: 10px;
	}

/************************************************
*					Module						*
************************************************/
/* News */
.news-liste {
	width: 100%;
	margin-bottom: 10px; 
	border-bottom: solid 1px #c0c0c0; 
	}
.news-liste .left {
	float: left; 
	width: 100px;
	font-weight: bold; 
	margin-right: 10px;
	padding-bottom: 10px;  
	}
.news-liste .right {
	float: left; 
	width: 370px;
	}
.news-liste div.bild img {
    max-width: 95px;
    margin: 8px 0 0 0; 
	}
.news-liste h2 {
	font-size: 1em;
	margin: 0; padding: 0;  
	}
.news-detail {
	}
/* Dokumente */
.download-liste {
	}
.download-liste table td,
.download-liste table th {
    border-bottom: solid 1px #ccc; 
    padding: 4px 0; 
	}
.download-liste td.fix,
.download-liste th.fix {
    width: 300px;  
	}
.download-liste span.uppercase {
    text-transform: uppercase;
  
	}
.download-detail {
	}
/* Kalender */
.calendar {
	width: 140px;
	border: 0px solid white !important;
	}
.calendar a, .calendar a:link, .calendar a:visited {
	display: block;
	padding: 3px 0;
	text-align: center;
	vertical-align: middle;
	}
.calendar a:hover, .calendar a:active, .calendar a:focus {
	}
.calendar .calendar {
	margin: 5px 0;
	width: 140px !important;
	}
.calendar .calendar td {
	font-weight: bold !important;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	}
.calendar th {
	height: 20px;
	text-transform: uppercase;
	}
/* Suchresultate */
#suchresultate h2 {
	font-size: 1em;
	margin: 3px 0 3px 0;
	}
#suchresultate .head,
#suchresultate .headdoc {
	background: #F5F5F5;
	padding: 3px 5px;
	border-top: 1px solid #BDBDBD;
	}
#suchresultate .paging {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	}
#suchresultate .paging a, #suchresultate .paging a:link, #suchresultate .paging a:visited {
	}

/************************************************
*				Bildergalerie					*
************************************************/
#bildergalerie .detail {
	position: relative;
	text-align: center;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	width: 455px;
	margin-bottom: 20px;
	}
#bildergalerie .blaettern {
	margin-bottom: 10px; 
	}
#bildergalerie .blaettern span.zurueck,
#bildergalerie .blaettern span.zaehler {
	margin-right: 10px; 
	}
#bildergalerie .detail .vorschau {
	}
.thumbnail {
	float: left;
	width: 110px;
	margin: 10px 5px 0 0;
	height: 60px;
	text-align: left;
	}
.thumbnail .bild {
	height: 60px;
	width: 110px;
	overflow: hidden;
	}
/* Highslide */
div.highslide-gallery img.thmb {
	height: 60px;
	}
.highslide-caption {
    font-size: 1em;
    }

.gallery-content .highslide img {
	border: none;
	}
