@charset "utf-8";
/* CSS Document */

*
{
    margin:0;
    padding:0;
    font-family:arial, sans-serif;
    font-size:12px;
    line-height:1.6;	
}
        
html,body
{
    background:#48555d;
    margin:0;
    padding:0;
    font-family:arial, sans-serif;
    font-size:100%;
    height:100%;
    position:relative; 

}

#wrap
{
	background:#d1d4d6;
	height:auto;
	position:relative;
	}
 
.img
{
    margin:0;
    padding:0;
    border:none;
}

#left
{
    width: 50%;
    height: 129px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #d1d4d6 left top url(img/left.gif) repeat-x;    
    z-index: 1;
    margin:0;
    padding:0;
}
     
#right
{
    width: 50%;
     height: 129px;
    position: absolute;
    right: 0px;
    top: 0px;
    background:#d1d4d6 right top url(img/right.gif) repeat-x;  
    z-index: 1;
    margin:0;
    padding:0;
}   

#container 
{
    margin:0px auto 0 auto;
    text-align:left;   
    width:930px;
    z-index:100;
    background:#fff;
    display: block;
    position: relative;
    background:#d1d4d6;
  	
}


#site_top{display:none;}
#header 
 {
    height:98px;
    width:100%;
    background:#fff;
    
}

#topnav
{
    float:right;
    width:100%;
    height:27px;   
    background: left center url(img/top_nav_hintergrund.gif) no-repeat;
}

#top_nav_ul
{
    float:right;
    width:auto;
   /* height:26px;*/  
    list-style-type:none;  
    padding-top:5px; 
}

#top_nav_ul li
{   
    display:inline;
    float:left;
   /* height:26px;
    margin-bottom:10px;*/
    list-style-type:none;
}

