/* css reset by phauke */
* {
	outline:none;
}

html, body {
	padding: 0;
	margin: 0;
	font-family:Helvetica,Arial;
	}
html {
	font-size: 1em;
	}
body {
	font-size: 100%;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	/*background-color:#d7cfc4;*/ /* bgfarbe vorher */
	/*background-color:#f4f2ef;*/
	background-color:#f8f8f6;
	overflow-x:hidden;
	}
a img, :link img, :visited img {
	border: 0;
	text-decoration:none;
	}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

textarea {
	font-family:Arial,Helvetica;
}

ul, li {
	margin:0;
	padding:0;
	list-style-type:none !important;
}

.cf {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.hideme {
	display:none;
}

*[disabled] {
	opacity:0.3;
}

/* reset end */

.top_header_bg_fixed {
	position:fixed;
	width:100%;
	height:68px;
	top:0;
	display:none;
	background-image:url(../img/navigation/navi_bg.png);
	background-repeat:repeat-x;
	z-index:999999;
}

.top_header_bg {
	position:absolute;
	width:100%;
	height:68px;
	top:0;
	display:block;
	/*background-image:url(../img/navigation/navi_bg.png);
	background-repeat:repeat-x;*/ /* wiieder rein fuer header_bg */
	z-index:99;
}

.toparea_arrow {
	position:relative;
	display:block;
	left:0;
	width:5px;
	height:7px;
	z-index:99;
	background-image:url(../img/navigation/toparea_arrow.png);
	background-repeat:no-repeat;
	top:3px;
	margin-right:5px;
}

.header {
	position:relative;
	width:915px;
	left:50%;
	margin-left:-457.5px;
	height:100px;
	z-index:999;
}

.header_clone {
	position:relative;
	width:915px;
	left:50%;
	margin-left:-457.5px;
	height:auto;
}

#content {
	/*position:absolute;*/
	position:relative;
	width:100%;
	height:auto;
	top:0;
}

#main_navi_fixed {
	position:fixed;
	z-index:999999;
	display:none;
	width:100%;
	height:299px;
	background-image:url("../img/navigation/main_navi_bg_real_new.jpg");
	background-repeat:repeat-x;
	background-position:center top;
	/*background-color:#F3F0EE;*/
	top:0;
}

.main_navi_fixed_bottom_shadow {
	position:absolute;
	display:block;
	width:100%;
	height:21px;
	bottom:0;
	background-image:url(../img/navigation/main_navi_shadow_new.png);
	background-repeat:repeat-x;
	background-position:center bottom;	
}

#main_navi {
	position:absolute;
	z-index:999999;
	/*display:block !important;*/
	display:none;
	width:100%;
	height:299px;
	background-image:url(../img/navigation/main_navi_bg_real_new.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	/*background-color:#F3F0EE;*/
	top:0;
}

.main_navi_bottom_shadow {
	position:absolute;
	display:block;
	width:100%;
	height:21px;
	bottom:0;
	background-image:url(../img/navigation/main_navi_shadow_new.png);
	background-repeat:repeat-x;
	background-position:center bottom;	
}

#main_navi table {
	display:block !important;
}

.main_navi_content {
	/*position:absolute;
	width:100%;*/
	display:block;
	width:820px;
	height:220px;
	position:relative;
	top:57px;
	left:35px;
	background:transparent;
}

.main_navi_dyn_content {
	position:relative;
	display:block;
	width:614px;
	height:165px;
	top:0px;
	left:175px;
}

.main_navi_content a {
	font-style:italic;
}

#main_navi_shadow {
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height:50px;
	background-image:url(../img/main_navi_shadow.png);
	background-repeat:no-repeat;
}

.navi_btn {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	top:32px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002f51;
	font-style:italic;
}

.navi_btn_fixed {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	top:32px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002f51;
	font-style:italic;
}

.navi_arrow {
	position:relative;
	display:block;
	width:18px;
	height:7px;
}

#footer {
	position:relative;
	display:block;
	width:974px;
	height:173px;
	left:50%;
	margin-left:-487px;
	margin-top:10px;
	z-index:9;
	background:transparent;	
}

#footer_header {
	position:relative;
	display:block;
	width:914px;
	height:auto;
	padding-left:30px;
	padding-right:30px;
}

#footer_header a {
	font-family:"Trebuchet MS",Arial;
	color:#393c47;
	font-size:13px;
	line-height:28px;
	margin-right:50px;
	text-decoration:none;
}

#footer_header a:hover {
	color:#db2491;
}

