* {
	padding:0px;
	margin:0px;
	color: #000; 
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	background-color:transparent;
	text-align:left;
}
body {
	background-color:#fff; 
overflow-y: hidden;
overflow-x: hidden;
}
img {border:0px solid #74BFDE;}
img:link {border:0px solid #74BFDE;}
h1 {
	font-size:10pt;
	padding-bottom:15px;
}
h2 {
	font-size:9pt;
	display: inline;
}
h3 {
	font-size:8pt;
	COLOR: #74BFDE;
	font-weight:normal;
	display: inline;
}
h4 {
	font-size:16pt;
	COLOR: #74BFDE;
	font-weight:normal;
	display: inline;
}

.link {COLOR: #035D72;font-size:8pt;}

a:link {COLOR: #035D72;text-decoration : none; outline: none;}
a:active {COLOR: #035D72;text-decoration : none; outline: none;}
a:visited {COLOR: #035D72;text-decoration : none; outline: none; }
a:hover {COLOR: #035D72;text-decoration : underline; outline: none; }

a.home:link {font-size:8pt;COLOR: #74BFDE4;text-decoration : none; outline: none;}
a.home:active {font-size:8pt;COLOR: #74BFDE;text-decoration : none; outline: none;}
a.home:visited {font-size:8pt;COLOR: #74BFDE;text-decoration : none; outline: none; }
a.home:hover {font-size:8pt;COLOR: #74BFDE;text-decoration : underline; outline: none; }

a.nav:link {COLOR: #74BFDE;font-size:8pt;text-decoration : none; outline: none;}
a.nav:active {COLOR: #74BFDE;font-size:8pt;text-decoration : none; outline: none;}
a.nav:visited {COLOR: #74BFDE;font-size:8pt;text-decoration : none; outline: none; }
a.nav:hover {COLOR: #fff;font-size:8pt;text-decoration : none; outline: none; }

a.nav_bottom:link {color: #fff;text-decoration : none;font-size:12pt;padding:6px;outline: none;}
a.nav_bottom:active {COLOR: #74BFDE;text-decoration : none;font-size:12pt;padding:6px;outline: none;}
a.nav_bottom:visited {COLOR: #fff;text-decoration : none;font-size:12pt;padding:6px;outline: none;}
a.nav_bottom:hover {COLOR: #74BFDE;text-decoration : none;font-size:12pt;padding:6px;outline: none;}

a.layout_5_a:link {COLOR: #000;font-size:8pt;text-decoration : none; outline: none;}
a.layout_5_a:active {COLOR: #cc5094;font-size:8pt;text-decoration : none; outline: none;}
a.layout_5_a:visited {COLOR: #000;font-size:8pt;text-decoration : none; outline: none; }
a.layout_5_a:hover {COLOR: #cc5094;font-size:8pt;text-decoration : none; outline: none; }

a.layout_6_a:link {COLOR: #cc5094;font-size:8pt;text-decoration : none; outline: none;}
a.layout_6_a:active {COLOR: #cc5094;font-size:8pt;text-decoration : none; outline: none;}
a.layout_6_a:visited {COLOR: #cc5094;font-size:8pt;text-decoration : none; outline: none; }
a.layout_6_a:hover {COLOR: #cc5094;font-size:8pt;text-decoration : underline; outline: none; }


#schatten {
	position:absolute;
	width:1082px;
	height:630px;	
/*	min-height: 530px;
	max-height: 630px;
	min-width: 600px;
	max-width: 1236px;*/
	left:50%;
   	top:50%;	
   	margin-top:-315px; /* -252px; ipone -315px; regular*/
   	margin-left:-541px;    	
	background-color:#d4d4d4; 
	background-image:url(../images/dvision_background_1082.png);
}

#fenster {
	position:absolute;
	width:986px;
	height:630px;
	left:48px;
	top:0px;
	background-color:transparent; 
}

/* 	##############################################################
	Navigation
	############################################################## */
	
#nav {
	position:absolute;
	width:880px;
	height:100px;
	top:27px;
	left:53px;
	background-color:transparent;
	z-index:5	;
}
div#nav div {
   clear: left;
}
.nav_pkt {
	position:absolute;
	width:220px;
	height:100px;
	top:0px;
	text-align:left;
	/* farbefeld */
	background-color:transparent;		
}
.nav_sub {
	font-size:12pt;	
	color:#cc5094;
	z-index:6;
}
.nav_sub_links {
	padding:34px 6px;
	font-size:12pt;	
	text-align:right;
	vertical-align:bottom;
}

  ul#Navigation li {
    list-style: none;
    float: left ;  /* ohne width - nach CSS 2.1 erlaubt */
	width:220px;
	height:100px;
	font-size:18pt;
    position: relative;
	vertical-align:bottom;
	text-align:right;
  }

  ul#Navigation li ul {
  	background-image:url(../images/background_ip5_m.png);
    position: absolute;
    top: 0px; 
    left: 0px;
    display: none;  /* Unternavigation ausblenden */
	filter: alpha(opacity=60);
	opacity: 0.6;
  }
  
  ul#Navigation li ul.aktiv {
  	font-size:9pt;	
	color:#74BFDE;
	z-index:6;
  	background-image:url(../images/background_ip5_m.png);
    position: absolute;
    top: 0px; 
    left: 0px;
    display: block; 
	filter: alpha(opacity=60);
	opacity: 0.6;
  }
    
  ul#Navigation li:hover ul{
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li:hover ul.aktiv{
    display: none;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li{
    float: none;
    display: block;

  }


  ul#Navigation a, ul#Navigation span {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size:12pt;
	vertical-align:bottom;
	text-align:right;
	
  }
  ul#Navigation a.pkt, ul#Navigation span {
    display: block;
	text-align:left;
    padding: 5px 10px;
    text-decoration: none;
    color: #ffffff;
    font-size:18pt;
  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    color: #74BFDE;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #fff; 
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    color:#fff;
    font-size:12pt;
    padding:0px;
	vertical-align:bottom;
	text-align:right;
  }
  
/* 	##############################################################
	Navigation Bottom
	############################################################## */
#nav_bottom {
	position:absolute;
	width:880px;
	height:40px;
	left:53px;
	top:567px;
	background-color:transparent;
	
}
.nav_bottom_a {
	color:#74BFDE;	
	text-decoration: none;
	font-size:8pt;
	padding:4px;
}
.nav_bottom_a:hover {
	color:#fff;	
}

#nav_bottom_left {
	float:left;
	padding-top:4px;
	padding-left:0px;
}
#nav_bottom_right {
	float:right;
	padding-top:1px;
	padding-right:0px;
}
/* 	##############################################################
	Scroll-Engine 
	############################################################## */

#inhalt_scroll_main {
	position:absolute;
	top:0px;
	left:0px;
}
#inhalt_scroll_feld {
	position:absolute;
	top:0px;
	left:0px;
	padding-bottom:20px;
}
#inhalt_scroll_buttons{
	position:absolute;
	top:0px;
	left:0px;	
	width:20px;
	height:40px;
	border:0px solid #f00;
}
.inhalt_scroll_button_up,.inhalt_scroll_button_down{
	position:absolute;
	top:-20px;
	left:72px;
	width:20px;
	height:20px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.inhalt_scroll_button_down{top:0px;}

/* 	##############################################################
	background
	############################################################## */
#background {
	position:absolute;
	width:1032px;
	/* alt: height:392px; */
	height:440px;
	top:127px;
	left:25px;	
	background-image: url(../images/background2.png);
	/*background-color: transparent;*/
	z-index: 9;
	/*overflow:hidden;
	border:1px solid #f00;*/
}

/* 	##############################################################
	inhalt 
	############################################################## */
#inhalt0, #inhalt1, #inhalt2, #inhalt3, #inhalt4, #inhalt5, #inhalt6, #inhalt7, #inhalt8 {
	position:absolute;
	width:1032px;
	/* alt: height:392px; */
	height:440px;
	top:127px;
	left:-23px;
	/*background-color: transparent;*/
	/*overflow:hidden;
	border:1px solid #f00;*/
}

#inhalt0 {
	background-image: url(../images/bg_full.png);	/*home*/
}
#inhalt1 {
	background-image: url(../images/bg_full4.png);	/*fulltext / jobs */
}
#inhalt2 {
	background-image: url(../images/bg_full3.png);	/**/
}
#inhalt3 {
	background-image: url(../images/bg_full4_logo.png);	/*impressum*/
}                                                   
#inhalt4 {                                           
	background-image: url(../images/bg_full2_logo.png);	/*mission statement..*/
}                                                   
#inhalt5 {                                           
	background-image: url(../images/bg_full6.png);	/*projekt/news*/
}                                                   
#inhalt6 {                                           
	background-image: url(../images/bg_full2.png);	/*4-spaltigkeit*/
}
#inhalt7 {
	background-image: url(../images/bg_full2.png);	/**/
}
#inhalt8 {
	background-image: url(../images/bg_full3.png);	/* textli bildre */
}

.home_box {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:110px;		
	text-align:left;
	overflow:hidden;

.home_link {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:110px;		
	filter: alpha(opacity=50);
	opacity: 0.5;
}}
.home_txt {
	position:absolute;
	top:4px;
	left:8px;
	width:204px;		
	height:98px;		
	filter: alpha(opacity=100);
	opacity: 1.0;
}

h3.home {
	font-size:11pt;
	padding-bottom:8px;
}

span.home {
	font-size:8pt;
}
.home_img {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:110px;		
	background-color:#fff;
}
.home_img_lr_frame{
	position:absolute;
	top:0px;
	left:0px;
	width:76px;
	height:110px;		
	background-color:#fff;
}

.layout_home {
	position:absolute;
	top:0px;
	left:0px;
	width:1032px;
	height:440px;		
	text-align:left;
}

.layout_1_text {
	position:absolute;
	top:12px;
	left:88px;
	width:856px;
	height:416px;		
	text-align:left;
}
.layout_2_text {
	position:absolute;
	top:12px;
	left:76px;
	width:883px;
	height:392px;		
	text-align:right;
}
.layout_3_right {
	position:absolute;
	top:12px;
	left:516px;	/*440+76*/
	width:443px;
	height:392px;		
	border:0px solid #f00;
	text-align:right;
}
.layout_3_left {
	position:absolute;
	top:12px;
	left:88px;
	width:428px;
	height:428px;		
	border:0px solid #f00;
}

.layout_4_text {
	position:absolute;
	top:12px;
	left:528px;	/*440+76+12*/
	width:428px;
	height:416px;		
	border:0px solid #f00;
}
.layout_4_bild {
	position:absolute;
	top:0px;
	left:76px;
	width:440px;
	height:440px;		
	border:0px solid #f00;
}

.layout_5_nav {
	position:absolute;
	top:12px;
	left:88px;
	/*width:155px;*/
	width:95px;
	height:428px;		
	border:0px solid #f00;
}
.layout_5_text {
	position:absolute;
	top:12px;
	left:253px;	/*177+76*/
	width:240px;
	height:416px;		
	border:0px solid #f00;
}
.layout_5_bild {
	position:absolute;
	top:0px;
	/*left:165px;*/
	left:516px;	/*440+76*/
	width:440px;
	height:440px;	
	border:0px solid #f00;
}
.layout_5_bild_klein {
	position:absolute;
	top:0px;
	/*left:557px;*/
	left:186px;	/*110+76*/
	width:55px;
	height:440px;		
	border:0px solid #f00;
}
.layout_5_klein_1,.layout_5_klein_2,.layout_5_klein_3,.layout_5_klein_4,.layout_5_klein_5,.layout_5_klein_6,.layout_5_klein_7,.layout_5_klein_8 {	
	position:absolute;
	border:1px solid #F0CADF;
	left:0px;
	top:0px;
	width:55px;
	height:55px;
}
.layout_5_klein_2{top:55px;}
.layout_5_klein_3{top:110px;}
.layout_5_klein_4{top:165px;}
.layout_5_klein_5{top:220px;}
.layout_5_klein_6{top:275px;}
.layout_5_klein_7{top:330px;}
.layout_5_klein_8{top:385px;height:55px;}

.layout_6_text_1,.layout_6_text_2,.layout_6_text_3,.layout_6_text_4{
	position:absolute;
	top:12px;
	left:82px;	/*6+76*/
	width:208px;
	height:428px;		
	text-align:left;
	text-align:justify;
}
.layout_6_text_2 {	
	left:302px;	/*226+76*/
}
.layout_6_text_3 {	
	left:522px;	/*446+76*/
}
.layout_6_text_4 {	
	left:742px;	/*666+76*/
}
.layout_6_seiten {	
	position:absolute;
	top:410px;
	right:3px;
	width:auto;
	height:auto;		
	text-align:right;
	border:0px solid #f00;
}
.layout_7_text {
	position:absolute;
	top:12px;
	left:516px;	/*440+76*/188px;
	width:386px;
	height:392px;		
	border:0px solid #f00;
}
.layout_8_text_1 {
	position:absolute;
	top:12px;
	left:82px;	/*6+76*/
	width:208px;
	height:428px;		
	text-align:left;
	text-align:justify;
}
.layout_8_text_2 {	
	position:absolute;
	top:12px;
	left:302px;	/*226+76*/
	width:202px;
	height:428px;		
	text-align:left;
	text-align:justify;
}
.layout_8_bild {
	position:absolute;
	top:0px;
	left:516px;	/*440+76 46px;*/
	width:440px;
	height:440px;		
	border:0px solid #f00;
}
.layout_8_bild_klein {
	position:absolute;
	top:319px;
	left:82px; /*440+76 838px;*/
	width:440px;
	height:110px;		
	border:0px solid #f00;
}




