/* ####################################################### */
/* INHALT */
/* ####################################################### */

/* 1.  Generelle HTML-Tags */
/* 2.  Spezielle Styles, die man hier und da brauchen kann */

/* 3.  Styles für den Content-Bereich */
/* 3.1 Listen */
/* 3.2 Besondere Listen (PDF, Download, Checklisten) */
/* 3.3 Linkversionen der besonderen Listen */

/* 4.  Styles für die rechte Spalte = Teaserboxen */
/* 4.1 Generelle HTML-Tags */
/* 4.2 Besondere Listen und ihre Linkversionen */

/* 5.  Styles für die linke Spalte = Navigation */




/* ####################################################### */
/* Generelle HTML-Tags */
/* ####################################################### */

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

body {
	background-color: #ffffff;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial, sunsans-regular;
	color: #525252;
	font-size: 11px;
 	line-height:17px;
 	font-weight: normal;
 	background-image: url(../_pix/background-content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:active, a:visited      { 
	color: #004D75; 
	text-decoration: underline;
}

a:hover     { 
	color: #808297; 
	text-decoration: underline; 
}

a:focus{-moz-outline: none}

em {
	font-style: normal;
	font-weight: bold;
}

h1, p, h2, h3, form, table, ul, lable {
	margin:0;
	padding:0;
}



#contentColumn h1 {
	font-family:  Arial, sunsans-regular;
	color: #525252;
	font-weight: bold; 
	font-size: 17px;
 	line-height:20px;
 	margin:0 0 0 0;
	margin-bottom: 18px;
}

#contentColumn h2 {
	font-family:  Arial, sunsans-regular;
	color: #525252;
	font-weight: bold; 
	font-size: 11px;
 	line-height:17px;
 	margin:0 0 0 0;
 	padding-top:8px
}

#contentColumn h3 {
	font-family:  Arial, sunsans-regular;
	color: #525252;
	font-weight: normal; 
	font-size: 11px;
 	line-height:17px;
 	margin:0 0 0 0;
 	padding-top:8px
}

#contentColumn p {
	margin-bottom: 10px;
}

#contentColumn th{
	margin:0;
	padding:2px;
	font-family: Arial, sunsans-regular;
	font-size: 11px;
	line-height: 17px;
	vertical-align: top;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px dotted ; 
}

#contentColumn td{
	margin:0;
	padding:2px;
	font-family: Arial, sunsans-regular;
	font-size: 11px;
	line-height: 17px;
	vertical-align: top;
}

/* ####################################################### */
/* Formulare */
/* ####################################################### */

/* Tabellen */
form table {
	margin:0;
	padding:0;
}

form th{
	margin:0;
	padding:2px;
	font-family: Arial, sunsans-regular;
	font-size: 11px;
	line-height: 17px;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}

form td{
	margin:0;
	padding:2px 10px 5px 0;
	font-family: Arial, sunsans-regular;
	font-size: 11px;
	line-height: 17px;
	vertical-align: top;
}

/* Elemente */
textarea      { 
	color: #525252;
	font-size: 11px; 
	font-family: Arial, sunsans-regular;;
	padding-left:5px;
	padding-right:5px; 
	background-repeat: no-repeat;
	background-color: #ECECEC;
	border:1px;
	width: 95%;
	height: 60px;
	scrollbar-base-color:#ffffff;  
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#525252;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#525252;
}

select { 
	color:#525252;
	background-color: #ECECEC;  
	width:100%;
	font-family: Arial, sunsans-regular;; 
	font-size:11px;
	padding:0 0 0 5px;
}

input,
.textfeld { 
	border: 1px solid #E0E0E0;
	color:#525252; 
	font-family: Arial, sunsans-regular;; 
	font-size:11px; 
	line-height: 14px;
	width:300px;
	height:20px;
	font-weight: normal;
	background-color: #ECECEC;
}

.shortTextfeld {
	width:50px;
}

.shortTextfeld2 {
	width:244px;
}

.pflichtfeld {
	color:#004D75;
	font-weight: bold;
}

.button { 
	color:#fff;  
	font-family: Arial, sunsans-regular;; 
	font-size:11px; 
	height:18px;
	font-weight: normal;
	padding: 0 5px 0 5px;
	background-color: #004D75;
	width: 200px;
}

