@charset "utf-8";

/************/
/*  GLOBAL  */
/************/
/*
.column1-unit ul li {
	
	background: transparent url(../img/bg_bullet_full_1.gif) no-repeat scroll 0 4px;
}
*/
/********************************/
/*  SERVICE DIAGRAMM            */
/********************************/

.service_diagram {
	width: 435px; height: 202px;
    background: url(../img/service-offerings.jpg);
	left:12px;
    margin: 0; 
	padding: 0;
	position: relative;
	overflow: hidden;
}

.service_diagram li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}

	
.service_diagram li, .service_diagram a {
	height: 185px;
	display: block;
}

.panel1 {
	top: 7px;
	left: 9px;
	width: 130px;
}

.panel1 a:hover {
    background: transparent url(../img/service-offerings.jpg) -9px -209px no-repeat;
}

.panel2 {
	top: 7px;
	left: 151px;
	width: 130px;
}

.panel2 a:hover {
    background: transparent url(../img/service-offerings.jpg) -151px -209px no-repeat;
}

.panel3 {
	top: 7px;
	left: 296px;
	width: 130px;
}

.panel3 a:hover {
    background: transparent url(../img/service-offerings.jpg) -296px -209px no-repeat;
}



/********************************/
/*  BUSINESS AREAS              */
/********************************/

.business_areas {
	width: 420px; height: 298px;
    background: url(../img/business_areas_rollover.jpg);
    margin: 0 auto; 
	padding: 0;
    position: relative;
	overflow: hidden;
}

.business_areas li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
	
	
.business_areas li, .business_areas a {
	height: 150px;
	display: block;
}

.panel01 {
	top: 0px;
	left: 0px;
	width: 104px;
}

.panel01 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) 0px -298px no-repeat;
}

.panel02 {
	top: 0px;
	left: 105px;
	width: 102px;
}

.panel02 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) -105px -298px no-repeat;
}

.panel03 {
	top: 0px;
	left: 208px;
	width: 108px;
}

.panel03 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) -208px -298px no-repeat;
}

.panel04 {
	top: 0px;
	left: 316px;
	width: 104px;
}

.panel04 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) -316px -298px no-repeat;
}

.panel05 {
	top: 151px;
	left: 0px;
	width: 104px;
}

.panel05 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) 0px -449px no-repeat;
}

.panel06 {
	top: 151px;
	left: 104px;
	width: 102px;
}

.panel06 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) -104px -449px no-repeat;
}

.panel07 {
	top: 151px;
	left: 209px;
	width: 106px;
}

.panel07 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) -209px -449px no-repeat;
}

.panel08 {
	top: 151px;
	left: 316px;
	width: 104px;
}

.panel08 a:hover {
    background: transparent url(../img/business_areas_rollover.jpg) -316px -449px no-repeat;
}



/* NON-HEADER */
* {
	margin: 0px;
	padding: 0px;
}

.header-img {
 	position: relative;
	margin: -25px 0 0 0;
	padding: 0 0;
	height: 131px;
}

.header-print {
	display: none;
}

a:focus {
	outline: none;
}

/* IE Bug-Fix um transparente PNGs anzuzeigen */
img, div {
	behavior: url(css/iepngfix.htc);
}

body {
	margin: 0px auto;
	font-size: 65%;
	background: url(../img/bg_top.jpg) repeat-x;
	background-color: rgb(204,212,218); /* Hintergrundfarbe Hellgrau */
	font-family: Arial, sans-serif;
}

/* Font-size: 1.0em = 10px when browser default size is 16px */
.page-shadows {
	margin: 0 auto;
	width: 980px;
	background: url(../img/bg_shadow.png) repeat-y;
}

.page-bottom {
	margin:0 auto;
	width: 980px;
	height: 14px;
	background: url(../img/page-bottom.png) no-repeat;
}

.page-container {
	height: 100%;
	font-size: 1.0em;
	background-color: rgb(255,255,255); /* Hintergrundfarbe Weiss */
	width: 960px;
	margin: 0 auto;
	border: solid 1px #fff;
}

