html {

	height: 100%;
	margin: 0px;
	padding: 0px;
  }

body {
	color: #2b2b2b;
	background-color: #909090;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 25px 0 0 25px;
	width: 968px;
	height: 100%;	
  }

/* KOPFZEILE */

#Header{
	height: 202px;
	background-image: url(gfx/header_bg_eurocom.jpg);
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* TOPMENU */

#TopMenu {
	height: 17px;
	margin: 0px;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #14559d;
	font-size:12px;
	font-weight: bold;
}

#TopMenu a {
	color: #14559d;
	text-decoration:none;
	font-size:12px;
}


/* ############################ SEARCH ################################# */

#Search{
	height: 30px;
	padding: 0px;
	margin-top: 135px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#Search #search_form {
	width: 200px;
	height: 25px;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.field_search {
	font-size: 10px;
	color: #999;
	padding: 2px 0 0 23px;
	border: 1px solid #ccc;
	margin: 2px 0px 6px 0px;
	height: 16px;
	width: 160px;
	background-image:url(gfx/icon_search.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.btn_search {
	height: 17px;
	width: 21px;
	padding: 0px;
	margin: 3px 0px 3px 0px;

}
.tx-indexedsearch-searchbox { display:none;}
.tx-indexedsearch-res {font-size: 12px;}
.tx-indexedsearch-title a {color: #2b2b2b; font-weight:bold;}
.tx-indexedsearch-path a {color: #ce0a3d;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #ce0a3d; }
.tx-indexedsearch-whatis {font-size: 12px;}
.browsebox a {color: #ce0a3d;}


/* ############################################ */
 
 

#wrapper {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/bg_content_eurocom_def.gif);
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;


}


/*#################################################################################### */

#navwrapper {
	width:250px;
	clear: both;
	float:left;
	border:none;
	
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}


/* ############################ NAVIGATION ########################################## */


ul#Navigation {
	font-size: 12px;
	background-color: #ebf1f7;
	min-height:100%;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
	border-top: 30px solid #FFFFFF;

  }
  
ul#Navigation li {
    list-style: none;
    margin: 0; 
	padding: 0;
	border-top: 1px dotted #fff;

  }
      
ul#Navigation li#nav1act a {
	color: #ce0a3d;
	background-image:url(gfx/bg_menu_on.gif);
	background-repeat:no-repeat;
}
 
ul#Navigation a {
    display: block;
	text-decoration:none;
	padding: 5px 0 5px 30px;
	}
	 
ul#Navigation a:link {
   	color: #14559d;
	background-image:url(gfx/bg_menu_off.gif);
	background-repeat:no-repeat;
	}
		
ul#Navigation a:visited{
   	color: #14559d;
	background-image:url(gfx/bg_menu_off.gif);
	background-repeat:no-repeat;
	}	
	
ul#Navigation a:hover{
   	color: #ce0a3d; 

	}	

ul#Navigation a:active{
   	color: #ce0a3d; 
	background-image:url(gfx/bg_menu_on.gif);
	background-repeat:no-repeat;

	}			

ul#Navigation2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 10px 30px;
	color: #14559d;
	background-color: #ebf1f7;

	}
  
ul#Navigation2 li {
	margin: 0;
	padding: 0px 0 5px 15px;
	text-align: left;
	list-style:none;
	display: block;
	background-image: url(gfx/img_list.gif);
	background-repeat:no-repeat;
	border: none;
	}
  
ul#Navigation2 li a{
	text-decoration:none;
	margin: 0;
	padding: 0;
	
	} 
	
ul#Navigation #nav1act #Navigation2 li a{
	color: #14559d;
	background-image:none;
	} 
	
ul#Navigation #nav1act #Navigation2  a:hover{
	color: #ce0a3d;
	background-image:none;
	}	
	
ul#Navigation #nav1act #Navigation2 li#nav2act a{
	color: #ce0a3d;
	background-image:none;
	}
/* ############################################ */


#pic {
	width: 250px;
	height:6px;
	clear: both;
	float:left;
	background-image:url(gfx/linie_bottom_nav.gif);
	background-repeat:no-repeat;
	border: none;
	padding:0;
	margin:0;
}


/* ######################## INHALT ##################################### */

div#Inhalt {
	margin: 0 0 0 255px;
	padding: 30px 15px 0 15px;
	height: 100%;
}

div#Inhalt a {
	color: #00b0e6;
  }
	
div#Inhalt h1 {
	margin:0;
	font-size:14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0;
  }

div#Inhalt p {
	 padding:5px 5px 5px 0;
	 margin:0;
	 font-size:14px;
	 line-height: 20px;
  }
 
div#Inhalt p .detail {
	color: #00CC00;
	font-weight: bold;
  }
 
div#Inhalt ul {
	font-size:14px;
	line-height: 20px;
	list-style-type: disc;	 
  }
  
div#Inhalt ol {
	 font-size:14px;
	 line-height: 20px;
  }
  
div#Inhalt blockquote {
	 margin:0px;
	 padding: 0 0 0 10px;
  }

div#Inhalt table#contenttable td{
	border: 1px solid #ccc;
  }

div#Inhalt table#contenttable p {
	text-align: center;
  }
    
.csc-textpic-caption {
	font-size:10px;
	color: #666666;
  }
  