.radio {  
	width:14px;
	background-color: transparent;
	border: 0 px;
	margin:0 5px 0 5px;	
}


/* ####################################################### */
/* Nun folgen einige spezielle Styles, die man hier und da brauchen kann */
/* ####################################################### */



.border-bottom {
border-bottom: 1px dotted #dbdddc;
}

.abstand {
margin: 10px 0 10px 0; /* für Abstände oben und unten */
}

.nospace {
	margin:0 !important;
	padding:0;
}


/* ####################################################### */
/* Nun folgen die Styles für den Content-Bereich */
/* ####################################################### */


/* ####################################################### */
/* LISTEN */
/* ####################################################### */
#contentColumn ol, #contentColumn ol li
{
	padding: 0 0 0 10px;
	margin:0 0 0 10px;
	list-style-type: decimal;
	background-image: none;
}


#contentColumn ul , #contentColumn li 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contentColumn ul {
	margin-bottom:8px;
}

#contentColumn li {
	margin-bottom:0px;
}

#contentColumn li
{
	padding: 0 0 0 10px;
	background-image: url(../_pix/navi-arrow.gif);
	background-repeat: no-repeat; 
}

/* Liste mit Link */

#contentColumn li a:link, 
#contentColumn li a:visited, 
#contentColumn li a:active 
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size: 11px;
	color: #d01d3a;
	line-height: 17px;
}

#contentColumn li a:hover
{
	text-decoration:none;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#d01d3a;
	line-height:17px;
}

/* ###################################################*/
/* Besondere Listentypen */
/* ###################################################*/

/* 1. Dekorative Liste */ 
#contentColumn li.check
{
	padding: 0 0 0 14px;
	background-image: url(../_pix/icon-check.gif);
	background-repeat: no-repeat;
	line-height:22px;
}

/* 2. Liste für PDF-Links */
#contentColumn li.pdf
{
	padding: 0 0 0 14px;
	background-image: url(../_pix/icon-pdf.gif);
	background-repeat: no-repeat;

}

/* 3. Liste für Download-Links */
#contentColumn li.download
{
	padding: 0 0 0 14px;
	background-image: url(../_pix/icon-download.gif);
	background-repeat: no-repeat;

}


/* ###################################################*/
/* Nun folgen die Link-Versionen der obigen Listen */
/* ###################################################*/

#contentColumn li.pdf a:link, 
#contentColumn li.pdf a:visited, 
#contentColumn li.pdf a:active
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size: 11px;
	color:#004D75;
	line-height:14px;
	font-weight: normal;
}

#contentColumn li.pdf a:hover
{
	text-decoration:none;
    font-family:  Arial, sunsans-regular;
    font-size: 11px;
	color:#004D75;
	line-height:14px;
	font-weight: normal;
}


#contentColumn li.download a:link, 
#contentColumn li.download a:visited, 
#contentColumn li.download a:active
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size: 11px;
	color:#004D75;
	line-height:14px;
	font-weight: normal;
}

#contentColumn li.download a:hover
{
	text-decoration:none;
    font-family:  Arial, sunsans-regular;
    font-size: 11px;
	color:#d01d3a;
	line-height:14px;
	font-weight: normal;
}


/* ###################################################*/
/* Nun folgen die Styles für die linke Spalte */
/* ###################################################*/

/* Dieses Style ist ein einzelner Container. Er definiert die Abstände nacheinander folgender Boxen*/
.box {
	margin:0 0 20px 0;
	font-size:11px;
	color:#525252;
	line-height:14px;
}

#leftColumn h1
{	font-family:  Arial, sunsans-regular;
	font-size:11px;
	line-height: 14px;
	font-weight:bold;
	margin: 0 0 2px 0;
}

#leftColumn p
{
	font-size:11px;
	color:#525252;
	line-height:14px;
	margin-bottom: 3px;
}

#leftColumn a:link, 
#leftColumn a:visited, 
#leftColumn a:active
{
	text-decoration: none;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#004D75;
	line-height:14px;
	font-weight:normal;
}

#leftColumn a:hover
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#525252;
	line-height:14px;
	font-weight:normal;
}