/* Hier ist Background main_withnav für das Linke menü der graue Hintergrund */
.main {
	clear: both;
	min-height:500px;
	height:500px;
	width: 960px;
	/*padding-bottom: 30px;*/
}

.main-navigation {
	margin-top: 25px;
	margin-bottom: 20px;
	display: inline; /* Fix IE floating margin bug */
	float: left;
	width: 250px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden;  /* IE6 */
}

.main-content {
	display: inline /* Fix IE floating margin bug */;
	float: left;
	width: 460px;
/*	min-height: 555px; */
        height: 485px;
	margin-top: -44px;
	margin-bottom: 15px;
	/*padding: 0 0 10px 0;*/
	overflow: visible !important;/* Firefox */
        overflow: hidden; /* IE6 */
	background: #EFF1F2;
}

.main-subcontent {
	margin-top: -10px;
	margin-bottom: 20px;
	display: inline; /* Fix IE floating margin bug */
	float: right;
	width: 250px;
	overflow: visible !important; /*Firefox*/
	overflow: hidden;  /* IE6 */
}


.footer {
	position: relative;
	top: -120px;
	margin: 0 0 -120px 0;
	float: left;
	height: auto;
	width: 250px;
	padding: 5px 0  5px 0;
	background-color: transparent;
	font-size: 1.0em;
	overflow: visible !important;
	overflow: hidden;
}

/* --- For alternative headers START PASTE here --- */
.bodytext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 0;
}

.bodytext a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

/* HEADER */
.header {
	width: 960px;
	font-family: Arial, sans-serif;
}

.header-top {
	margin-top: 0px;
	border: 0px;
	width: 960px;
	height: 155px;
	overflow: visible !important; /* Firefox */
	overflow: hidden; /* IE6 */
}

.header-middle {
	width: 900px;
	height: 280px;
	padding-bottom: 0px;
	overflow: visible !important; /* Firefox */
	margin: 20px auto;
	overflow: hidden; /* IE6 */
	margin: 0px 0px 0px 0px;
	min-height: 100% !important; /* moderne Browser */
	margin: 0px;
	height: 100%; /* IE */
}

.header-breadcrumbs {
	position: relative;
	top: -18px !important; /* Firefox */
	top: -15px; /* IE */
	left: 125px;
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
}

.rootline {
	color:rgb(102,102,102)
}

.rootline a {
	color:rgb(102,102,102)
}

.rootline a:visited {
	color:rgb(102,102,102)
}

.rootline a:hover {
	color:rgb(0,0,0);
	font-weight:bold
}

/********************/
/*  HEADER SECTION  */
/********************/

.statement {
	height: 19px;
	position: relative;
	top: 131px;
	padding: 3px 0px 3px 0px !important;
	padding: 3px 0px 3px 0px;
	width: 960px;
	/*z-index: 2;*/
	color: rgb(125,125,125);
	margin-left: 0px !important; /* Firefox */
	margin-left: 0px;  /* IE6 */
	background:url(../img/statement.gif)  no-repeat;
}


.sitename {
	width:300px;
	height:45px;
	position:absolute;
	z-index:1;
	margin:20px 10px 10px 90px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.sitename h1 {
	font-size:240%;
}

.sitename h2 {
	margin:0px 0 0 0;
	color:rgb(125,125,125);
	font-size:120%;
}

.sitename a {
	text-decoration:none;
	color:rgb(125,125,125);
}

.sitename a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}

.nav0 {
	position: relative;
	height: 25px;
	top: 185px;
	left: 720px;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	width: 250px;
	z-index: 10;
	color: rgb(125,125,125);
	margin-top: -25px;
	margin-left: 0px !important; /* Firefox */
	margin-left: 0px;  /* IE6 */
	background: transparent;
}

.nav0 ul {
	padding-top: 2px;
	float: right;
	padding-right: 57px;
}

.nav0 li {
	display: inline;
	list-style: none;
	margin: 0;
	padding-left: 7px;
}

.nav0 li a {
	margin: 0;
	padding-left: 16px;
}

