body { 	
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#03206B; 
	background-image:url(images/bkg.gif);
}

a {
	color:#001D69;
}


p,ul,ol,table {
	margin-bottom:15px;
}

div.error, p.error, span.error {
	color:#FF0000;
	font-weight:bold;
}

.highlight {
	color:#FF6600;
}

table {
	border-collapse:collapse;
}

table td {
	padding:0;
}

form {
	padding:0;
	margin:0;
}

img {
	border:0;
}

input,select,textarea {
	font-family:Arial, sans-serif;
	font-size:12px;
}




/* Separator */
.main_separator {
	height:1px;
	background:url(images/main_separator.gif) no-repeat;
	margin-top:15px;
	margin-bottom:30px;
}

.main_separator2 {
	height:1px;
	background:url(images/main_separator.gif) no-repeat;
	margin-top:4px;
	margin-bottom:30px;
}


/* Menu */
#main_menu {
	height:30px;
	background:url(images/main_menu_bkg.gif) repeat-x;
	margin-top:53px;
	position:relative;
	margin-bottom:13px;
	z-index:999;
}

#main_menu ul {
	padding:0;
	display:inline;
}

#main_menu ul li {
	display:inline-block;
	float:left;

}

#main_menu ul li a {
	display:inline-block;
	text-decoration:none;
	height:30px;
	padding-left:12px;
	padding-right:12px;
	vertical-align:middle;
	line-height:30px;
	font-weight:bold;
	color:#001D69;
	cursor:pointer;
	background-image:url(images/main_menu_separator.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#main_menu ul li a:hover {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}


#main_menu ul li a.marked {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}


#main_menu2 {
	margin-left:456px;
	width:412px;
	text-align:right;
	white-space:nowrap;
}

#main_menu2 a {
	font-size:10px;
	line-height:17px;
	text-decoration:none;
	vertical-align:middle;
	background-image:url(images/main_menu2_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;
	margin-left:6px;
	color:#001D69;
}

#main_menu2 a:hover {
	color:#FF6600;
	background-image:url(images/main_menu2_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
}


/* Javascript Hauptmenü */
.mainmenu {
	padding:10px 25px 10px 10px;
	background-color:#ffffff;
	z-index:1000;	
	font-size: 11px;

}

