div.ocms_de_norm {
  height: 1px !IMPORTENT;
}

/* INSET site CSS styles */

/* global body settings */
body.main { text-align: center; }
body { background-color: white; }

div.overall {
	border: solid 0px #FFFFFF;
	width: 100%;
	height: 100%;	
}

/**********************************************************/
/* top_bar */

.top_column_left {
 width: 190px;   
}

.top_column_center {
 width: 635px;
 overflow: hidden;
}

.top_column_right {
 width: 151px;
 vertical-align: center;
  
}

div.top_bar {
    margin: 0 auto;
	overflow: auto;
    width: 976px;
}

table.top_bar {
    padding: 0px; 
	width: 100%; 
	table-layout:fixed;
	
}

img.top_bar_logo {
    width: 155px;
    height: 72px;
}

.top_bar_banner {
  width: 635px;
  height: 105px;
}

div.top_banner {
    display: block;
    margin: 0; 
    padding: 0;
    vertical-align: middle;
    float: left;
}

img.top_banner_img {
    width: 76px;
    height: 76px;
    border: 0px;
}

a.top_banner_img { color: #FFFFFF; text-decoration: none; }

table.top_language {
  font-size: 11px;
  font-family:Arial;
  text-align: center;
  color: #999999;
  margin: 0 auto;
  vertical-align: center;
  
}

td.top_language {
    width: 33%;
    vertical-align: top;
}

div.font {
    vertical-align: top;
    padding: 2px;
}

td.top_country {}

.font { vertical-align: center;}
.font_small { vertical-align: center;}
.font_large{ vertical-align: center;}

a.font_small {
    font-size:8px; 
    text-decoration: none;
    color: #999999;
}
a.font {
    font-size:10px; 
    text-decoration: none;
    color: #999999;
}
a.font_large {
   font-size:12px;
   text-decoration: none; 
   color: #999999;
}

a.font_small_active {
    font-size:8px; 
    text-decoration: underline;
    color: #999999;
}
a.font_active {
    font-size:10px; 
    text-decoration: underline;
    color: #999999;
}
a.font_large_active {
   font-size:12px;
   text-decoration: underline; 
   color: #999999;
}

a.language {
  font-size: 11px;
  font-family:Arial;
  text-align: center;
  color: #999999;
  vertical-align: center;
  text-decoration: none;
}

a.language_active{
  font-size: 11px;
  font-family:Arial;
  text-align: center;
  color: #999999;
  vertical-align: center;
  text-decoration: underline;
}

a.top_country { color: #999999; text-decoration: none; }
a.top_country_active { color: #999999; text-decoration: underline; }

/**********************************************************/
/* main layout table */

div.main {
    margin: 0 auto;
	overflow: auto;
    width: 976px;
}

table.main {
    padding: 0px; 
	margin: 0px;	
	width: 976px;  
	table-layout:fixed
	height: 100%;
    overflow: hidden;
}

.main_column_left {
 width: 190px;
 vertical-align: top;
 padding: 4 0 0 0;
 overflow: hidden;
}

.main_column_center {
 width: 533px;
 border-left: dotted 1px #999999;
 border-right: dotted 1px #999999;
 vertical-align: top;
 padding: 11 5 5 5;
 overflow: hidden;
}

.breadcrumb_column_center {
 width: 533px;
 vertical-align: center;
 padding: 5 5 5 5;
}

.main_column_right {
 width: 253px;   
 padding: 2px;
 vertical-align: top;
}

/**********************************************************/
/* breadcrumb */
a.breadcrumb {
  color: #268232; 
  font-size: 12px;
  font-weight: normal;
  font-family:Arial;
  text-decoration: none;
  vertical-align: center;
  text-align: left;
}

tr.breadcrumb {
 height: 10px;   
}

div.breadcrumb {
  margin: 0px; 
  padding-left: 5px;
  vertical-align: center;
  text-align: left;
  min-height: 10px; 
}

/**********************************************************/
/* left navigation column */

#bluemenu a{
  font-family: Arial;
  padding-top: 4px;
  display: block;
  width: 100%;
  text-decoration: none;
  vertical-align: middle;
}

html>body #bluemenu a{ /*Non IE rule*/
  width: auto;
}

#bluemenu a:hover{
  background-color: #F2F2F2;
  padding-top: 4px;
  vertical-align: middle;
}

a.navleft_blue {
  color:  #002C66;
  font-weight: bold;
}
a.navleft_blue_hover {
  color:  #002C66;
  font-weight: normal;
}
a.navleft_green {
  color: #268232; 
  font-weight: normal;
}
a.navleft_green_hover {
  color: #268232; 
  font-weight: normal;
}

a.navleft_blue_nested {
  color:  #002C66;
  font-weight: normal;
} 
a.navleft_blue_nested_hover {
  color:  #002C66;
  font-weight: normal;
}
a.navleft_green_nested {
  color: #268232; 
  font-weight: normal;
}
a.navleft_green_nested_hover {
  color: #268232; 
  font-weight: normal;
}