#footer_content {
	position:relative;
	display:block;
	font-family:"Trebuchet MS",Arial;
	width:974px;
	height:97px;
	background-image:url(../img/footer/footer_bg.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:5px;
}

.footer_navi_btn_holder {
	position:relative;
	font-family:"Trebuchet MS",Arial;
	color:#b5b3b3;
	font-size:13px;
	line-height:28px;
	float:left;
	background-image:url("../img/navigation/toparea_arrow.png");
	background-repeat:no-repeat;
	background-position:left;
	text-indent:10px;
}

.footer_navi_btn_holder a {
	font-family:"Trebuchet MS",Arial;
	color:#393c47;
	font-size:13px;
	line-height:28px;
	margin-right:50px;
	text-decoration:none;
}

.footer_navi_btn_holder a:hover {
	color:#db2491;
}

.footer_navi_btn_new {
	font-family:"Trebuchet MS",Arial;
	color:#284A63;
	font-size:13px;
	text-decoration:none;
}

.footer_navi_btn_new:hover {
	color:#db2491;
}

#footer_footer {
	position:relative;
	display:block;
	width:914px;
	height:auto;
	color:#9e9e9e;
	font-size:13px;
	font-family:"Trebuchet MS",Arial;
	line-height:28px;
	padding-left:30px;
	padding-right:30px;
}

.helv_test {
	font-family:'HelveticaNeueLTStd47LightConden',arial;
}

.hel_new_klein {
	font-family:'HelveticaNeueLTStd47LightConden',arial;
	font-size:20px;
	line-height:1em;
	color:#2c2c2c;
	letter-spacing:-1px;
}

.hel_new_12 {
	font-family:'HelveticaNeueLTStd47LightConden',arial;
	font-size:12px;
	line-height:1em;
	color:#fff;
	letter-spacing:1px;
}

.hel_new {
	font-family:'HelveticaNeueLTStd47LightConden',arial;
	font-size:33px;
	line-height:33px;
	color:#878787;
	letter-spacing:-1px;
	height:33px;
	text-decoration:none;
}

.hel_new_20 {
	font-family:'HelveticaNeueLTStd47LightConden',arial;
	font-size:20px;
	line-height:20px;
	letter-spacing:-1px;
	height:20px;
	text-decoration:none;
}

.hel_new_25 {
	display:block;
	font-family:'HelveticaNeueLTStd47LightConden',arial;
	font-size:25px;
	line-height:25px;
	color:#4c4b4b;
	letter-spacing:-1px;
	height:25px;
	text-decoration:none;
}

.hel_new_25_lightgrey {
	display:block;
	font-family:'HelveticaNeueLTStd47LightConden',arial;
	font-size:25px;
	line-height:25px;
	color:#878787;
	letter-spacing:-1px;
	height:25px;
	text-decoration:none;
}

.hel_new_25_lightgrey:hover {
	color:#AA04AC;
	cursor:pointer;
}

.hel_new_23 {
	font-family:"Trebuchet MS",Arial;
	font-size:13px;
	line-height:13px;
	color:#002f51;
	letter-spacing:normal;
	height:27px;
	text-decoration:none;
	font-style:normal !important;
    margin-top:-10px;
}

.tiptip_content cufon canvas {
	/*opacity:0.3;*/
}

.tiptip_content_active cufon canvas {
	opacity:1 !important;
	color:#db2491 !important;
}


#sub_content {
	position:relative;
	width:916px;
	height:auto;
	left:50%;
	margin-left:-458px;
	top:-123px;
}

.logo_swapper_holder {
	position:relative;
	width:916px;
	height:66px;
	left:50%;
	margin-left:-458px;
	display:block;
	text-align:left;
	border-top:1px solid #cbc8c1;
	border-bottom:1px solid #cbc8c1;
}

.logo_swapper {
	position:absolute;
	width:916px;
	height:66px;	
	display:block;
	/*background-image:url(../img/logo_swapper_1.png);
	background-repeat:no-repeat;*/
}

.logo {
	position:absolute;
	display:block;
	width:179px;
	height:36px;
	top:17px;
	margin-left:0px;
	cursor:pointer;
}

#main_navi a:hover {
	color:#AA04AC;
}

.main_navi_btn {
	cursor:pointer;
}

.main_navi_btn_active {
	color:#AA04AC;
}

.centered_content_fix_width {
	position:relative;
	width:985px;
	height:auto;
	left:50%;
	margin-left:-492.5px;
	text-align:center;
}

.sl_con {
	text-align:center;
}

.loch_layer {
	display:none;
	position:absolute;
	top:0;
	width:1920px;
	height:688px;
	left:50%;
	margin-left:-960px;
	background-image:url(../img/loch_layer.png);
	background-repeat:no-repeat;
	z-index:99;
}