.mainmenu .item {

	height:20px;
	line-height:20px;
	vertical-align:middle;
	cursor:pointer;
	color:#001D69;
	font-size:12px;
	white-space:nowrap;
	background-image:url(images/main_menu_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px; /* Absatz zum Bullet */
	width:100%;
}

.mainmenu .hasItems {
	
}

.mainmenu .hover {
	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
	display:inline-block;
}

.mainmenu .active {
	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}

.mainmenu .marked {

	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}

/* Untermenüs */
.mainmenu_sub {
	border:1px solid #003F85;
	
}

.mainmenu_first_sub{
	min-width:150px;
	border-left:1px solid #003F85;
	border-right:1px solid #003F85; 
	border-bottom:1px solid #003F85;
}


/* Horizontales Hauptmenu */
.mainmenu_horizontal {
	width:100%;

}

.mainmenu_horizontal .item {
	display:inline-block;
	height:30px;
	padding-left:12px;
	padding-right:12px;
	vertical-align:middle;
	line-height:30px;
	font-weight:bold;
	cursor:pointer;
	background-image:url(images/main_menu_separator.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#001D69;

}

.mainmenu_horizontal .hover {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;

	
	background-position:left;
	color:#FF6600;
}

.mainmenu_horizontal .hasItems {

}

.mainmenu_horizontal .active {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}

.mainmenu_horizontal .marked {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}



/* Formatierungen / Farben */
.blue {
	color:#001D69;
}

a.red_link {
	font-weight:bold;
	text-decoration:none;
	color:#FF6600;

}

a.blue_link {
	font-weight:bold;
	text-decoration:none;
	color:#001D69;
}

a.red_link_thin {
	text-decoration:none;
	color:#FF6600;

}

a.white_link {
	color:#FFFFFF;
}

/* Main frame */

.main_frame {
	width:919px;
	background:url(images/main_middle.png) repeat-y; 
	margin-left:auto;
	margin-right:auto;
}

.main_in_frame {
	padding-left:11px;
	padding-right:11px;

}

.main_frame_bottom {
	width:897px;
	height:24px;
	background:url(images/main_bottom.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-left:11px;
	padding-right:11px;
	

}

.header_frame {
	width:882px;

	background:url(images/header.png) no-repeat;
	position:relative;
}

.header_img {
	margin-top:13px;
	height:170px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
}

.carousel_frame {
	height:66px;
	width:882px;
	background-image:url(images/header3.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;

}

.carousel_frame h1 
{
	font-size:11px; 
	margin:0;
}

.carousel_frame {
	font-size:11px; 
} 

#main_info {
	width:294px;
	margin-top:6px;	
	float:left;
}


.search_box {
	width:180px;
	height:25px;

	right:75px;
	top:34px;
	position:absolute;
}

input.search_text {
	background:transparent;
	border:0;
	margin-left:5px;
	margin-top:3px;
	width:110px;
}

input.search_button {
	position:absolute;
	right:35px;
	top:1px;
	outline:none;
	margin:0;
	padding:0;
}

.search_ex_info {
	position:absolute;
	right:8px;
	top:37px;	
}

.search_ex_info a {
	color:#FFFFFF;
	font-size:11px;
}

.logo_link {
	position:absolute;
	left:10px;
	top:20px;
}

.content_frame {
	padding-left:20px;
	padding-right:20px;
	width:855px;
	display:inline-block;
}

.content_frame2 {
	padding-left:0px;
	padding-right:20px;
	width:855px;
	/*display:inline-block;*/
	padding-top:10px;
	padding-bottom:10px;

}


.align_left {
	margin-top:5px;
	width:200px;
	float:left;
}

.align_right {
	float:right;
	width:175px;
	display:inline-block;

}



/* Tabulator */
.tab_frame {
	display:inline-block;
	width:639px;
}

.tab_nav {
	border-left:1px solid #CCCCCC;
	display:inline-block;
	position:relative;
	height:20px;
}

.tab_nav_item {
	float:left;
	border-top:1px solid #CCCCCC;
}

.tab_nav_item_last {
	border-bottom:1px solid #CCCCCC;
	float:left;


}

.tab_nav_item a, .tab_nav_item a.unmarked  {
	line-height:20px;
	height:20px;
	display:inline-block;
	padding:0px 14px 0px 14px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	background:url(images/tab_nav.png) repeat-x;
	color:#FFFFFF;
	z-index:100;
}

.tab_nav_item a.marked  {
	background:none;
	background-color:#FFFFFF;	
	color:#03206B; 
	border-right:1px solid #CCCCCC;


}

.tab_nav_sep_end {
	width:8px;
	height:20px;
	background:url(images/tab_nav_end.png) no-repeat 0 1px;
	float:left;
	margin-top:1px;
} 

.tab_content {
	background:url(images/tab_content.png) repeat-y;
	width:639px;
	background-color:#FFFFFF;


}

.tab_content_text {


	background:url(images/tab_content_bottom.png) no-repeat 1px bottom;
	min-height:246px;
	padding:10px 15px 10px 10px;

}

.tab_content_text_in table td {
	font-size:9pt;
}

.tab_content_text h1 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 15px 0;
}



.tab_content_top {
	width:638px;
	height:14px;
	background:url(images/tab_content_top.png) no-repeat;
	margin-top:0px;
	display:inline-block;
} 


.tab_bottom {
	background:url(images/tab_bottom.png) no-repeat 0 top;
	width:639px;
	height:11px;
	display:inline-block;
}


/* Right box */
.menu_box_frame {
	width:175px;
	display:inline-block;
	padding-bottom:50px;
}

.menu_box_top {
	width:175px;
	height:27px;
	background:url(images/box2_top.png) no-repeat;
	display:inline-block;
}


.menu_box_header {
	width:162px;

	background:url(images/box2_header.gif) no-repeat 0px 0;
	background-color:white;
	display:inline-block;
	margin-left:1px;
	overflow:hidden;

}


.menu_box_header a {

	font-size:11px;
	padding-top:7px;
	padding-bottom:7px;
	outline:none;
	text-align:center;
	width:163px;

	display:inline-block;
	text-decoration:none;
	font-weight:bold;
}



.menu_box_content {
	margin-top:-1px;
	width:175px;
	background:url(images/box2_content.png) repeat-y;
	display:inline-block;
	position:relative;
}

.menu_box_content_text {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:15px;
	background:url(images/box2_content_bottom.png) no-repeat 0 bottom;
	font-size:11px;
	min-height:200px;
}

.prefix_span {
	display:inline-block;
	width:30px;
}

.menu_box_bottom {
	width:175px;
	height:11px;
	background:url(images/box2_bottom.png) no-repeat;
	display:inline-block;
}


/* Menu 2  */

.menu2_item {
	width:162px;

	background:url(images/box2_header.gif) no-repeat 0px 0;
	background-color:white;
	display:inline-block;
	margin-left:1px;


}

.menu2_item a {

	font-size:11px;
	padding-top:6px;
	padding-bottom:5px;
	outline:none;
	margin-left:15px;
	width:135px;
	overflow:hidden;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	word-wrap:break-word;
}

.menu2_item a:hover /*, .menu2_item a:focus */  {
	color:#FF6600;
}


.menu2_item a.marked, .menu2_item a.marked:link, .menu2_item a.marked:active, .menu2_item a.marked:hover, .menu2_item  a.marked:focus, .menu2_item  a.marked:visited {
	color:#FF6600;

}


.menu2_item_first {
	width:170px;

	background:url(images/box2_header_first.gif) no-repeat 0px 0;
	background-color:white;
	display:inline-block;
	margin-left:1px;
	overflow:hidden;

}

/* Menu 3 */

.menu3 {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:15px;
}

.menu3_item {
	
	margin-bottom:5px;

}


.menu3_item a, .menu3_item a:link, .menu3_item a:active, .menu3_item a:visited {
	font-size:11px;
	background:url(images/main_menu_bullet.gif) no-repeat 0px -4px;
	padding-left:15px;
	text-decoration:none;
	/* text-transform:uppercase; */
	display:inline-block;
	width:120px;
	overflow:hidden;
	outline:none;	
	word-wrap:break-word;
}

.menu3_item a:hover /* , .menu3_item a:focus  */ {
	color:#FF6600;
	background:url(images/main_menu_bullet_m.gif) no-repeat 0px -4px;
}

.menu3_item a.marked, .menu3_item a.marked:link, .menu3_item a.marked:active,.menu3_item a.marked:hover, .menu3_item  a.marked:focus, .menu3_item  a.marked:visited {
	color:#FF6600;
	background:url(images/main_menu_bullet_m.gif) no-repeat 0px -4px;
}

/* Root Menu */
.root_menu {
	height:25px;
	line-height:25px;
}

.root_menu a {
	font-size:11px;
}

/* Content */

.content_text {
	padding-bottom:50px;
	float:left;
	line-height:1.5;
	margin-left:30px;
	width:650px;
	/*overflow:hidden;*/
}

.content_text:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content_text_no_float {
	padding-bottom:50px;
	line-height:1.5;
	margin-left:30px;

}

.content_text h1 {
	font-size:14px;
	margin:0 0 10px 0;
	font-weight:bold;

}

.content_text h2 {
	font-size:12px;
	margin:0 0 10px 0;
	font-weight:bold;

}

.content_text h3 {
	font-size:11px;
	margin:0 0 10px 0;
	font-weight:bold;

}


h1.page_headline {
	font-size:14px;
	margin:0 0 20px 0;
	font-weight:bold;
	background:url(/fileadmin/template/images/icon1_neu.png) no-repeat 0px 7px;
	padding-left:35px;
	line-height:50px;
	vertical-align:middle;
}

/* iframes */

.iframe {
	width:840px;
	height:850px;
	border:0;
	padding:0;
}

.iframe_customer {
	width:100%;
}

* html .iframe_customer {
	margin-top:15px;
}

*+html .iframe_customer {
	margin-top:15px;
}

/* Newsletter */

#subscribe td {
	padding:0 5px 5px 0;
}

#subscribe input {
	width:200px;
	margin:0;
	font-size:12px;
	padding:0px;
}

