/* CSS Document */
html,body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding:0px;
	height:100%;
}
div {
	float: left;
}
a, a:visited {
	color:#6ca8d1;
}
a:hover {
	color:#999;
}
h1, h2 {
	text-decoration:underline;
	font-size:18px;
	margin-bottom:10px;
	padding-bottom:0px;
}
h3 {
	text-decoration:underline;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:0px;
}
#container{
	position: absolute;
	left: 50%;
	margin: 0 -487.5px;
	width: 975px;
	background-image:url(../img/body-bg.png);
}
/* Vogelsang + Abe: rotes Pluszeichen */
span.abered {
	color:#e60a1c;
}
/************
#header-navi a {
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:34px;
	padding:0px 9px;
	border-right: 2px solid #001728;
}
#header-navi a:link, #header-navi a:visited, #header-navi a:active {
	text-decoration:none;
	color:#FFFFFF;
}
#header-navi a:hover {
	text-decoration:none;
	color:#6ca8d1;
}
**********/

/* Main-Menue mit Layer-Navigation */
#header-navi {
	width:959px;
	height:34px;
	clear:both;
}
#header-navi a {
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height:34px;
	padding:0px 9px;
	border-right:2px solid #001728;
	text-decoration:none;
}
#header-navi a:hover {
	text-decoration:none;
	color:#6ca8d1;
}
#header-navi ul.menu, #header-navi ul.menu ul {
    list-style-type:none;
	z-index:999;
	padding:0px;
	padding-bottom:0px;
	margin:0px;
	margin-top:0px;
}
#header-navi ul.menu li a {
}
#header-navi ul.menu li ul {
	padding-top:0px;
}
#header-navi ul.menu li ul li a, #header-navi ul.menu li ul li a.active {
	line-height:22px;
	font-size:14px;
	text-transform:none;
	background-image:none;
	font-weight:normal;
    padding: 0px 10px 0px 10px;
	border:0px none;
	color:#000;
}
#header-navi ul.menu li ul li a:hover {
	color:#6ca8d1;
}
#header-navi ul.menu li {
    padding:0px;
    margin:0px;
    background-image: none;
    float:left;
}
#header-navi ul.menu ul {
    margin-left:0px;
    padding: 0px;
    position: absolute;
    background-color:#fff;
	background-image:url(../img/layernavibg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #999;
	border-top:none;
    display:none;
    min-width:180px;
}
/* IE-Hack für die Breite */
*html #header-navi ul.menu ul {
    width:180px;
}
/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
#header-navi ul.menu ul.hover, #header-navi ul.menu li.hover ul, #header-navi ul.menu li:hover ul  {
    display:block;
}
#header-navi ul.menu ul li {
    float:none;
    background-color: transparent;
	border-top:1px solid #999;
}

/* Dritte Ebene */
#header-navi ul.menu li.hover ul ul, #header-navi ul.menu li:hover ul ul {
     display: none;
     margin-left: 175px; /* Breite eines Listenelements - Überlagerung */
     margin-top: -22px; /* Höhe eines Listenelements */
}
   /* Dritte Ebene anzeigen */
#header-navi ul.menu li.hover ul li.hover ul, #header-navi ul.menu li:hover ul li:hover ul {
     display: block;
}

/* Main-Menue mit Layer-Navigation */