.centered_content_fix_width_history {
	position:relative;
	width:916px;
	height:auto;
	text-align:center;
	left:50%;
	margin-left:-458px;
}

.centered_content_fix_width_inhaber {
	position:relative;
	width:916px;
	height:auto;
	left:50%;
	margin-left:-458px;
	right:0;
	margin-top:163px;
}

.xing_profil_link {
	position:relative;
	width:80px;
	height:15px;
	left:0;
	top:11px;
	background-image:url(../img/inhaber/xing_profil_icon.jpg);
	background-repeat:no-repeat;
	display:block;
}

.start_text {
	position:relative;
	display:block;
	/*width:985px;*/
	width:916px;
	height:152px;
	padding:0;
	margin:43px 0 0;
}

.inhaber_short_info {
	position:relative;
	display:block;
	width:264px;
	height:129px;
	padding:0;
	margin:0;
}

.ajax_loader {
	position:absolute;
	display:none;
	width:75px;
	height:8px;
	left:50%;
	top:250px;
	margin-left:-37.5px;	
	background-image:url(../img/ajax_loader.gif);
	background-repeat:no-repeat;
	z-index:999;
}

.sub_content_fix_width {
	position:relative;
	display:block;
	width:916px;
	height:275px;
	left:50%;
	margin-left:-470px;
	top:-119px;
}

/* video layer stuff */

#special_video_real {
	position:relative;
	display:block;
	width:940px;
	height:450px;
	left:50%;
	margin-left:-470px;
	z-index:9;
}

#specialcontent_load {
	width:43px;
	height:11px;
	left:-15px;
	position:absolute;
	top:50%;
	visibility:hidden;
	z-index:201;
}

#specialcontent_video {
	width:940px;
	height:100%;
	left:50%;
	margin-left:-470px;
	position:absolute;
	top:0;
	visibility:hidden;	
	z-index:999;
}

#specialcontent_blowup {
	left:50%;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:102;
}

#dimmer {
	background-color:#000000;
	height:100%;
	left:0;
	opacity:0.9;
	position:fixed;
	top:0;
	visibility:hidden;
	width:100%;
	z-index:101;
}

.hel_subarea_header {
	font-size:18px;
	color:#ffffff;
}

.hel_25px {
	color:#323232;
	font-size:25px;
}

.hel_25px_inhaber {
	color:#3f3f3f;
	font-size:25px;
}

.hel_35px {
	font-size:35px;
	color:#3f3f3f;
}

.hel_another_light_grey_25px {
	font-size:25px;
	color:#5e5e5e;
}

.pdf_dl_layer {
	display:block;
	position:absolute !important;
	right:0;
	width:414px;
	height:auto;
	/*background-image:url(../img/webprojekte/pdf_layer.png);
	background-repeat:no-repeat;*/
	z-index:99;
	text-align:left;
}

.pdf_layer_header {
	position:relative;
	display:block;
	top:0;
	width:414px;
	height:10px;
	background-image:url(../img/pdf_layer_header.png);
	background-position: center top;
	background-repeat:no-repeat;
}

.pdf_layer_content {
	position:relative;
	display:block;
	/*width:414px;*/ /* old width */
	width:390px;
	height:auto;
	background-image:url(../img/pdf_layer_content.png);
	background-repeat:repeat-y;
	padding-left:24px;
	padding-top:5px;
	padding-bottom:8px;
}