.nav0 a:hover {
	text-decoration: none;
	border: none;
	outline: none;
}

.nav0 a img {
	width: 14px;
	height: 11px;
	border: none;
	padding: 0 5px 0 0;
}

.nav0 ul li .german {
	width: 14px;
	height: 11px;
	border: none;
	background: url(../img/flag_de.gif) no-repeat;
}

.nav0 ul li .english {
	width: 14px;
	height: 11px;
	border: none;
	background: url(../img/flag_en.gif) no-repeat;
}

.nav0 ul li .french {
	width: 14px;
	height: 11px;
	border: none;
	background: url(../img/flag_fr.gif) no-repeat;
}

.sitemessage {
	width: 480px;
	height: 250px;
	position: absolute;
	z-index: 1;
	line-height: 0.9;
	margin: 15px 0 0 400px;
	color: rgb(0,0,0);
	/*overflow: visible !important /*Activate if Firefox print problems*/
	overflow: hidden /*IE6*/;
}

.sitemessage h1 {
	line-height: 1.5em;
	width: 400px;
	text-align: left;
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(254,254,254);
}

.sitemessage h2 {
	float:right;
	width:320px;
	margin:8px 0 0 0;
	font-family:Arial;
	text-align:right;
	line-height:100%;
	font-size:140%;
}

.sitemessage h3 {
	float:right;
	width:320px;
	margin:10px 0 0 0;
	text-align:right;
	font-size:140%;
}

.sitemessage h3 a {
	text-decoration:none;
	color:rgb(234,239,247);
}

.sitemessage h3 a:hover {
	text-decoration:none;
	color:rgb(50,50,50);
}

/********************/
/*  DROP-UP MENU    */
/********************/

/* Positionierung der Main-Button Beschriftung */
.main-button_first {
 	font-weight:bold;
	display:block;
	text-decoration:none;
	width:110px;
	height:25px;
	text-align:left;
	color:#fff;
	margin-left: 0;
	padding-left:17px;
	border-right:1px solid #E3E3E3;
	border-left: none;
	border-width:0 1px 0px 1px;
	line-height: 25px;
	font-size:11px;
	background: url(../img/menu_bg.jpg) repeat-x;
}

.main-button_second {
 	font-weight:bold;
	display:block;
	text-decoration:none;
	width:106px;
	height:25px;
	text-align:left;
	color:#fff;
	margin-left: 0;
	padding-left:15px;
	border-right:1px solid #E3E3E3;
	border-left: 1px solid #484848;
	border-width:0 1px 0px 1px;
	line-height: 25px;
	font-size:11px;
	background: url(../img/menu_bg.jpg) repeat-x;
}

.main-button_last {
 	font-weight:bold;
	display:block;
	text-decoration:none;
	width:102px;
	height:25px;
	text-align:left;
	color:#fff;
	padding-left:10px;
	border-right:1px solid #484848;
	border-left: 1px solid #484848;
	border-width:0 1px 0px 1px;
	line-height: 25px;
	font-size:11px;
	background: url(../img/menu_bg.jpg) repeat-x;
}

.main-button {
 	font-weight:bold;
	display:block;
	text-decoration:none;
	width:98px;
	height:25px;
	text-align:left;
	color:#fff;
	padding-left:15px;
	border-right:1px solid #E3E3E3;
	border-left: 1px solid #484848;
	border-width:0 1px 0px 1px;
	line-height: 25px;
	font-size:11px;
	background: url(../img/menu_bg.jpg) repeat-x;
}

.sub-button {
	font-size: 10px;
 	font-weight: normal;
	text-decoration:none;
	height:16px;
	line-height: 16px;
	text-align:left;
	color:#fff;
	padding-left:10px;
	border: none;
}

.sub {
	font-size: 10px;
 	font-weight: normal;
	text-decoration:none;
	height:16px;
	line-height: 16px;
	text-align:left;
	color:#fff;
	padding-left:10px;
	border: none;
}