#leftColumn ul , 
#leftColumn li 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#leftColumn li
{
	padding: 0 0 4px 10px;
	background-image: url(../_pix/navi-arrow.gif);
	background-repeat: no-repeat; 
	font-weight: bold;
}

#leftColumn li a:link, 
#leftColumn li a:visited, 
#leftColumn li a:active 
{
	text-decoration:none;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#004D75;
	line-height:14px;
	font-weight: normal;
}

#leftColumn li a:hover
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#525252;
	line-height:14px;
	font-weight: normal;
}

/* ###################################################*/
/* Nun folgen die besonderen Listentypen der rechten Spalte */
/* ###################################################*/


/* PDF-Listen */

#leftColumn li.pdf {
	padding: 0 0 0 16px;
	background-image: url(../_pix/icon-pdf.gif);
	background-repeat: no-repeat;
	margin-bottom:4px;
}

#leftColumn li.pdf a:link, 
#leftColumn li.pdf a:visited, 
#leftColumn li.pdf a:active
{
	text-decoration:none;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#004D75;
	line-height:14px;
	font-weight: normal;
}

#leftColumn li.pdf a:hover
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#004D75;
	line-height:14px;
	font-weight: normal;
}

/* DOWNLOAD-Listen */

#leftColumn li.download {
	padding: 0 0 0 16px;
	background-image: url(../_pix/icon-download.gif);
	background-repeat: no-repeat; 
}

#leftColumn li.download a:link, 
#leftColumn li.download a:visited, 
#leftColumn li.download a:active
{
	text-decoration:underline;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#d01d3a;
	line-height:14px;
	font-weight: normal;
}

#leftColumn li.download a:hover
{
	text-decoration:none;
    font-family:  Arial, sunsans-regular;
    font-size:11px;
	color:#d01d3a;
	line-height:14px;
	font-weight: normal;
}

/* ################################################## */
/* Nun folgt die Definition der Meta-Navigation */
/* ################################################## */

#metaNavi ul, #containerFooter ul, 
#metaNavi li, #containerFooter li {
	list-style-type: none;
	margin:0;
	padding: 0;}
	
#metaNavi li,
#containerFooter li {
	float: right;
}

#metaNavi a:link,  
#metaNavi a:visited,
#containerFooter a:link,
#containerFooter a:visited,
#containerCopyright {
	float: left;
	font-size: 9px;
 	line-height:11px;
	color: #9a9a9a;
 	text-decoration: none;
	padding:0 0 0 12px;}

#metaNavi a:hover,
#containerFooter a:hover {
	font-size: 9px;
 	line-height:11px;
	color: #525252;
 	text-decoration: none;
	padding:0 0 0 12px;}
	

#metaNavi .active,
#metaNavi a.active:link,
#metaNavi a.active:active,
#metaNavi a.active:visited,
#metaNavi a.active:hover,
#containerFooter .active,
#containerFooter a.active:link,
#containerFooter a.active:active,
#containerFooter a.active:visited,
#containerFooter a.active:hover  {
	font-size: 9px;
 	line-height:11px;
	font-weight: normal;
	color: #525252;
 	text-decoration: none;
 	padding:0 0 0 12px;}

/* ################################################## */
/* Nun folgt die Definition der Top-Navigation */
/* ################################################## */

/* ####################################################### */
/* Rollover-Menü - HORIZONTAL */
/* ####################################################### */

	
#navigationTop li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navigationTop a {
	float: left;
	padding-top:160px;	
	overflow: hidden;
	height: 0px; 
	margin-right: 2px;	
}
	


#navigationTop .small a:hover, 
#navigationTop .small a:active,  
#navigationTop .small .active {
	background-position: -75px 0px;
}

#navigationTop a:hover,
#navigationTop a.active,
#navigationTop a:active {
	background-position: -88px 0px;
}



#unternehmen a  {
	width: 88px;
	background: url(../_pix/background_navi_1.gif) top left no-repeat;
}	

#knowhow a  {
	width: 75px;
	background: url(../_pix/background_navi_2.gif) top left no-repeat;
}
#referenz a  {
	width: 75px;
	background: url(../_pix/background_navi_3.gif) top left no-repeat;
}	


/* ###############################################*/
/* zusätzliche Styles zum Verfeinern*/
/* ###############################################*/