a.navleft:link   { text-decoration: none;  }
a.navleft:visited{ text-decoration: none;  }
a.navleft:hover  { text-decoration: none;  }
a.navleft:active { text-decoration: none;  }

img.navleft {
  border: solid 0px white;
}

/* submenu prefix without arrow image */
div.navleft_prefix {
 padding-left: 18px;
 font-weight: normal;
}

/**********************************************************/
/* news elements*/
div.news {
  background-repeat:repeat-y;
  background-position: top center;
  border-top: dotted 1px #999999;
  padding-top: 10px;
}
/* HEADLINE */
.news_title {
	font-size: 12px;
	font-weight: bold;
	color: #268232;
	font-family:Arial;
    padding: 0px;
    margin: 0px;
}

.news_arrow {
    border: 0px;
    margin-right: 5px;
}

/* CONTENT */
.news_content {
	font-size: 11px;
	color: black;
	font-family:Arial;
	padding: 0px;
    margin: 0px;
}

.news_content p {
   display: inline;
}
/* Date */
.news_date {
    font-weight: normal;
	font-size: 11px;
	color: 268232;
	font-family:Arial;
	padding: 0px;
    margin: 0px;
}

a.news_title:link   { text-decoration: none; }
a.news_title:visited{ text-decoration: none; }
a.news_title:hover	{ text-decoration: underline; }
a.news_title:active	{ text-decoration: none; }