.menu {
	font-family: arial, helvetica, sans-serif;
	width:960px;
	height: 25px;
	position:relative;
	font-size:11px;
	padding-left: 0;
	margin:0px 0 0 0px;
	background: url(../img/menu_bg.jpg) repeat-x;
	
}

.filler {
	display:block;
	background:#959ea7; /*dunkelgrau*/
	color:#000;
	width:100%;
	height: 200px;
	padding-left:15px;
}

.menu ul li:hover ul li:hover a.filler, .menu ul li a:hover ul li a:hover.filler {
	display:block;
	background:#959ea7; /*dunkelgrau*/
	color:#000;
	width:100%;
	height: 150px;
	padding-left:15px;
}


.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
	position:relative;
}

.menu ul li ul {
	visibility:hidden;
	position:absolute;
}

.menu table {
	border-collapse:collapse;
	margin:-1px;
	padding:0;
	font-size:1em;
	margin:-1px;
}

.menu ul li:hover a { 
	color:#07b3f5;
	background: #000 url(../img/menu_bg_hover.jpg) repeat-x;
}

.menu ul li a:hover {
	color:#07b3f5;
	background: #000 url(../img/menu_bg_hover.jpg) repeat-x;
}


.menu ul li:hover ul, .menu ul li a:hover ul {
	visibility: visible;
	padding-bottom: 5px;
	bottom: 25px !important;
	bottom: 24px;
	left: 0;
}

.menu ul li:hover ul li a.sub, .menu ul li a:hover ul li a.sub {
	background:#959ea7; /*dunkelgrau*/
	color:#fff;
}

.menu ul li:hover ul li, .menu ul li a:hover ul li {
	display:block;
	background:#fff;
	color:#fff;
	width:108px;
	clear:both;
}

.menu ul li:hover ul li:hover a.sub, .menu ul li a:hover ul li a:hover.sub {
	background:#b5c0cc; /*hellgrau*/
	color:#fff;
}

.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
}

/* Flyout hintergrund */
.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
	display:block;
	background:#959ea7; /*dunkelgrau*/
	color:#fff;
	width:100%;
	padding-left:15px;
}

.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
	background:#b5c0cc; /*hellgrau*/
	color:#fff;
}

.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {
	visibility:visible;
	left:116px;
	top:0;
}

.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a {
	background:#959ea7; /*dunkelgrau*/
	color:#fff;
}

.menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover {
	background:#b5c0cc; /*hellgrau*/
	color:#fff;
}

.menu ul li:hover ul.left, .menu ul li a:hover ul.left {
	padding-left: 16px;
	left:-17px;
}

.menu ul li:hover ul li:hover ul.left, .menu ul li a:hover ul li a:hover ul.left {
	left:-134px;
	width:108px;
	bottom:0;
}

/*-------------- Ende horizontal-menü -------------------------*/

.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:0 0 0 15px;
	font-family:Arial, sans-serif;
}

.header-breadcrumbs ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(../img/arrow_small_cyan.gif) no-repeat 0 50%;
	font-weight:bold;
	color:rgb(0,0,0);
	font-size:100%;
}

.header-breadcrumbs ul a {
	color:rgb(102,102,102);
	text-decoration:none;
}

.header-breadcrumbs ul a:hover {
	color: rgb(0,0,0);
}

/* SUCHFORMULAR*/
.searchform {
	height: 25px;
	position: relative;
	width:250px;
	left: 0px;
	top: 2px;
	bottom: -10px;
	padding:0 0px 0px 0px !important /*Non-IE6*/;
	padding:0 0px 0px 0px /*IE6*/;
	/*background: url(../img/search_bg.jpg) repeat-x;*/
}

.searchform .input-field {
	font-size: 10px;
	height: 12px; 
	margin-top: 5px; 
	margin-left: 15px; 
	margin-right: 3px;
}

.searchform p {
	width: 50px;
	position: absolute;
	top: 8px;
	left: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../img/arrow_small_grey.gif) no-repeat 80% 50%;
}

.searchform form fieldset {
	float:right;
	border:none;
}