#subscribe select {
	margin:0;
	font-size:12px;
	padding:0px;
}


#unsubscribe td {
	padding:0 5px 5px 0;
}

#unsubscribe input {
	width:200px;
	margin:0;
	font-size:12px;
	padding:0px;
}

#unsubscribe select {
	margin:0;
	font-size:12px;
	padding:0px;
}


/* Detailled search */

.tx-indexedsearch-searchbox select {
	width:200px;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
	width:200px;
}

.tx-indexedsearch-searchbox td {
	padding:0 6px 6px 0;
}

#tx_indexedsearch_extResume {
	margin-top:10px;
}

/* Customer reference */

.tx-dmmjobcontrol-pi1 {
	padding: 0 0 0 20px;
}

table.dmmjobcontrol_list_table td, table.dmmjobcontrol_list_table th {
	padding:10px;
}

.dmmjobcontrol_list_table {
	font-size:11px;
	width:100%;
}

.dmmjobcontrol_list_tr td {
	background-color:#eee;
}


.dmmjobcontrol_apply_link {
	color:red;
	font-size:17px;
}

.dmmjobcontrol_apply_table {
	margin: 0 0 0 20px;
	font-size:11px;
}

.dmmjobcontrol_apply_table td {
	padding:5px;
}

.dmmjobcontrol_apply_td_d {
	color: red;
	
}

