body { 	
	margin:0px;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#03206B; 
	background-image:url(images/bkg.gif);
	text-align:center;

}

a {
	color:#001D69;
}


p,ul,ol,table {
	margin-bottom:15px;
}

div.error, p.error {
	color:#FF0000;
	font-weight:bold;
}

.highlight {
	color:#FF6600;
}

table {
	border-collapse:collapse;
	/*font-size:11px;*/
}

table td {
	padding:0;
}

form {
	padding:0;margin:0;
	border: 0px;
	
}

img {
	border:0;
}

input,select,textarea {
	font-family:Arial, sans-serif;
	font-size:12px;

}

/* Haupttabelle */
#main {
	margin-left:auto;
	margin-right:auto;
	width:913px;
	height:500px;
}

#main .left {
	width:11px;
	background-color:white;
}

#main .center {
	width:auto;
	width:882px;
	background-color:white;
	text-align:left;
	vertical-align:top;
}

#main .right {
	background-image:url(images/main_shadow_right.gif);
	background-repeat:repeat-y;
	width:20px;
}

#main .bottom {
	background-image:url(images/main_shadow_bottom.gif);
	background-repeat:no-repeat;
	height:49px;
}

/* Hintergrundbereiche */
#main_header {
	height:70px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#main_header2 {
	height:170px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
}

#main_header2_2 {
	height:170px;
	
}

#main_header3 {
	height:66px;
	width:882px;
	background-image:url(images/header3.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
	overflow:hidden;
	position:relative;
}

#main_header3 h1 {font-size:12px; margin: 0px;}

#main_header3_2 {
	height:30px;
	line-height:30px;
	padding-left:0px;
	font-size: 11px;

}

#main_header3_2  a {
	color:#001D69;
	vertical-align:middle;
	
}


/* Infofelder */
div#main_info {
	width:294px;
	margin-top:6px;	
}

#main_info p{
	
}

/*
#main_header3 div {
	margin-top:6px;	
	float:left;
	width:294px;
	height:47px;
}

#main_header3 div img {
	float:left;
	margin-right:5px;
	margin-top:2px;

}


*/

/* Separator */
.main_separator {
	height:1px;
	background-image:url(images/main_separator.gif);
	background-repeat:no-repeat;
	margin-bottom:30px;
}

/* Menüs */
#main_menu {
	height:30px;
	background-image:url(images/main_menu_bkg.gif);
	background-repeat:repeat-x;
	margin-bottom:13px;
	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;
}

#main_menu2 .active {
	color:#FF6600;
	background-image:url(images/main_menu2_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
}


/* Javascript Hauptmenü */
div.mainmenu {
	padding:10px 25px 10px 10px;
	background-color:#ffffff;
	z-index:1000;	
	font-size: 11px;
}

div.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%;
}

div.mainmenu .hasItems {
	
}

div.mainmenu .hover {
	color:#FF6600;
	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
}

div.mainmenu .active {
	color:#FF6600;
	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
}

div.mainmenu .marked {
	color:#FF6600;
	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* Untermenüs */
div.mainmenu_sub {
	border:1px solid #003F85;
	
}

div.mainmenu_first_sub{
	min-width:150px;
	border-left:1px solid #003F85;
	border-right:1px solid #003F85; 
	border-bottom:1px solid #003F85;
}


/* Horizontales Hauptmenü */
div.mainmenu_horizontal {
	width:100%;

}

div.mainmenu_horizontal .item {
	display:inline-block;
	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;
}

div.mainmenu_horizontal .hover {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;


	background-position:left;
	color:#FF6600;
}

div.mainmenu_horizontal .hasItems {

}

div.mainmenu_horizontal .active {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}

div.mainmenu_horizontal .marked {
	background-color:#FFFFFF;
	background-image:url(images/main_menu_separator_m.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FF6600;
}

/* Suchfeld */ 
#main_search {
	margin-top:18px;
	margin-left:632px;
	width:235px;
	height:20px;
	line-height:20px;
	

}

#main_search .input {
	margin-top:4px;
	border:0px solid #FFFFFF;
	width:117px;
	height:12px;
}

#main_search .submit {
	margin-top:0px;
	width:22px;height:20px;
}

/* Tabulator */

.tab_frame{
	
	display:inline-block;
	width:638px;
	padding-left:35px;
	float:left;
}

.tab_frame table {
	margin-bottom:0px;
}


.tab {
	color:#FFFFFF;
	font-weight:bold;
	vertical-align:middle;
	border-collapse:separate;
	border-left:1px solid #CCCCCC;
	width:100%;
}


.tab_header {
	height:22px;
	
}

.tab_header td {
	line-height:22px;
	text-align:center;
	white-space:nowrap;	
}