#header-search a, #header-search a:visited {
	color:#000000;
	font-weight:bold;
}
#header-search .header-navi-short a, #header-search .header-navi-short a:visited {
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
}
#header-search .header-navi-short a:hover {
	text-decoration:none;
	color:#FF0000;
}
#content .content-element-container .csc-header, #content .content-element-container p {
	float: none;
	clear:left;
}
#content a, #content a:visited {
	text-decoration:underline;
	color:#6ca8d1;
	font-weight:bold;
}
#content a:hover {
	color:#ffad29;
}
#leftcol ul, #leftcol .news-latest-container {	
	list-style:none;
	margin-left:0px;
	padding-left:10px;
}
#logoli ul {	
	list-style:none;
	margin-left:0px;
	padding-left:10px;
}
#leftcol .news-latest-container {
	margin-top:15px;
}
#leftcol h2 {
	font-size:24px;
	margin-bottom:15px;
	text-decoration:underline;
}
#leftcol ul li {
	background-image:url(../img/li_img.png);
	background-repeat:no-repeat;
}
p#ansprechpartner-btn {
	padding-left:25px;
}
p#ansprechpartner-btn a img {
	margin:25px 0;
	border:none;
}
#logoli ul li {
	background-image:url(../img/li_img.png);
	background-repeat:no-repeat;
	padding-left:30px;
	margin-bottom:12px;
}
#leftcol ul .ulsub {
	margin-left:0px;
	padding-left:10px;
}
#leftcol ul a, #leftcol ul a:visited {
	display:block;
	width:210px;
	height:25px;
	line-height:24px;
	border-bottom:1px solid #d0d0d0;
	color:#8b8679;
	font-size:16px;
	text-decoration:none;
	padding-left:30px;
}
#leftcol ul .ulsub a, #leftcol ul .ulsub a:hover {
	display:block;
	width:200px;
	height:25px;
}
#leftcol ul a:hover {
	color:#ffad29;
}
#actlink, #actlink2 {
	background-image:url(../img/li_img.png);
	background-repeat:no-repeat;
	font-weight:bold;
}
#kontaktform input {
	width:200px;
	margin-right:15px;	
}
#kontaktform textarea {
	width:490px;
	height:120px;
}
/* Neumaschinen-Formular */
#neumaschinenform {
	width:674px;
	clear:both;
}
#neumaschinenform div.row {
	width:674px;
	padding-bottom:8px;
	clear:both;
}
#neumaschinenform div.label {
	width:150px;
	padding-right:24px;
	font-weight:bold;
	text-align:right;
}
#neumaschinenform div.inputs {
	width:500px;
}
#neumaschinenform div.inputs input {
	width:400px;
}
#neumaschinenform input.dimensions {
	width:40px;
}
#neumaschinenform div.inputs input.radiocheckbox {
	width:auto;
	padding-top:0;
	margin-top:0;
}
#neumaschinenform div.inputs textarea {
	width:400px;
	height:200px;
}
/* Neumaschinen-Formular */
.breadcrumb {
	vertical-align:top;
	line-height:14px;
	font-size:10px;
	font-weight:bold;
}
.printview a, .printview a:link, .printview a:visited, .printview a:active, .printview a:hover {
	font-size:10px;
	text-decoration:none;
	color:#ffad29;
}
.news-latest-item {
	width:242px;
	font-size:10px;
	font-weight:bold;
	margin-bottom:0px;
	padding:0px 15px 0px 0px;
}
.news-latest-item h3, .news-latest-item .news-latest-morelink {
	margin:0px;
	padding:0px;
	text-align:left;
}
#leftcol div.news-latest-container div.news-latest-item h3 {
	text-decoration:none;
}
.news-latest-item .bodytext {
	margin-top:10px;
	padding:0px;
}
/* Ansprechpartner-Suche */
table#ansprechpartner a {
	text-decoration:none;
}
table#ansprechpartner a img {
	border:0px none;
}
table#ansprechpartner td.align-center {
	text-align:center;
	vertical-align:top;
}
/* Tabelle */
#kundenzeitung td {
	width:674px;
	border-bottom:1px solid #CCCCCC;
	padding-top:15px;
}
#dokumentation td {
	width:333px;
	padding:15px 4px 0px 4px;
	vertical-align:top;
}
#anschrift td {
	vertical-align:top;
}
#expertentag td {
	vertical-align:bottom;
}
#ansprechpartner  {
	margin-bottom:45px;
}
#ansprechpartner .tdborder {
	width:330px;
	border-bottom:1px solid #CCCCCC;
	padding-top:15px;
	margin:15px 4px 0px 4px;
	vertical-align:top;
}
#ansprechpartner .tdheader {
	text-decoration:none;
}
/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