.pdf_layer_footer {
	position:relative;
	display:block;
	bottom:0;
	width:414px;
	height:10px;
	background-image:url(../img/pdf_layer_footer.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

.pdf_icon {
	display:block;
	position:absolute;
	width:34px;
	height:32px;
	background-image:url(../img/pdf_icon.png);
	background-repeat:no-repeat;
	z-index:100;
	right:30px;
	top:28px;
}

form td {
	position:relative;
	padding-bottom:8px;
}

form p {
	position:relative;
	margin:0;
	padding:0;
	font-size:30px;
	line-height:30px;
}

form input[type="text"] {
	border:0 none;
	border-bottom:1px solid #a8a8a8;
	background:transparent;
	/*background-color:#e5e0d9;*/
	font-size:22px;
	line-height:40px;
	text-indent:10px;
	color:#878787;
	font-family:arial;
	letter-spacing:-1px;
	width:439px;
	height:37px;
}

form textarea {
	border:1px solid #a8a8a8;
	background:transparent;
	/*background-color:#e5e0d9;*/
	line-height:40px;
	font-size:22px;
	text-indent:10px;
	color:#878787;
	font-family:arial;
	letter-spacing:-1px;
	width:914px;
	height:135px;
}

.required_note {
	font-size:17px;
	color:#878787;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height:1em;
}

label {
	position:absolute; 
	top:0;
	/*left:0;*/
	font-size:22px;
	line-height:40px;
	text-indent:10px;
	color:#B6B6B6;
}

.inhaber_slide_content {
	position:relative;
	width:auto;
	height:250px;
	overflow:hidden;
}

form input[type="submit"] {
	background:transparent;
	border:0 none;
}

#contact_submit {
	background:transparent;
	border:0 none;
	font-size:32px;
	text-align:right !important;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#315772;
	cursor:pointer;
}

.wrong_field {
	background-color:#ffe4b0 !important;
}

.contact_sent_note {
	position:absolute;
	display:none;
	width:568px;
	height:146px;
	left:50%;
	top:50%;
	margin-left:-284px;
	margin-top:-73px;
	/*background-color:#bfdaa8;*/
	background-image:url(../img/confirm_layer_bg.png);
	background-repeat:no-repeat;
	z-index:999;
	font-size:22px;
	font-family:Arial, Helvetica;
	text-align:center;
	color:#878787;
	padding-top:45px;
}

.errorpage_messages {
	color:#4f4f4f;
	font-size:24px;
	font-family:"Trebuchet MS",Arial;
}

.errorpage_messages a {
	color:#878787;
	text-decoration:none;
}

.errorpage_messages a:hover {
	color:#AA04AC;
}

.old_browser_messages {
	font-size:27px;
	color:#818181;
	text-align:left;
	display:block;
	font-family:Arial, Helvetica;
	letter-spacing:-1px;
	font-style:italic;
	line-height:29px;
	position:relative;
}

.old_browser_messages a {
	display:block;
	color:#878787;
	font-size:17px;
	text-align:center;
	text-decoration:none;
}

.old_browser_messages a:hover {
	color:#AA04AC;
}

.browser_link_active {
	color:#AA04AC !important;
}

.center_this {
	width:100%;
	position:relative;
	height:auto;
	text-align:center;
}

.inhaber_top_text {
	position:relative;
	display:block;
	width:916px;
	height:auto;
	margin-bottom:20px;
}

.inhaber_footer {
	width:916px;
	height:25px;
	position:relative;
	border-bottom:1px solid #878787;
	cursor:pointer;
}

.inhaber_footer_slide_btn {
	font-size:17px;
	color:#878787;
	font-family:"Trebuchet MS",Arial;	
	position:relative;
	bottom:-5px;
}

.text_left {
	text-align:left;
}

.text_right {
	text-align:right;
}

.new_arial {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS",Arial;
	font-size:13px;
	line-height:13px;
	letter-spacing:normal;
	/*font-style:italic;*/
	font-weight:100;
	color:#4f4f4f;
}

.new_arial table {
	color:#73006C;
}

.pdf_layer_arial {
	font-family:"Trebuchet MS",Arial;
	font-size:13px;
	line-height:13px;
	letter-spacing:normal;	
	font-weight:100;
	color:#4f4f4f;	
}

.pdf_layer_arial a {
	text-decoration:none;
}

.pdf_layer_arial table {
	color:#002f51;
}

.history_years_bg {
	display:block;
	position:absolute;
	z-index:9;
	width:1041px;
	height:143px;
	background-image:url(../img/historie/history_years_bg.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-520.5px;
	top:463px;
}

.bj_entry {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	overflow-x:visible;
	overflow-y:visible;
	overflow:visible;
}

.bj_entry_header {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	z-index:99;
}

.bj_entry_img {
	display:block;
	position:relative;
	width:700px;
	height:470px;
	z-index:9;
	top:-74px;
	left:-100px;
}

.bj_entry_content {
	display:block;
	position:absolute;
	width:414px;
	height:auto;
	top:30px;
	right:0;
}

.pdf_link {
	position:relative;
	color:#002f51;
	text-decoration:none;
}

.pdf_link:hover {
	color:#73006C;
}

.bj_entry_content td {
	line-height:18px;
}

.kb_slider {
	display:block;
	position:relative;
	width:274px;
	height:156px;
}

#kb_1 {
	display:block;
	position:relative;
	width:274px;
	height:156px;
}

#kb_2 {
	display:block;
	position:relative;
	width:274px;
	height:156px;
}

#kb_3 {
	display:block;
	position:relative;
	width:274px;
	height:156px;
}

.ecom_content_texts {
	position:absolute;
	display:block;
	width:895px;
	height:auto;
	left:373px;
	top:78px;
	z-index:99;
	text-align:left;
}