.searchform input.field {
	width:10.0em;
	padding:0.2em 0 0.2em 0;
	border:0px solid rgb(200,200,200);
	font-family:Arial, sans-serif;
	font-size:120%;
}

.searchform input.button {
	width:3.0em;
	padding:1px !important /*Non-IE6*/;
	padding:0 /*IE6*/;
	background:rgb(230,230,230);
	border:solid 0px rgb(150,150,150);
	text-align:center;
	font-family:Arial, sans-serif;
	color:rgb(150,150,150);
	font-size:120%;
}

.searchform input.button:hover {
	cursor:pointer;
	border:solid 0px rgb(80,80,80);
	background:rgb(220,220,220);
	color:rgb(80,80,80);
}

.esgarrow {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: rgb(255,153,0);
	font-weight: bold;
}

/* --- For alternative headers END PASTE here --- */

/******************/
/*  MAIN SECTION  */
/******************/

.news-list-item {
	margin-bottom: 10px;
}

.news-sublist-header a {
	margin-left: 5px;
	font-size: 100%;
}
	
.news-single-item {
	font-size: 1.2em;
	line-height: 1.4em;
}

.news-single-item p {
	font-size: 100% !important;
}
.news-single-item h5 {
/*	font-size: 100% !important; */
	margin-top: 26px;
}
.news-single-item table a {
	font-weight: bold;
}

.news-single-item dl{
	sont-size: 50%;
}


/*.news-list-container {
	margin-left: 20px;
}
*/

/* MAIN NAVIGATION */

/* MAIN CONTENT */
.column1-unit {
	position: relative;
	top: 21px !important /*Non-IE6*/;
	top: 19px;
	width: 420px;
	height: 100%;
	padding: 40px 20px 5px 20px !important /*Non-IE6*/;
	padding: 50px 20px 5px 20px; 
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	background-color: #eff1f2;
/*        overflow: auto; */
}

.column1-unit ul li a {
	background: none;
}

.column1-extension {
	height: 260px !important;
	height: auto;
	padding: 10px 0;
	margin-left: -20px;
	background-color: #eff1f2;
}



.column2-unit-left {
	border: none;
	margin: 0 0 0 400px;
	width:300px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}

.column2-unit-right {
	float:right;
	width:300px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}

.column3-unit-left {
	float:left;
	width:286px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/
}

.column3-unit-middle {
	float:left;
	width:286px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
	margin-left:40px;
}

.column3-unit-right {
	float:right;
	width:186px;
	margin-bottom:10px !important /*Non-IE6*/;
	margin-bottom:5px /*IE6*/;
}

/* MAIN SUBCONTENT */
.subcontent-unit {
	width: 220px;
	margin: 0;
	padding: 35px 20px 0 20px;
	border: none;
}

.subcontent-unit .downloads dl {
	padding-right: 15px;
}

.subcontent-unit .downloads dt {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 12px;
	background: url(../img/icon_pdf.gif) 0 20% no-repeat;
}

.subcontent-unit .downloads dt a {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:rgb(80,80,80);
}

.subcontent-unit .downloads dd {
	text-align: left;
	padding-left: 25px;
	margin-top: 2px !important;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:rgb(80,80,80);
}

.subcontent-unit .downloads dd a {
	text-align: left;
	padding-left: 0px;
	margin-top: 2px !important;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	color:rgb(80,80,80);
}

.subcontent-unit .download_list {
	font-size: 1.0em;
}

.subcontent-unit .quickLinks dl {
	padding-right: 15px;
}

.subcontent-unit .quickLinks dt {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 12px;
	background: url(../img/icon_pdf.gif) 0 20% no-repeat;
}

.subcontent-unit .quickLinks dt a {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:rgb(80,80,80);
}

.subcontent-unit .quickLinks dd {
	text-align: left;
	padding-left: 25px;
	margin-top: 2px !important;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:rgb(80,80,80);
}

/******** Übersichts-Tabelle **********/

.column1-extension .overview-table {
	margin: auto;
	width: 424px;
	height: auto;
	padding: 0;
	outline: none;
	border: none;
	border-style:none;
}