.tab_slider_separator {
	width:4px;
	height:22px;
	background-image:url(images/tab_slider_separator.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
}

.tab_slider_separator2 {
	width:4px;
	height:22px;
	background-image:url(images/tab_slider_separator2.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
}

.tab_slider_separator3 {
	width:4px;
	height:22px;
	background-image:url(images/tab_slider_bkg_marked.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.tab_slider_shadow_right {
	width:100px;
	height:22px;
	background-image:url(images/tab_slider_shadow_right.gif);
	border-bottom:1px solid #CCCCCC;
	background-repeat:no-repeat;
	background-position:left;
}

.tab_slider_marked {
	height:22px;

	background-image:url(images/tab_slider_bkg_marked.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:1px solid #FFFFFF;
	color:#001D69;
	padding-left:20px;
	padding-right:20px;
}


.tab_slider {
	height:22px;
	background-image:url(images/tab_slider_bkg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-bottom:1px solid #CCCCCC;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}

.tab_shadow_right {
	width:9px;
	background-image:url(images/tab_shadow_right.gif);
	vertical-align:top;
}

.tab_shadow_bottom {
	height:9px;
	background-image:url(images/tab_shadow_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
}

.tab_content {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-image:url(images/tab_content_bkg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#03206B;
	vertical-align:top;
	text-align:left;
	padding-top:15px;
	padding-bottom:10px;
	font-weight:normal;
	height:300px;
}

.tab_content_symbol {
	width:50px;
	padding-left:10px;
	text-align:center;
	float:left;
}

.tab_content_text {
	padding-left:10px;
	padding-right:10px;
}

#tab_slider_content h1,h2, h3, h4 {
font-size: 12px;
}

#tab_slider1_content{padding: 0px 10px 0px 10px;}
#tab_slider2_content{padding: 0px 10px 0px 10px;}
#tab_slider3_content{padding: 0px 10px 0px 10px;}
#tab_slider4_content{padding: 0px 10px 0px 10px;}

.tab_content_text2 {
	float:left;
	padding-top:3px;
	padding-left:20px;
}

.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;
}



/* Rechter Infokasten */
.info_box_frame {
	/* width:162px; */
	float:left;
	margin-right:15px;
	font-size: 11px;
}

.info_box {
	width:162px;
	border:1px solid #CCCCCC;
	text-align:left;
	font-size: 11px;

}

.info_box2 {
	width:162px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	font-size: 11px;
}

.info_box_sub {
	margin-top:5px;
	margin-bottom:10px;
}

.info_box_header {
	background-image:url(images/box_header.gif);
	height:19px;
	vertical-align:middle;
	color:#001D69;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	line-height:19px;
}

.info_box_header2 {
	background-image:url(images/box_header3.png);
	height:21px;
	vertical-align:middle;
	color:#001D69;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	line-height:21px;
}


.info_box_header_link {
	background-image:url(images/box_header3.png);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:middle;
	color:#001D69;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	line-height:21px;
	cursor:pointer;
}

.info_box_header_link a {
	text-decoration:none;
}

.info_box_header_link a:hover {
	text-decoration:none;
	color:#ff6600;
}

.info_box_header_link2 {
	font-size:10px;
	background-image:none;
	vertical-align:middle;
	color:#001D69;
	font-weight:bold;
	padding-right:10px;
	background-image:url(images/main_menu_bullet.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:2px 5px 2px 15px;
	margin-left:5px;
}



.info_box_header_link2 .marked {
	color:#FF6600;
	background-image:url(images/main_menu_bullet_m.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.info_box_header_link2 a {	
	text-decoration:none;	
}

.info_box_header_link2 a:hover {	
	text-decoration:none;
	color:#FF6600;	
}

.submarked {
	color:#ff6600;
	
}

.info_box_content {
	padding:20px 10px 20px 10px;

}

.info_box_content2 {
	padding:0px 10px 20px 10px;
	background-image:url(images/box_content_bkg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#DADFE3;
}

.info_box_shadow_right {
	width:6px;
	background-image:url(images/box_shadow_right.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.info_box_shadow_bottom {
	height:9px;
	background-image:url(images/box_shadow_bottom.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
}


.info_box_shadow_bottom_right {
	width:6px;
	background-image:url(images/box_shadow_bottom_right.gif);
	background-repeat:repeat-x;
	background-position:top;
}


.info_box_p {
	margin-bottom:5px;
}

#linke_spalte{
width: 162px;
float:left;	
margin-right:15px;

}

/* Hauptinhalt / Text */
#main_content {
	float:left;
	padding-left:10px;
	padding-right:32px;
	padding-bottom:15px;
	width:640px;
	line-height:1.4;

}

#main_content table td {
	padding:3px;
}

#main_content ul {
	list-style-image:url("images/list_bullet.gif");
}



/* 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;
}

.prefix_span {
	width:40px;
	display:inline-block;

}

h1 {
	font-size:12px;
	margin-top:3px;
	margin-bottom:20px;
}

/* EDIT STEFAN 15.07.2009 Job-Portal */

.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;}

.partner_list_table {
border: 1px solid #ccc;	
	font-size:11px;
	width:100%;
}

.referenz_list_table {
	margin-left: 10px;
border: 1px solid #ccc;	
	font-size:11px;
	width:750px;
}
.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;	
}

.formular {
	/*padding: 3px 0px 3px 0px;
	width: 300px;
	display: block;
	border: solid 1px #c6c6c6;
	border: 0px;*/
	}




.contentbox {
	background:url(images/box_header.gif) repeat-x top;
	color:#001D69;
	padding:10px;
	
	border:1px solid #CCCCCC;
	text-align:left;
	font-size: 12px;
	
}

.contentbox h1 {
	font-size:12px;
	margin-top:3px;
	margin-bottom:20px;
}

/* 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;
}