.ecom_content_text_info {
	position:relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
	line-height:24px;
	color:#4f4f4f;
	margin-bottom:13px;
	font-weight:bold;
}

.ecom_content_producttext {
	position:relative;
	display:block;
	font-family:Georgia,Arial;
	font-style:normal;
	font-size:24px;
	color:#8a4718;	
	line-height:29px;
	margin-bottom:42px;
}

.ecom_content_client_info {
	position:relative;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:13px;
	color:#4f4f4f;
	line-height:24px;
}

.video_close_btn {
	position:absolute;
	width:50px;
	height:20px;
	display:none;
	background-color:#f4f2ef;
	color:#000;
	-moz-border-radius:3px;
	z-index:99999;
	margin-left:-25px;
	margin-top:-10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}

/* fixing the history... */
.centered_content_fix_width_history .sl_con {
	/*position:absolute !important;*/
}

.history_text {
	display:block;
	position:relative;
}


.haltung_tag_img_right {
	display:block;
	position:absolute;
	width:423px;
	height:161px;
	z-index:999;
	right:-85px;
	top:180px;
}

.haltung_tag_img_left {
	display:block;
	position:absolute;
	width:397px;
	height:145px;
	z-index:999;
	left:-90px;
	top:360px;
}

.inhaber_top_info {
	display:block;
	position:relative;
	width:100%;
	height:auto;	
}

.inhaber_caption {
	display:block;
	position:relative;
	font-family:"Trebuchet MS",Arial;
	font-size:13px;
	color:#545454;
}

.inhaber_sub_info {
	display:block;
	position:relative;
	font-family:"Trebuchet MS",Arial;
	font-size:13px;
	color:#545454;
	top:50px;
}

.inhaber_footer_btn_holder {
	position:relative;
	display:block;
	margin-top:35px;
	margin-bottom:18px;
}

.inhaber_footer_btn_holder span {
	display:block;
	position:relative;
	text-align:center;
	margin-top:20px;
	font-family:"Trebuchet MS",Arial !important;
	font-size:13px !important;
	text-decoration:none !important;
	border:0 !important;
	color:#002f51;
}

.inhaber_footer_btn_holder div {
	display:block;
	position:relative;
	text-align:center;
	margin-top:20px;
	font-family:"Trebuchet MS",Arial !important;
	font-size:13px !important;
	text-decoration:none !important;
	border:0 !important;
	color:#002f51;
}

/*dock styling...*/
/*...centre the dock...*/
#main_navi_content div.jqDockWrap {margin:0 auto;}
/*...set the cursor...*/
#main_navi_content div.jqDock {cursor:pointer;}
/*label styling...*/
#main_navi_content div.jqDockLabel {font-weight:bold; font-style:italic; white-space:nowrap; color:#ffffff; cursor:pointer;}

.fb_box {
	position:absolute;
	display:none;
	width:292px;
	height:255px;
	z-index:99;
	background-color:#fff;
	right:0;
	bottom:0;
}

.start_table a {
	font-family:"Trebuchet MS",Arial;
	font-size:13px;
	line-height:13px;
	letter-spacing:normal;
	/*font-style:italic;*/
	font-weight:100;
	color:#4f4f4f;
	text-decoration:none;
}

.start_table a:hover {
	color:#db2491;
}

/*.start_table a:visited {
	color:#4f4f4f;
}*/

.start_nav_link_active {
	color:#db2491 !important;
}

.leistungen_link {
	font-size:13px;
	font-family:"Trebuchet MS",Arial;
	text-decoration:none;
	color:#002F51;
}

object:hover {
	padding:0px;
}

.sIFR-flash:hover {
	padding:0px;
}
.topnavbtn,.topnavbtn_fix  { padding:0 0 1px 25px; background:transparent url(../img/bg_nav_btn.png) 0 1px no-repeat; width: 89px;height:27px;line-height:26px;}
.topnavbtn.trans {  background:transparent url(../img/bg_nav_btn_transparent.png) 0 1px no-repeat; }
.topnavbtn.sin { width:99px; }
.topnavbtn_fix.sin { width:99px; }
a.startinfo { color:#284a63; font-size: 24px;font-family: arial;  }
.startmore { display:inline-block;width:40px;height:20px; line-height: 20px; padding: 0; text-align: right; background:transparent url(../img/bg_btn_more.gif) 0 2px no-repeat;margin-left:5px; }
.startmore a { color:#284a63; }
#start_pics { white-space: nowrap; }
.start_table td.startcell { background:transparent url(../img/bg_tabcell.png) top right no-repeat; }