.column1-extension .overview-table td a {
	font-weight: bold;
	font-size: 120%;
}

.column1-extension .overview-table th {
	height: 20px; 
	padding: 8px;
	background: #CCD4DA;
	text-align: left;
	font-size: 120%;
}

.column1-extension .overview-table td {
	padding-bottom: 8px;
}

.column1-extension .overview-table hr {
	border-top: dashed 1px #c2c9ce;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 1px;
}

.column1-extension .overview-table .preview {
	margin:0;
	padding:0;
	width: 65px;
}

.column1-extension .overview-table .file-info {
	padding:10px 0 10px 20px !important;
	padding:2px 0 12px 25px;
	background:url(../img/icon_pdf.gif) no-repeat 0% 50% !important;
	background:url(../img/icon_pdf.gif) no-repeat 0% 10%;
}


/* Sitemap */
.column1-unit .csc-sitemap {
	font-size: 160%;
	padding: 1em 1.5em;
}

.column1-unit .csc-sitemap a {
	text-decoration: none;
}

.column1-unit .csc-sitemap ul li  {
	font-size: 90%;
	padding: 0 0 0 10px;
	margin: 5 0 0 -10px;
	list-style-type: none;
}

.column1-unit .csc-sitemap ul {
	font-size: 100%;
	padding: 0 0 0 10px;
	margin: 5 0 0 -10px;
	list-style-type: none;
}

.column1-unit .csc-sitemap li {
	font-size: 100%;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.column1-unit .csc-sitemap li a {
	font-size: 100%;
	padding: 0 0 0 10px;
	list-style-type: none;
}
   
.column1-unit .csc-sitemap ul a {
	font-size: 100%;
	padding: 0 0 0 24px;
	margin: 0 0 0 -24px;
	list-style-type: none;
}
/* Sitemap Ende */



/******** Kontaktformular **********/
.form fieldset {
	width: 395px;
	padding: 10px;
}


.form legend {
	padding: 0 5px 0 5px;
	font-size: 120%;
	font-weight: bold;
	color: rgb(80,80,80);
}

/* asterisk */
.asterisk, .form .asterisk {
	color:#07B3F5;
	font-weight: bold;
	font-size: 130%;
}

/* form-title */
.form-title {
	position:relative;
	left: 20px;
	top:-7px;
	font-weight: bold;
	color: rgb(80,80,80);
} 

.input_radio {
	position:relative;
	top:7px;
}

.form-table .contact-form {
	margin:0;
	padding: 20px;
	width: 420px;
	background: #EFF1F2;
}

.form-table .input1 {
	width: 285px;
}

.form-table .input2 {
	width: 60px;
}

.form-table .input4 {
	width: 145px;
}

.form-table .input_txt {
	width: 285px;
}


.form-table fieldset {
	background: url(../img/form_gradient_big.png) repeat-x 0% 100% !important;
	background: #EFF1F2;
}

.form-table {
	width: 395px;
	color: rgb(80,80,80);
	margin-left: 5px;
	padding: 0;
	border: none;
}

.form-table td {
	padding: 2px 0 2px 0;
	border: none;
}


.form-table .col1 {
	width: 120px;
	font-weight: bold;
	color: rgb(80,80,80);
}

.form-table .col1a {
	width: 120px;
	font-weight: bold;
	color: rgb(80,80,80);
}

.form-table .col2 {
	width: 30px;
	color: rgb(80,80,80);
}

.form-table .col3 {
	font-weight: bold;
	text-align: right;
	width: 75px;
	color: rgb(80,80,80);
}

.form-table .col3 label {
	padding-right: 15px;
}

.form-table .col3 label {
	padding: 15px;
}

.form-table .col4 {
	width: 165px;
	color: rgb(80,80,80);
}

.form-table .col5 {
	width: 90px;
	font-weight: bold;
	color: rgb(80,80,80);
}

/********************/
/*  FOOTER SECTION  */
/********************/
.footer ul {
	height: auto;
	margin-top: 10px;
	padding:0 0;
}

.footer ul li {
	text-decoration: none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90% !important;
	font-size: 100%;
	margin: 6px 0 6px 8px;
	padding-left: 10px !important;
	padding-left: 7px;
	list-style-type: none;
}

.footer ul li a {
	font-weight: normal;
	color:rgb(80,80,80);
	text-decoration: none;
	background: transparent url(../img/arrow_big_cyan.gif) no-repeat 0 30%;

}


.footer ul li a:visited {
	color:rgb(80,80,80);
	text-decoration: none;
	background: transparent url(../img/arrow_big_cyan.gif) no-repeat 0 30%;
	
}

.footer ul li a:hover {
	color:rgb(80,80,80);
	text-decoration: none;
	background: transparent url(../img/arrow_big_cyan.gif) no-repeat 0 30%;

}

.footer p {
	line-height: 1.3em;
	text-align: center;
	color: rgb(125,125,125);
	font-weight: bold;
	font-size: 100%;
	overflow: visible !important /*Activate if Firefox print problems*/;
	overflow: hidden; /*IE6*/
}

.footer p.credits {
	font-weight: normal;
}

.footer a {
	text-decoration: underline;
	color: rgb(125,125,125);
}

.footer a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}