.lastelem {
}

.firstelem {
}

/* ################################################## */
/* Nun folgt die Definition der Navigation in der linken Spalte */
/* ################################################## */


/* ################################################## */
/* Definition der gesamten Liste bzw. der ersten Ebene */
/* ################################################## */

#navigation ul, 
#navigation li {
	list-style-type: none;
	margin:0;
	padding: 0;}


#navigation a:link, 
#navigation a:active, 
#navigation a:visited {
	display:block;
	width:100%px;
	height:20px;
	background-color: #EE0000;	
	font-size: 11px;
 	line-height:20px;
	color: #fff;
 	text-decoration: none;
	padding:0 0 0 10px;
}

#navigation a:hover {
	display:block;
	width:100%px;
	height:17px;
	background-color: #CC0000;
	background-image: url(../_pix/navi-bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height:20px;
	color: #fff;
 	text-decoration: none;
	padding:0 0 0 10px;}
	

#navigation .active,
#navigation a.active:link,
#navigation a.active:active,
#navigation a.active:visited,
#navigation a.active:hover {
	display:block;
	width:100%px;
	height:17px;
	background-color: #DD0000;	
	background-image: url(../_pix/navi-bg-active.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height:20px;
	font-weight: bold;
	color: #fff;
 	text-decoration: none;
 	padding:0 0 0 10px;}

	

/* ###############################################*/
/* zweite Ebene Einträgen */
/* ###############################################*/


#navigation ul ul, 
#navigation li li  {
	list-style-type: none;
	margin:0 0 0 0px;
	padding: 0;}

#navigation ul ul li a:link, 
#navigation ul ul li a:active, 
#navigation ul ul li a:visited {
	display:block;
	width:100%px;
	height:17px;
	background-color: #0000AA;	
	background-image: url(../_pix/navi-bg-sub.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height: 17px;
	color: #fff;
 	text-decoration: none;
 	margin:0;
	padding:0 0 0 27px;}

#navigation ul ul li a:hover {
	display:block;
	width:100%px;
	height:17px;
	background-color: #0000BB;
	background-image: url(../_pix/navi-bg-sub.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height: 17px;
	color: #fff;
 	text-decoration: none;
	padding:0 0 0 27px;}
	

#navigation ul ul li .active,
#navigation ul ul li a.active:link,
#navigation ul ul li a.active:active,
#navigation ul ul li a.active:visited,
#navigation ul ul li a.active:hover {
	display:block;
	width:100%px;
	height:17px;
	background-color: #0000EE;	
	background-image: url(../_pix/navi-bg-sub-active.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height: 17px;
	font-weight: bold;
	color: #fff;
 	text-decoration: none;
 	padding:0 0 0 27px;}


/* ###############################################*/
/* dritte Ebene mit zweizeiligen Einträgen */
/* ###############################################*/

#navigation ul ul ul, 
#navigation li li li {
	list-style-type: none;
	margin:0 0 0 0px;
	padding: 0;}

#navigation ul ul ul li a:link, 
#navigation ul ul ul li a:active, 
#navigation ul ul ul li a:visited {
	display:block;
	width:100%px;
	height:17px;
	background-color: #AA00AA;	
	background-image: url(../_pix/navi-bg-sub2.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height: 17px;
	color: #fff;
 	text-decoration: none;
 	margin:0;
	padding:0 0 0 37px;}

#navigation ul ul ul li a:hover {
	display:block;
	width:100%px;
	height:17px;
	background-color: #AA00BB;
	background-image: url(../_pix/navi-bg-sub2.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height: 17px;
	color: #fff;
 	text-decoration: none;
	padding:0 0 0 37px;}
	

#navigation ul ul ul li .active,
#navigation ul ul ul li a.active:link,
#navigation ul ul ul li a.active:active,
#navigation ul ul ul li a.active:visited,
#navigation ul ul ul li a.active:hover {
	display:block;
	width:100%px;
	height:17px;
	background-color: #AA00EE;	
	background-image: url(../_pix/navi-bg-sub2-active.gif);
	background-repeat: no-repeat;
	font-size: 11px;
 	line-height: 17px;
	font-weight: bold;
	color: #fff;
 	text-decoration: none;
 	padding:0 0 0 37px;}