.dmmjobcontrol_search_table td {
	padding: 5px 10px 5px 3px;
}
.dmmjobcontrol_search_table {
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}

.tx-dmmjobcontrol-pi1 h1 {
	margin: 20px 0 20px 0;
	font-size:20px;
	color:#FF6600;
}

.news-single-img {margin: 10px; float: left;}


/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px none #aaa;
	background-color: #fff;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 150px;
	font-weight: bold;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* indexed_search vogel 2010-08-13 */
.tx-indexedsearch-selectbox-sections,
.tx-indexedsearch-selectbox-media,
.tx-indexedsearch-selectbox-type,
.tx-indexedsearch-selectbox-order {
	width: 200px;
}	


.partner_list_table {
	border: 1px solid #ccc;	
	font-size:11px;
	width:100%;
}

.partner_list_th {
	padding:10px 0 10px 3px;
	background: #f1f1f1;
}
.partner_list td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	
}

.partner_list tr {
	border-bottom: 1px solid #ccc;	
}

.tab_content_separator {
	clear:left;
	display:inline-block;
	background-image:url(images/tab_content_separator.png);
	background-repeat:no-repeat;
	height:1px;
	width:100%;
	margin-top:8px;
	margin-bottom:8px;
}

.contentbox{
	border: 1px solid #03206B;
	padding: 4px;
}

/* footer sitemap start */

.footerTree {
    border-top: 1px dotted #CCCCCC;
    clear: both;
    margin-top: 20px;
    padding-top: 15px;
    margin-right:15px;
    padding-bottom:10px;
}
.footerTree ul, .footerTree li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.footerTree_lvl1_item {
    border-right: 1px dotted #CCCCCC;
    float: left;
    height: 200px;
    margin-right: 6px;
    width: 141px;
}
li.footerTree_lvl1_item_last {
    border-right: medium none;
    margin-right: 0;
}
li.footerTree_lvl1_item span.footerTreeHeader {
    display: block;
    padding-bottom: 10px;
}
ul.footerTree_lvl2 {
    display: block;
    padding-left: 12px;
}
ul.footerTree_lvl2 li {
    display: list-item;
    list-style-image: url("images/minisitemap-bullet.png");
    list-style-position: outside;
}
.footerTree_lvl1_item a {
    color: #03206B;
    font-size: 11px;
    text-decoration: none;
}
.footerTree_lvl2_item a {
    color: #4B4B4C;
    font-size: 11px;
    text-decoration: none;
}
li.footerTree_lvl2_item {
    padding-right: 5px;
}
.footerTree a:hover {
    text-decoration: underline;
}
li.footercol_555 {
    width: 150px;
}
li.footercol_288 {
    width: 130px;
}

/* footer sitemap end */

#tabContainer {
    width:640px;
    float:left;
    margin-left:20px;
}
#productInfoContainer {
    width:185px;
    float:left;
    margin-left:10px;
}

#tabContainer hr {color: transparent; background-color: transparent; border: 1px dotted #717173; border-style: none none dotted; }

.tabPanelContent {
	line-height:1.5;
}