.footer a:visited {
	color: rgb(0,0,0);
}


/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer:after, p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear-contentunit {
	clear: both;
	width: 690px;
	height: 0em;
	border: none;
	color: rgb(255,255,255);
}


/********************************/
/*  FORMULARE                   */
/********************************/
.csc-mailform {
	border: 0px;
}

.csc-mailform-field label {
	margin: 2px;
	font-size: 11px;
	line-height: 15px;
	color: #444444;
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 120px;
	display: block;
	font-family: Arial, sans-serif;
}

.csc-mailform-submit {
	margin-left: 100px;
	background-color: #203E9A;
	color: #FFFFFF;
}
/*********************************************/
/*********************************************/
/****** Service Offerings (Buttons Big) ******/
/*********************************************/
/*********************************************/

.service_offerings_big {
    width: 435px;
    height: 400px;
    background: url(../img/so_btns_big.jpg);
    left:12px;
    margin: 0; 
    padding: 0;
    position: relative;
    overflow: hidden;
}

.service_offerings_big dt {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
}

    
.service_offerings_big dt, .service_offerings_big a {
    height: 185px;
    display: block;
}

.panel1b {
    top: 7px;
    left: 9px;
    width: 130px;
}

.panel1b a:hover {
    background: transparent url(../img/so_btns_big.jpg) -9px -407px no-repeat;
}

.panel2b {
    top: 7px;
    left: 151px;
    width: 130px;
}

.panel2b a:hover {
    background: transparent url(../img/so_btns_big.jpg) -151px -407px no-repeat;
}

.panel3b {
    top: 7px;
    left: 296px;
    width: 130px;
}

.panel3b a:hover {
    background: transparent url(../img/so_btns_big.jpg) -296px -407px no-repeat;
}

.panel4b {
    top: 205px;
    left: 79px;
    width: 130px;
}

.panel4b a:hover {
    background: transparent url(../img/so_btns_big.jpg) -79px -605px no-repeat;
}

.panel5b {
    top: 205px;
    left: 223px;
    width: 130px;
}

.panel5b a:hover {
    background: transparent url(../img/so_btns_big.jpg) -223px -605px no-repeat;
}


/***********************************************/
/***********************************************/
/****** Service Offerings (Buttons Small) ******/
/***********************************************/
/***********************************************/

.service_offerings_small {
    width: 435px;
    height: 125px;
    background: url(../img/so_btns_small.jpg);
    left:12px;
    margin: 0; 
    padding: 0;
    position: relative;
    overflow: hidden;
}

.service_offerings_small dt {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
}

    

.service_offerings_small dt,  .service_offerings_small a {
    height: 50px;
    display: block;
}

.service_offerings_small dt  {
    background-image: none !important;
}

.panel1s {
    top: 7px;
    left: 9px;
    width: 130px;
}