#top_nav_ul li a
{    
    color:#fff;
    font-size:13px;
    font-family:Arial, Verdana;
    margin-left:8px;
    text-decoration:none;
    padding-left:8px;   
}
#top_nav_ul li a.current_menu,
#top_nav_ul li a:hover
{
	background-image:url(img/service_menu_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
}

#logo 
{  
    top:0;
    width:100%;
    float:left;
    position:relative;
    height:71px;   
    background:transparent bottom left url(img/logo1.jpg) no-repeat;   
}

#suche_sprache    
{
    width:327px;
    height:57px;    
    float:left;
    background:#d1d4d6 top left url(img/suche_container.gif) repeat-x;
 } 
 
/*input{border:1px solid #fff;background:#cccccc;color:#000;}*/

#suche
{
    width:164px;
    height:33px;
    float:left;
    background:transparent;font-size:8px;
}
#flag
{
	width:111px;
	height:18px;
	float:left;
	margin:11px 0 0 0px;	
	overflow:hidden;
	}

#sprache
{
    width:4px;
    height:33px;    
    float:left;   
    /*background-image:url(img/drop_down.gif);*/
    margin-top:15px;    
    background-repeat:no-repeat;        
    background-position:5px 1px;
}

#navi_container
{  
    width:603px;
    height:57px;    
    background:#D1D4D6 left top url(img/nav_container.gif) repeat-x; 
    float:right; 
    }
    
#tabs
{   width:603px;
    height:31px; 
    float:right;
    position:relative;
   
}
   
/*-----------------------main menu-------------------------------------*/

ul#menu  
{
	margin:0;
	list-style-type:none;
}

#menu li
{
        list-style-type:none;
	float:left; 
	position:relative;
}

ul#menu a
{
      float:left;
      background:url("img/tab_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;      
}

ul#menu a span 
{
      float:left;
      display:block;
      background:url("img/tab_right.gif") no-repeat right top;
      padding:5px 10px 5px 2px;
      color:#fff;
      font-family:Arial, Verdana;
      font-size:13px;
      font-weight:bold;
      text-align:center;
      cursor:pointer;  
}

#menu a:hover
{
       background-position:0% -31px;
}

#menu a:hover span 
{
      background-position:100% -31px;      
}
       
#menu li.aktiv a 
{
             background-position:0% -31px;
}

#menu li.aktiv a span 
{ 
         background-position:100% -31px; 
}

/*------------------------menu:pfad------------------------------------------*/

#breadcrum
{   
    clear:right;   
    float:right;
    position:relative;
    width:603px;
    height:26px;
    margin:0;
    padding:0;
   } 
      
#breadcrum a 
 {
	background-repeat: no-repeat;
	color: #666666;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	margin-left: 0px;
}

#breadcrum a:hover
 {
	background-repeat: no-repeat;
	color: #666666;
	font-size: 11px;	
	text-decoration: underline;
	
}

#breadcrum #breadcrum_ul
{
	list-style-type :none;

	margin:5px 0 2px 0;
}
#breadcrum li
{
	list-style-type :none;
	display:inline;	
	font-size: 11px;
	font-family: arial;
	font-weight: normal; 
}

#breadcrum a.breadcrum_current
{
	font-size: 11px;
}

#breadcrum p 
{
	margin-left: 140px;
	color:#666666;
	
}

#main
{   
    clear:both;
    margin:0;
    width:930px;
    background:#d1d4d6;  
    height:auto;

 position:relative;
 }

#col1
{
    position:relative;
    float:left;
    margin:0;
    width:155px;
    display:block;
    height:100%;
 }
 
 
/*------------------------menu:sub-navigation left------------------------------------------*/
#subnavi
{    
    float:left;
    width:100%;
    height:100%;
    position:relative;
      
}
ul.service_navigation 
{
	border-bottom:1px solid #e8e8e8;
	clear:both;
	display:block;
	float:none;
	height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	position:relative;
	width:153px;
	border-right: 1px solid #dadcdd;
	margin-bottom:15px;
}
ul.service_navigation li.service_nav_top 
{
	background-image:url(img/subnavi1.gif);
}

ul.service_navigation li 
{
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	overflow:hidden;
	padding:0px;
	position:relative;
	width:153px;
	background-image:url(img/subnavi1.gif);
	border-left:1px solid #e8e8e8;	
}

ul.service_navigation li a 
{
	display:block;
	font-size:12px;
	font-weight:bold;
	height:100%;
	font-family:arial,verdana;
	margin:0px;
	padding:0px 0px 0px 20px;
	color:#e82a2e;
	text-decoration:none;
	line-height:1.5;  
}

ul.service_navigation li.service_nav_active, 
ul.service_navigation li a:hover 
{
	/*background-color:#FFFFFF;
	width:154px;*/
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:100%;
	padding-bottom:0px;
	background-color:#db1d21;
	color:#fff;
	background-image:url(img/subnavi_cur.gif);
}
ul.service_navigation li.service_nav_active a 
{
	color:white;
	height:100%;
}
ul#service_nav_open 
{
	background-image:url(img/service_nav_open_hintergrund.gif);
	background-position:left top;
	background-repeat:no-repeat;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	padding-top:9px;
	padding-bottom:3px;
	padding-left:20px;
	width:133px;
	background-color:#e3e5e6;
	float:left;
	border-bottom:1px solid #d1d2d2;
	
}

ul#service_nav_open li
{
	background:transparent;
	border:0px none;
	display:block;
	height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:0px;
	padding-bottom:0px;
	width:134px;
	background-color:#e3e5e6;
}

ul#service_nav_open li a 
{
	background-image:url(img/untermenu.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	color:#48555d;
	display:block;
	font-size:11px;
	font-weight:normal;
	height:100%;
	margin:0pt;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:4px;
	text-decoration:none;
	background-color:#e3e5e6;
}

ul#service_nav_open li a:hover
{
	color:#e82a2e;
} 
ul#service_nav_open li.service_nav_open_active, ul#service_nav_open li.service_nav_open_active a
{
	color:#e82a2e;
}


/*------------------------branchenkompetenz------------------------------------------*/

#branchenkompetenz
{
    width:153px;
    height:auto;   
    clear:left;
    float:left;
    position:relative;
   /* margin-top:15px;*/
} 
#branchen_titel
{
    background:left center url(img/branchenkompetenz.gif) no-repeat;
    width:131px;
    height:20px;     
    font-size:12px;    
    clear:left;
    float:left;    
    position:relative;
   /* padding:4px 0 1px 2px;*/
 } 






























#branchen_titel a
{
	color:#fff;
	font-weight:bold;
    	padding-left:6px;
    	text-decoration:none;
    	padding-top:2px;
    	display:block;
} 
#branchenkompetenz #branchen_ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    border:1px solid gray;
    /*height:87px;*/
    float:left;
    width:151px;
}
#branchenkompetenz #branchen_ul li
{
     width:153px;
     height:21px;
}
#branchenkompetenz #branchen_ul li a
{
     display:block;
     width:131px;
     height:17px;
     background: #dadcdd left top url(img/branchen_li_img.gif) no-repeat;
     padding-left:20px;
     padding-top:3px;
     text-align:left;
     
     text-decoration:none;
     font-family:Arial, Verdana;
     font-size:12px;
     font-weight:bold;
     color:#db1d21;
    /*border-bottom:1px solid #c5c6c7;*/     
}
     
#col2
{
    float:right;
    width:190px;
    height:100%;
    background:#d1d4d6;
    position:relative;
   
}     
#col2_content_right
{
       background:#e3e5e6;
}

hr 
{ 
    background:#d1d4d6;
    border:1px solid #d1d4d6;
    color:#d1d4d6;
    height:15px;
    width:100%;
}

#col2_content_right_container2
{
       background:#e3e5e6;
}
 
#col2_content_right_container2 p
{
	background:#e3e5e6;
	padding:8px 6px 8px 6px;	
	line-height:1.3;	
	font-size:11px;
	}

#col2_content_right_container2 img
{
	border:1px solid #d1d4d6;
	margin:0px auto 0 auto;
}
#col2_content_right a, #col3 a
{
	color:#db1d21;
	text-decoration:underline;
	
}
#col3 a{text-decoration:none;}
#col2_content_right a{font-size:11px;}

a.col2_link_arrow 
{
	background-image: url('img/testautomat_link.gif');
	background-position: center left;
	padding-left: 12px;
	background-repeat: no-repeat;
	color:#db1d21;border:none;
}

#col2_content_right a:hover, #col3 a:hover, #testautomatisierung a:hover
{
	color:#717273;
}

#col2 h2,
#col2 h1
{
     background:#e3e5e6; margin:0; padding:0;  
     padding:6px 6px 0px 7px;
     color:#db1d21;
     display:block;
     font-family:Arial, Verdana;
     font-weight:bold;
     font-size:13px;   
}



#image_rechts
{
	padding:0; 
	margin:0;
}

#image_rechts img 
{  
    /*max-width:176px;    
    float:left;
    background: transparent left center url(img/testautomat1.gif) no-repeat;*/
    border:1px solid #d1d4d6;
    margin:0px 6px 5px 6px;   
    	  
}

#ansprechpartner_bild img
{
    width:162px;
    height:120px;
    float:left;
    background: transparent left center url(img/ansprechpartner_bild.gif) no-repeat;
    border:1px solid gray;
    margin:2px;
    
    }
 
#testautomatisierung a 
{
    color:#db1d21;
    text-decoration:underline;
    cursor: pointer;
    cursor: pointer;
    background:left center url(img/testautomat_link.gif) no-repeat;
    padding-left:15px;
       
}
#ansprechpartner a
 {
    color:#db1d21;
    text-decoration:underline;
    cursor: pointer;
    margin-left:2px;
}   
 
#ansprechpartner span
{
     color :black;
     font-family:Arial, Verdana;
    font-weight:bold;
    font-size:13px;
    width:162px;
    margin:2px 2px 2px 3px;
}
 
#col3
{
    margin:0 200px 0 165px;
    width:auto;   
       
    min-height:400px;   
    background:#e3e5e6;
    position:relative;  
    font-size:12px;
}
 
#col3_content_middle
{
     padding:15px 25px 15px 25px;    
     overflow:hidden;  
     margin-bottom:10px;   
} 
 
#col3_content_middle p
{
 	margin-bottom:15px; 	
}
 
#content_middle
{
        width:100%;    
}

 
 #col3_content_middle div.hdr h2
{ 
	cursor: pointer;
	display:block;
	padding: 3px 0 4px 22px;
	background: #eeeff0 left center url(img/content_h3.gif) no-repeat;
	border-top:1px solid #c4c8cb;
	border-bottom:1px solid #c4c8cb;
	color:red;
	text-decoration:underline;
	font-family:Arial,verdana;
	font-size:14px;
	font-weight:bold;
	height:18px;
	margin-bottom:7px;
}
h2
{
	color:#DB1D21;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

table{border-collapse:collapse;margin-bottom:15px;}
/*
#col3_content_middle table tbody td{border-top:1px solid #666666;border-bottom:1px solid #666666}*/

#col3_content_middle table thead tr th{margin:10px 5px 10px 5px;font-weight:bold;background:#eeeff0;text-align:center;border-top:1px solid #666666;}
#col3_content_middle table thead tr th p{margin:10px 5px 10px 5px;}

#col3_content_middle table tbody tr td p{margin:10px 5px 10px 5px;}
#col3_content_middle table td.dunkel_grau{background:#D1D4D6;}
#col3_content_middle table td.hell_grau{background:#eeeff0;}
 

#col3_content_middle ul

{
    
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding:0px 0 17px 10px;
    /*background:#e3e5e6 bottom left url(img/ul_border.gif) no-repeat;*/
}     
     
#col3_content_middle  li
{
   background-image:url(img/col3_list_image.gif);
   background-position:0 6px;
   background-repeat:no-repeat;
   color:#000;
   font-size:13px;
   line-height:1.5;
   padding:1px 0 1px 10px;  
   margin-bottom:5px; 
 } 
 
#col3_content_middle ul li img{ margin-left:5px;}
 
 
/*------------------formatting related to javascript----------------------*/ 
.heading_list
{
     background:#e7e9ea;
}

div.heading,
#col3_content_middle h1
{
    color:#db1d21;
    font-family:Arial, Verdana;
    font-weight:bold;
    font-size:18px;
    width:100%;
    margin-bottom:10px;
   
}  
.border_list
{
    width:100%;
    height:20px;
    background: transparent left center url(img/border_aufklapp.gif) no-repeat;  
    margin-top:-8px;      
}
/*----------------------------------------------------------------*/
 
img.grauer_rand{border:1px solid #57636a;}

div.bild span, div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption 
{
	color:#717273;	
	margin-top:5px;
}

p.beschreibung
{
    width:271px;   
    float:left;
    position:relative;
    margin-right:10px;
    font-family:Arial, Verdana;
    font-weight:normal;
    font-size:13px;
    }     

#plain_text
{
   width:100%;
   height: auto;
   clear:both;

}
#plain_text p
{
    font-family:Arial, Verdana;
    font-weight:normal;
    font-size:13px;
    width:100%;
}


.clear
{   
    clear:both;
    height:1px;
    margin-top:-1px;
    overflow:hidden;
    } 
    

/*------------------------footer------------------------------------------*/    
#footer
 { 
     position:relative;
     left:0;
     top:25px;
     bottom:0px;       
     background:transparent left bottom url(img/fuss_image.gif) repeat-x;
     width:100%;     
     height:81px;
     z-index:1000;
     
 } 
 
#footer_container 
{
    margin:0 auto;
    text-align:left;
    height:81px;
    width:930px;
    z-index:1001;
    background:transparent left bottom url(img/fuss_container.gif) no-repeat;
    display: block;
    position: relative;
    color:#ffffff;
    }  
#footer_container a{color:#fff;}   

#sprach_auswahl
{
     position:relative;
    float:left;
    margin:0;
    width:155px;
    height:30px; 
    background:transparent;
    padding:25px 0 25px 0;
    
    }
    
ul.sprach_ul
{
    list-style-type:none;
    float:left;
    position:relative;
    width:100%;
    height:auto; 
    background:transparent;
    position:relative;
 
}

ul.sprach_ul li
{
     list-style-type:none;
     float:left;   
     position:relative;    
     margin-right:10px;
     padding:0;
     
        
} 

ul.sprach_ul #deutsch a, ul.sprach_ul #englisch a
{
     display:block;       
     text-decoration:none;
     padding-left:18px;
     font-size:13px;   
         
}

ul.sprach_ul #englisch 
{	     
     position:relative;      
     float:right;         
} 
  
ul.sprach_ul #englisch a
{
     display:block;       
     text-decoration:none;    
}
      
ul.sprach_ul #deutsch a
{
     background:left top url(img/deutsch1.gif) no-repeat;
     
} 
        
ul.sprach_ul #englisch a
{
     background:left top url(img/englisch1.gif) no-repeat;
    
} 
 
  
ul.sprach_ul #deutsch a.current  
    {
      background:left top url(img/deutsch_cur.gif) no-repeat ;
     
     }   
  ul.sprach_ul #englisch a.current 
  {
      background:left top url(img/englisch_cur.gif) no-repeat;
          
      
     }  
     
/*----------------------------------------------------------------------  */
     
#copyright
{
    margin:0 187px 0 165px;
    width:auto;   





    height:30px; 
    position:relative;
    background:transparent;

    padding:25px 0 25px 0;
    
}
     
#copyright p
{
    height:30px; 
    background:transparent;
    font-family:Arial, Verdana;
    font-weight:normal;
    font-size:13px;
    line-height:20px;
} 
    
#footer_navigation
{  
    clear:right;
    float:right;
    width:176px;
    height:30px;
    position:relative;
    padding:25px 0 25px 0;
}

#footer_navigation a
{    
    height:30px;
    background:transparent;
    font-family:Arial, Verdana;
    font-weight:normal;
    color:#fff;
    
    margin-left:5px;
    text-decoration:underline;
    float:right;
}  

#linie
{
    background:left center url(img/fuss_linie.gif) no-repeat;  
    width:6px;
    margin-left:10px;
    height:20px;
    float:right;        
}
/*-----------------------form elements formating---------------------------------*/
.go
{
     background-image: url(img/search_button.gif) ;
     /*width:30px;
     height:25px;*/margin-bottom:1px;
     background-color:#e3e5e6 ;
     background-position:0px 0px;
     background-repeat:no-repeat; border:none;
}     

#drop-down
{
	color: #666666;	
	width:86px;
	height:17px;
	opacity:0;
	filter: alpha(opacity=0);
	
	margin-left:-88px;	
	font-size :10px;
	color:#666666;
}

#drop-down option
{
	color: #666666;
	background-color:#cccccc;	
	padding:2px;
	font-size:10px;	
}

#searchbox{padding-top:4px;}
/*-----------------------powermail-----------------------*/

/*----------------------------------------------------------*/

fieldset.tx-powermail-pi1_fieldset
{
/* Disable border */
border: none;
}

fieldset.tx-powermail-pi1_fieldset_1,
fieldset.tx-powermail-pi1_fieldset_6
{
/* Style left fieldset */
width: 45%;
float: left;
}

fieldset.tx-powermail-pi1_fieldset_2,
fieldset.tx-powermail-pi1_fieldset_7
{
float: right;
width: 45%;
}
fieldset.tx-powermail-pi1_fieldset_1 label,
fieldset.tx-powermail-pi1_fieldset_2 label,
fieldset.tx-powermail-pi1_fieldset_1 select,
fieldset.tx-powermail-pi1_fieldset_1 input,
fieldset.tx-powermail-pi1_fieldset_2 input,
fieldset.tx-powermail-pi1_fieldset_2 textarea,
fieldset.tx-powermail-pi1_fieldset_7 textarea,
fieldset.tx-powermail-pi1_fieldset_7 input,
fieldset.tx-powermail-pi1_fieldset_7 textarea,
fieldset.tx-powermail-pi1_fieldset_9 label,
fieldset.tx-powermail-pi1_fieldset_6 label,
fieldset.tx-powermail-pi1_fieldset_6 select,
fieldset.tx-powermail-pi1_fieldset_9 select,
fieldset.tx-powermail-pi1_fieldset_9 input,
fieldset.tx-powermail-pi1_fieldset_6 input,
fieldset.tx-powermail-pi1_fieldset_9 textarea,
fieldset.tx-powermail-pi1_fieldset_6 textarea{
width:100%;
display:block;
}
fieldset.tx-powermail-pi1_fieldset_1 select,
fieldset.tx-powermail-pi1_fieldset_6 textarea 
{height:20px;}

fieldset.tx-powermail-pi1_fieldset_2 textarea,
fieldset.tx-powermail-pi1_fieldset_7 textarea  
{
	height:408px;
	overflow:scroll;
}

legend, #powermaildiv_uid44,#powermaildiv_uid43

{
	display:none;
}

/*pflichtfelder*/

#powermaildiv_uid17{margin:10px 0 10px 0;}

fieldset.tx-powermail-pi1_fieldset_3,
fieldset.tx-powermail-pi1_fieldset_8 
{
	clear:both;
	float:left;
	margin:10px 0 10px 0;
	width:45%;
}

.powermail_mandatory_js
{
	color:red;
	font-family:arial, sans-serif;
	font-size:12px;
}

.powermail_radio_inner
{	
	width:35%;
	float:left;
}

#col3_content_middle p.tx_powermail_pi1_fieldwrap_html_radio_title
{
	margin-bottom:0;
	width:auto;
	float:left;
	margin-right:15px;
}

#uid21_0,#uid21_1, div.powermail_radio_inner label
{
	width:25px;
	float:left;
	
}
#uid21_0,#uid21_1{margin-bottom:10px;}
#uid22{float:left; width:46%;height:20px;}

/*#powermaildiv_uid16{float:right;}*/

#powermaildiv_uid27,#powermaildiv_uid39{margin-top:10px;}

/*----------------------google map------------------------*

div.gmnoprint {
font-size:7px;}

/*---checkbox--*/
p.tx_powermail_pi1_fieldwrap_html_checkbox_title{margin-bottom:0px;}
div.powermail_check_inner powermail_check_inner_uid49_0 label,
div.powermail_check_inner powermail_check_inner_uid49_1 label,
div.powermail_check_inner powermail_check_inner_uid49_1 input,
div.powermail_check_inner powermail_check_inner_uid49_0 input
{width:10px;}

#check_uid49_0{width:10px;}

fieldset.tx-powermail-pi1_fieldset_9 label,
fieldset.tx-powermail-pi1_fieldset_9 input,
fieldset.tx-powermail-pi1_fieldset_9 select
{
	width:45%;
}

#powermaildiv_uid51 label,
#powermaildiv_uid51 input
{float:left;margin-right:31px;}


#powermaildiv_uid51 p{margin:0;padding:0;width:30px;}

#powermaildiv_uid52{clear:both;float:left;margin-top:18px;}