/* IMAGE */
.news_image {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.news_spacer {
    height: 20px;
}

/**********************************************************/
/* news overview elements*/
div.news_overview {
    padding: 0 5;
    font-family: Arial;
}
/* HEADLINE */
.news_overview_title {
	font-weight: bold;
	color: #268232;
    padding: 0px;
    margin: 0px;
}
/* CONTENT */
.news_overview_content {
	color: black;
	padding: 0px;
    margin: 0px;
    font-weight: normal;
}

a.news_overview_content:link   { text-decoration: none; }
a.news_overview_content:visited{ text-decoration: none; }
a.news_overview_content:hover	{ text-decoration: underline; }
a.news_overview_content:active	{ text-decoration: none; }

/* Date */
.news_overview_date {
    font-weight: normal;
	color: 268232;
	padding: 0px;
    margin: 0px;
}

a.news_overview_title:link   { text-decoration: none; }
a.news_overview_title:visited{ text-decoration: none; }
a.news_overview_title:hover	{ text-decoration: underline; }
a.news_overview_title:active	{ text-decoration: none; }

/* IMAGE */
.news_overview_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.news_overview_spacer {
    clear: both;
}

div.news_block {
	margin: 5 0; 
        font-size: 11px;
	color: black;
	font-family:Arial;
        font-weight: normal;

}
/**********************************************************/
/* teaser */
div.teaser {
    vertical-align: top;
    margin: 0 0;
    padding: 0px;
}

div.teaser_overall {
    padding: 0 5;
}

td.teaser_img {
    margin: 0px;
    padding: 0px;
    border 0px;
}

img.teaser_img {
    width: 117px;
    height: 117px;
    border 0px;
}
a.teaser_img:link   { color: #FFFFFF; text-decoration: none; }
a.teaser_img:visited{ color: #FFFFFF; text-decoration: none; }
a.teaser_img:hover	{ color: #FFFFFF; text-decoration: none; }
a.teaser_img:active	{ color: #FFFFFF; text-decoration: none; }

td.teaser {
  	width: 411px;
    padding: 0 5;
    margin: 0px;
}

table.teaser_table {
  font-family: Arial; 
  vertical-align: top;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-repeat:no-repeat;
  background-position: center center;
  height: 117px;
}

td.teaser_table {
    vertical-align: top;
    padding: 2 10;
}

div.teaser_title {
  font-size: 12px;
  color: #268232;
  font-family: Arial; 
}

a.teaser_title {
    font-weight: bold;
    text-decoration: none;
}
a.teaser_title:link   { color: #268232; text-decoration: none; }
a.teaser_title:visited{ color: #268232; text-decoration: none; }
a.teaser_title:hover	{ color: #268232; text-decoration: underline; }
a.teaser_title:active	{ color: #268232; text-decoration: none; }

a.teaser_text {
  font-size: 12px;
  font-family: Arial;
}

a.teaser p {
  display: inline;
}

a.teaser_text:link   { color: black; text-decoration: none; }
a.teaser_text:visited{ color: black; text-decoration: none; }
a.teaser_text:hover	{ color: black; text-decoration: underline; }
a.teaser_text:active	{ color: black; text-decoration: none; }

div.teaser_text p { display: inline;}

div.teaser_spacer {
    height: 10px;   
}
/**********************************************************/
/* main layout table */
div.content {
 padding: 0 5;   
}
/* HEADLINE */
.content_headline {
	font-size: 14px;
	font-weight: bold;
	color: #268232;
	font-family:Arial;
	min-height: 12px; 
}
/* DATE */
.content_date {
    font-size: 11px;
	color: #268232;
	font-family:Arial;
	margin: 0 0 0 0;
	padding: 0px;
}

/* CONTENT */
.content_content {
	font-size: 11px;
	color: black;
	font-family:Arial;
	margin: 0 0 0 0;
	padding: 0px;
        font-weight: normal;
}

/* LINK */
.content_link {
	font-size: 11px;
	color: black;
	font-family:Arial;
	margin: 0 0;
	padding: 0px;
    height: 12px;
}
a.content_link:link   { color: #268232; text-decoration: none; }
a.content_link:visited{ color: #268232; text-decoration: none; }
a.content_link:hover	{ color: #268232; text-decoration: underline; }
a.content_link:active	{ color: #268232; text-decoration: none; }

/* IMAGE */
div.content_image {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
    overflow: hidden;
}

img.content_image {
}

div.content_seperator {
    clear: both;
    height: 2px;
}
/**********************************************************/
/* Kunden */

div.kunden {
 padding: 0 5;   
}

div.kunden_kunden {
	font-size: 12px;
	color: black;
	font-family:Arial;
	margin: 2 0;
	padding: 0px;
}

a.kunden_kunden:link   { color: black; text-decoration: none; }
a.kunden_kunden:visited{ color: black; text-decoration: none; }
a.kunden_kunden:hover	{ color: black; text-decoration: underline; }
a.kunden_kunden:active	{ color: black; text-decoration: none; }

.kunden_partner_seperator{
    clear: both;
    height: 10px;
}

table.partner {
  text-align: center;
  vertical-align: center;
}


td.partner {
  text-align: center;
  vertical-align: center;
}

td.partner_header {
  text-align: center;
  vertical-align: center;
  font-size: 12px;
  font-family:Arial;
  color: #268232; 
  font-weight: normal;
  background-color: #F2F2F2;
}

img.partner {
    border: 0px;
	margin: 10px;
	padding: 0px;
}

a.partner_img {
  font-size: 12px;
	color: black;
	font-family:Arial;
	margin: 2 0;
	padding: 0px;
  text-align: center;
  vertical-align: center;
}

a.partner_img:link   { color: black; text-decoration: none; }
a.partner_img:visited{ color: black; text-decoration: none; }
a.partner_img:hover	{ color: black; text-decoration: none; }
a.partner_img:active	{ color: black; text-decoration: none; }

a.partner {
  font-size: 12px;
	color: black;
	font-family: 'Arial',Helvetica,Sans-Serif;
	margin: 2 0;
	padding: 0px;
  text-align: center;
  vertical-align: center;
}

a.partner:link   { color: black; text-decoration: none; }
a.partner:visited{ color: black; text-decoration: none; }
a.partner:hover	{ color: black; text-decoration: underline; }
a.partner:active	{ color: black; text-decoration: none; }

div.partner_text {
  display: block;
  float: left; 
  vertical-align: top; 
  margin-left: 40px;
  margin-top: 10px; 
  margin-bottom: 10px; 
}

/**********************************************************/
/* Jobs */
div.jobs {
 padding: 0 5;   
}

.jobs {
	font-size: 12px;
	color: #268232;
	font-family:Arial;
	margin: 2 0;
	padding: 0px;
	font-weight: bold;
	margin: 2 0;
}

a.jobs:link   { text-decoration: none; }
a.jobs:visited{ text-decoration: none; }
a.jobs:hover	{ text-decoration: underline; }
a.jobs:active	{ text-decoration: none; }
/**********************************************************/
/* Ad */
.ad {
 text-align: center;
 border: 0px;
}

a.ad{}

div.ad_spacer {
 height: 20px;
}
/**********************************************************/
/* login */

.login {
  font-size:10px;
  font-family:Arial;
  text-align: center;
  color: #999999;
}

.map {
    text-align: center;
    color: #FFFFFF;
    border: 0px;
}

input.input_login {
  display: block;
  font-size: 10px;
  font-family:Arial;
  text-align: center;
  color: #999999;
  background-color: white;
  width: 100%;
  border: 1px solid;
}

div.input_login {
  text-align: center;
  padding: 0 22;
}

input.input_button {
  font-size: 10px;
  font-family:Arial;
  text-align: center;
  color: #999999;
}

div.input_button {
  text-align: center;
}

div.contact {
  margin: 0px;
  padding-left: 22px;
  font-size: 11px;
  color: black;
  font-family:Arial;
  background-repeat:repeat-y;
  background-position: top center;
  width: 100%;
  text-align: left;
}

table.form_contact {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
}

tr.form_contact {

}

td.form_contact {
    font-family: Arial; 
    font-size: 11px;
    color: black;
}

.form_contact_text {
    font-family: Arial; 
    font-size: 11px;
    color: black;
}

#bpm_form td {
    font-family: Arial; 
    font-size: 11px;
    color: black;
}

#bpm_form input {
    font-family: Arial; 
    font-size: 11px;
    color: black;
}
/**********************************************************/
/* impressum */

div.impressum {
  text-align: right;
  padding-right: 22px;
}
.impressum {
  font-size: 11px;
  font-family:Arial;
  color: #999999;  
}

a.intranet {
  font-size: 11px;
  font-family:Arial;
  color: #999999;
}