.panel1s a:hover {
    background: transparent url(../img/so_btns_small.jpg) -9px -132px no-repeat;
}

.panel2s {
    top: 7px;
    left: 151px;
    width: 130px;
}

.panel2s a:hover {
    background: transparent url(../img/so_btns_small.jpg) -151px -132px no-repeat;
}

.panel3s {
    top: 7px;
    left: 296px;
    width: 130px;
}

.panel3s a:hover {
    background: transparent url(../img/so_btns_small.jpg) -296px -132px no-repeat;
}

.panel4s {
    top: 67px;
    left: 80px;
    width: 130px;
}

.panel4s a:hover {
    background: transparent url(../img/so_btns_small.jpg) -80px -192px no-repeat;
}

.panel5s {
    top: 67px;
    left: 223px;
    width: 130px;
}

.panel5s a:hover {
    background: transparent url(../img/so_btns_small.jpg) -223px -192px no-repeat;
}

.corporate_film {
    position: relative;
    top: 20px;
    left: 20px;
}

.add_film {
    position: relative;
    top: -10px;
    left: 20px;
}

/* MAIN SUBCONTENT */
.subcontent-unit {
	width: 220px;
	margin: 0;
	padding: 40px 20px 0 20px;
	border: none;
}

.subcontent-unit .downloads dl {
	padding-right: 15px;
}

.subcontent-unit .downloads dt {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	height: 12px;
	background: url(../img/icon_pdf.gif) 0 20% no-repeat;
}

.subcontent-unit .downloads dt a {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	color:rgb(80,80,80);
}

.subcontent-unit .downloads dd {
	text-align: left;
	padding-left: 25px;
	margin-top: 2px !important;
	margin-top: 2px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:rgb(80,80,80);
}

.subcontent-unit .downloads p {
	font-size: 110%;	
}
.downloads p {
	margin-right: 20px;
}

/********* Quick-Links **********
 * copied in most parts from hbm's css/esg_text.css (dt/dd-tags) and
 * adopted to h-tags and p-tags
 */

.qlinks {
	width:230px;
}
.qlinks h3 {
	font-size: 100% !important;
	text-transform:uppercase;
	border-bottom: none !important;
	padding-top:8px;
	padding-bottom: 0px !important;
}
.qlinks h4 {
	color: #505050;
	font-size: 100% !important;
	list-style: none;
	border-top:1px dashed #C2C9CE;
	padding-top:8px;
	margin-right: 20px;
	margin-top: 8px;
}
.qlinks p {
	margin-right: 20px;
	font-size: 100% !important;
}

.qlinks h1 {
	margin-bottom: 10px !important;
}

.downloads {
	width:230px;
	margin-bottom: 10px;
}
.downloads h3 {
	font-weight: bold;
	color: #07B3F5 !important;
	text-transform:uppercase;
	border-bottom: none !important;
	padding-top:8px;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.downloads h4 a {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
.downloads h4 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%; 
	font-weight: bold;
	color: #505050;
}

.downloads h4 img {
/*
	clear: none;
   schoen im firefox:
	vertical-align: sub;
 */
	float: none !important; 
	margin-right: 3px !important; 
	padding-right: 0px !important; 
	margin-bottom: 0px !important;
	vertical-align: middle;
}

/********************/
/*  TEASER AREA  */
/********************/
.teaser-section {
	clear: both;
	margin: 0 0;
	position: relative;
	width: 460px;
	height: 120px;

/*	background: #f5f4f2; */
	overflow: hidden;
}

.teaser-section img {
	position: absolute;
	bottom: 0;
	border: 0;
}

.teaser_0 {
	float: left;
	margin-left: 18px !important;
	margin-left: 18px;
	margin-right: 6px;
	position: relative;
	width: 400px;
	height: 90px;
}

.teaser_1 {
	float: left;
	margin-left: 18px !important;
	margin-left: 18px;
	margin-right: 6px;
	position: relative;
	width: 200px;
	height: 90px;
}

.teaser_2 {
	float: left;
	margin: 0 12px;
	position: relative;
	width: 200px;
	height: 90px;
}