.mail {
	font-size:12px;
	color: #00b0e6;
	text-decoration:none;
  }
  
.external-link {
	font-size:12px;
	color: #00b0e6;
	text-decoration:none;
  }
.csc-linkToTop {

	padding: 0 0 20px 0;
	text-align:right;
}


/* ################### Content-Element Text/Bild Bild in Text links ##################### */
div.csc-textpic{
float:left;


}
/*div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
clear:both;
float:left;
}
*/

  
  
  /* ################################# KontaktFormular  #################################  */
  
#wrapper #Inhalt #kontaktForm, 
#wrapper #Inhalt #newsletterForm  {
  	color: #666;
	padding:0;
	margin:0;
	
  }
 
#wrapper #Inhalt #kontaktForm fieldset {
  
  	border: none;
  } 
  
#wrapper #Inhalt #kontaktForm label,
#wrapper #Inhalt #newsletterForm label {
  	font-size:12px;
	
  	
  }
input#uid13, input#uid14, input#uid15, input#uid16, input#titel, input#name, input#vorname, input#telefon, input#telefax, input#email, input#firma, input#strasse, input#plz_ort, input#redaktion, input#ressort {
  	font-size:11px;
	width: 400px;
	padding: 3px 0 0 5px;
	color:#666666;
	background-color:#f5f5f5;
	border: 1px #CCCCCC solid;
	height: 17px;
  } 
input#uid16 {
  
  	margin-bottom:1em;
  } 
textarea,  
#wrapper #Inhalt #kontaktForm textarea#mitteilung,
#wrapper #Inhalt #newsletterForm textarea#mitteilung {
  	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 400px;
	padding: 3px 0 0 5px;
	color:#666666;
	background-color:#f5f5f5;
	border: 1px #CCCCCC solid;
	height: 200px;
  } 
    
#wrapper #Inhalt #kontaktForm select#taetigkeitsfeld,
#wrapper #Inhalt #newsletterForm select#taetigkeitsfeld {
  	font-size:11px;
	width: 405px;
	padding: 3px 0 0 3px;
	color:#666666;
	background-color:#f5f5f5;
	border: 1px #CCCCCC solid;
	height: 21px;
  }   
  
  
.tx-thmailformplus-pi1,
.tx-powermail-pi1 {

	 padding:5px;
	 margin:0;
	 font-size:12px;
	 line-height: 18px;
	 color: #666666;
}

.tx-thmailformplus-pi1 #newsletterForm label,
.tx-powermail-pi1 label, .tx-powermail-pi1 p {
  	font-weight:bold;
	 font-size:12px !important;
	 color: #666666;
	display:block;
}
.tx-powermail-pi1 label, .tx-powermail-pi1 p {
	margin-bottom:1em;
	margin-top:1em;      
}      
.tx-powermail-pi1 legend {
	display:none;
	padding-bottom: 0.5em;      
}      

.tx-powermail-pi1 .powermail_mandatory_js {
	font-size: 10px; font-weight: bold; color: rgb(212, 1, 50);      
}      
.tx-powermail-pi1 .tx-powermail-pi1_confirmation  {
	float:left;
	margin-right: 1em;      
}
.tx-powermail-pi1 #powermaildiv_uid10 {
	font-size: 15px;
	font-weight: bold;    
        margin-top:0.5em;  
        margin-bottom:0.5em;  
}
.tx-powermail-pi1 .powermail_radio_inner { 
	display:block;
	clear:both;
}   
.tx-powermail-pi1 .powermail_radio_inner label { 
	font-weight:normal;
     	display:inline;
}   
.tx-powermail-pi1 .powermail_radio_inner input { 
	float:left;
}   
.tx-powermail-pi1 div#powermaildiv_uid11 {   
	clear:both;  
	margin-bottom:2em;   
}   
/* ########################### */

.csc-frame-frame1 {

	border: 1px solid #004c94;
	margin: 0 0 5px 0;
	padding: 0;
}



/* ######## irfaq ########## */

.tx-irfaq-pi1 dt { 

	margin: 0 0 10px 0;
	font-size: 14px;
 }
.tx-irfaq-pi1 .additional-info { 

	margin: 0 0 20px 0;
	
 }
 .tx-irfaq-pi1 dd { 

	color: #004c94;
 }


/* ################# tx-nvprospekt-pi1 (Bilderpool) ########################*/

.tx-nvprospekt-pi1 { font-size:12px;}
.tx-nvprospekt-pi1 .title { padding: 0px 20px 0 0;}
.tx-nvprospekt-pi1 .text { font-size:11px; font-weight: bold; width: 110px;}

/* ################# tx-a21glossaryadvancedoutput-pi1 (Glossar) ########################*/

.tx-a21glossaryadvancedoutput-pi1 { font-size:14px;}



/* ################# tx-newloginbox-pi1 ########################*/


.tx-newloginbox-pi1 {

  padding: 5px;
  border: 1px solid #cccccc;
  height: auto;
  margin: 0px;
  

}

.tx-newloginbox-pi1 h3 {

  font-size:14px;
   margin: 0px;
   padding: 0px;

}

.tx-newloginbox-pi1 th, p {

  font-size:12px;
   margin: 0px;
   padding: 0px;

}

.tx-newloginbox-pi1 form {

   margin: 0px;
   padding: 0px;

}


