/*------ GRUNDGERÜST ----- */
body {
	font: 12px arial, verdana, helvetica, sans-serif;
	line-height: 140%;
	padding: 0;
	margin: 0;
	color: #999999;
	background: url(../images/bg.jpg) repeat-x;
	text-align: center;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

h1 {
  padding: 0 0 10px 0;
  margin: 0;
  color: #0095ab;
  font-size: 16px;
  font-weight: bold;
}

p {
  padding: 0 0 11px 0;
  margin: 0;
}

a img {
	border: none;
}

img {
  vertical-align: bottom;
}


a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:link, a:visited {
  color: #0095ab;
}

a:hover {color:#5dbac8;}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
}

*html .logo img,
*html .logo-folge img,
*html .folge-ganze-breite img {
  behavior: url(/fileadmin/templates/iepngfix/iepngfix.htc);
}

/*------ FARBEN ----- */
.ci-blue {color: #0095ab;}
.ci-blue a:link, .ci-blue a:visited {color: #0095ab;}
.ci-blue a:hover {color: #5dbac8;}

.ci-grey {color: #999999;}
.ci-grey  a:link, .ci-grey  a:visited {color: #a4a4a4;}
.ci-grey a:hover {color: #5dbac8;}

.ci-white {color: #ffffff;}
.ci-white a:link, .ci-white a:visited {color: #ffffff;}
.ci-white a:hover {color: #ffffff;}
 
/*------ NAVIGATION ----- */
.navibox {
  width: 465px;
  float: left;
  position: relative;
  z-index: 2;
}

.navistart {
  margin: 78px 0 0 0;
}

.navi ul {
  list-style: none;
  margin: 0 0 0 28px;
  padding: 0;
}

.navi ul li {
  float: left;
  display: block;
  padding: 0;
  font-size: 12px;
  margin: 0;
  line-height: 10px;
  position: relative;
}

.navilink a:link, .navilink a:visited {
  padding: 0 15px 0 0;
}

.navilink a:hover {
}

.navilinkaktiv a:link, .navilinkaktiv a:visited, .navilinkaktiv a:hover {
  color: #5dbac8;
}

.navilinkaktuell a:link, .navilinkaktuell a:visited, .navilinkaktuell a:hover {
  color: #5dbac8;
}

/*------ SUBNAVIGATION ----- */
.navi li ul {
  width: 180px;
  background: url("../images/bg-navifooter.png") no-repeat bottom;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 0 0 -9px;
  padding: 5px 0 56px 0;
  float: none;
  display: none; 
  z-index: 2;   
}

*html .navi li ul {
  width: 180px;
  background: url("../images/bg-navifooter.gif") no-repeat bottom;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0 0 0 -9px;
  padding: 6px 0 20px 0;
  float: none;
  display: none;  
  z-index: 2;  
}

.navi li ul li {
  font-size: 12px;
  margin: 0;
  width: 180px; 
}

.subnavilink a:link, .subnavilink a:visited {
  display: block;
  padding: 5px 0 5px 9px;  
  background: #ffffff;
  color: #999999;  
}

.subnavilink a:hover {
  color: #5dbac8;  
}
.subnavicolor a:link, .subnavicolor a:visited, .subnavicolor a:hover {
  background: #ebf4f5;
}

.subnavilinkaktiv a:link, .subnavilinkaktiv a:visited, .subnavilinkaktiv a:hover {
  color: #5dbac8;  
}

.subpfeil a:link, .subpfeil a:visited, .subpfeil a:hover  {
  background-image: url("../images/subpfeil.gif");
  background-repeat: no-repeat;
  background-position: 164px center;
}

.subpfeil a:hover  {
  background-image: url("../images/subpfeilhover.gif");
}

/*------ SUBNAVIGATION 2 ----- */
.navi li ul li ul {
  width: 180px;
  position: absolute;
  left: 180px;
  top: 0;
  margin: 0;
  padding: 0;
  float: none;
  display: none;  
  z-index: 2; 
}

.subnavilink2 a:link, .subnavilink2 a:visited {
  display: block;
  padding: 5px 0 5px 9px;  
  background: #ffffff;
  color: #a4a4a4;  
}

.subnavilink2 a:hover {
  color: #5dbac8;
}

.subnavicolor2 a:link, .subnavicolor2 a:visited, .subnavicolor2 a:hover {
  background: #ebf4f5;
}

.subnavilinkaktiv2 a:link, .subnavilinkaktiv2 a:visited, .subnavilinkaktiv2 a:hover {
  color: #5dbac8;
}

/*------ NAVI NOSCRIPT ----- */
.subnavi-noscript {
  margin: 0 0 0 28px;
  position: relative;
}

.subnavi-noscript ul {
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
  position: absolute;
}

.subnavi-noscript li {
  font-size: 12px;
  margin: 0;
  line-height: 10px;
  padding: 2px 14px 2px 0;
  float: left;
  display: block;  
  background: #ebf4f5;  
}

.subnavi-noscript li ul {
  list-style: none;
  margin: 0;
  top: 16px;
  left: 0;
  position: absolute;
  width: 437px;

}

.subnavi-noscript li ul li {
  font-size: 12px;
  margin: 0;
  line-height: 10px;
  padding: 2px 14px 2px 0;
  float: left;
  display: block;  
  background: #f8fcfc;  
}


.subnavilinkaktiv-no-js a:link, .subnavilinkaktiv-no-js a:visited, .subnavilinkaktiv-no-js a:hover {
  color: #5dbac8;
}
/*------ SERVICE-NAVIGATION ----- */
.service-navi {
  width: 240px;
  float: left;
}

.service-navi-start {
  margin: 34px 0 0 0;
}

.service-navi-footer {
  padding: 8px 0 0 0;
}

.service-navi ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.service-navi ul li {
  float: left;
  display: block;
  padding: 0;
  font-size: 10px;
}

.service-navilink a:link, .service-navilink a:visited {
}

.service-navilink a:hover {
}

.servicenavi-trennlinie {
  padding: 0 2px !important;
}

/*------ STARTSEITE ----- */
.header {
  width: 1000px;
  height: 495px;
  position: relative;
}

.header-textbox {
  width: 535px;
  height: 154px;
  float: left;
  background: #0095ab;
  position: relative;
  z-index: 2;
}

.header-textbox-content {
  font-size: 28px;
  padding: 22px 0 0 172px;
  line-height: 32px;
}

.emobild-start {
  width: 1000px;
  height: 387px;
  position: absolute;
  z-index: 1;
  top: 108px;
  background: url(../images/werz-map.jpg) no-repeat;    
}

.emo-navi {
  padding: 127px 0 0 176px; 
  position: relative;  
}

.emo-navi img {
  padding: 0 4px 0 0;
}

.vakuum {
  width: 279px;
  height: 24px;
  position: absolute;
  top: 72px;
  left: 172px;
  z-index: 5;
} 

.plasma {
  width: 174px;
  height: 24px;
  position: absolute;  
  top: 317px;
  left: 262px; 
  z-index: 5;   
} 

.beschichtung {
  width: 182px;
  height: 24px;
  position: absolute;  
  top: 72px;
  left: 597px; 
  z-index: 5;   
} 

.service {
  width: 178px;
  height: 24px;
  position: absolute;  
  top: 317px;
  left: 673px;
  z-index: 5;    
} 


.content-breite {
  width: 1000px;
}

.content {
  padding: 0 160px 20px 172px;
  text-align: justify;
  position: relative;
}

.contentstart {
  padding-top: 36px;
}

.logo {
  width: 278px;
  padding: 0 0 42px 0;
  float: right;
}

.content ul {
  margin: 0;
  padding: 0 0 11px 15px;
}

/*------ FOLGESEITE ----- */
.header-folge {
  width: 1000px;
  height: 154px;
}

.header-textbox-content-folge {
  font-size: 20px;
  padding: 22px 0 0 172px;
  line-height: 26px;
}

.logo-folge {
  padding: 52px 0 17px 28px;  
}

.folge-ganze-breite {
  width: 668px;
}
 
.folge-links {
  width: 363px;
  float: left;
  margin: 32px 28px 0 0;
}

.folge-rechts {
  width: 277px;
  float: right;
  padding: 32px 0 0 0;
}

.folge-links-bild {
  width: 363px;
  float: left;
  margin: 0 28px 0 0;
}

.folge-rechts-bild {
  width: 277px;
  float: right;
  padding: 0 0 0 0;
}

/*------ NEWS-DETAIL ----- */ 
.content-news-breite {padding: 0 160px 20px 12px;}
.folge-ganze-breite-news {width: 828px;}
  
.news-links {
  width: 523px;
  float: left;
  margin: 32px 28px 0 0;
}
 

.news-links-textcontent {padding: 0 0 0 54px;} 

.news-links-datum {
  width: 469px;
  font-size: 19px;
  line-height: 25px;  
}

.news-links-textcontent h1 {  
  padding: 0 0 26px 0;
  margin: 0;
  color: #0095ab;
  font-size: 23px;
  font-weight: normal; 
  width: 469px;
  line-height: 25px;
  text-align: left;
}

/*------ NEWS-LISTING ----- */ 
.news-rechts-box {
  border-bottom: 1px dotted #999999;
  padding: 0 0 17px 0;
  margin: 0 0 17px 0;
}

.news-rechts-datum {font-size: 15px;}

.news-rechts-headline h1 {  
  padding: 2px 0 9px 0;
  margin: 0;
  color: #0095ab;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
}

.news-rechts-bild img {width: 124px;}

.mehr-lesen {  
  margin: -13px 0 0 0;
  width: 277px;
  text-align: right;
}


/*------ KONTAKT ----- */
.tx-powermail-pi1 fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.tx-powermail-pi1 form {
  margin: 0;
  padding: 0;
}

.tx-powermail-pi1 legend {
  display: none;
}

.tx-powermail-pi1 label {
  display: block;
  float: left;
  width: 70px;
  font: 12px arial, verdana, helvetica, sans-serif;
  line-height: 22px;
  padding: 0 0 0 0;
  color: #999999;
}

.tx_powermail_pi1_fieldwrap_html_label {
  display: block;
  float: left;
  width: 277px;
  font: 12px arial, verdana, helvetica, sans-serif;
  line-height: 22px;
  padding: 0 0 0 0;
  color: #999999;
}

.tx-powermail-pi1 input {
  width: 202px;
  margin: 4px 0 0 0;
  border: 1px solid #f2f2f2;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  background: #f2f2f2;
}

*html .tx-powermail-pi1 input {
  width: 200px;
  margin: 4px 0 0 0;
  border: 1px solid #f2f2f2;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  background: #f2f2f2;
}

.tx-powermail-pi1 textarea {
  width: 202px;
  border: 1px solid #f2f2f2;
  margin: 4px 0 0 0;
  padding: 1px;
  height: 132px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  overflow: auto;
  background: #f2f2f2;
}

*html .tx-powermail-pi1 textarea {
  width: 200px;
  border: 1px solid #f2f2f2;
  margin: 4px 0 0 0;
  padding: 1px;
  height: 132px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  overflow: auto;
  background: #f2f2f2;
}

.tx_powermail_pi1_fieldwrap_html_select select {
  width: 202px;
  margin: 4px 0 0 0;
  border: 1px solid #f2f2f2;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  background: #f2f2f2;
}

.tx_powermail_pi1_fieldwrap_html_check p, .tx_powermail_pi1_fieldwrap_html_radio p {
  width: 277px;
  line-height: 22px;
  padding: 0;
}

 .tx_powermail_pi1_fieldwrap_html_check .powermail_check_inner, .powermail_radio_inner {
  width: 277px;
  clear: both;
}

 .tx_powermail_pi1_fieldwrap_html_check input {
  width: 14px;
  margin: 4px 0 0 0;
  background: none;
  border: none;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
}

*html .tx_powermail_pi1_fieldwrap_html_check input {
  width: 14px;
  margin: 4px 0 0 0;
  background: none;
  border: none;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  text-align: left;
  float: left;
}

 .tx_powermail_pi1_fieldwrap_html_check label {
  display: block;
  float: right;
  width: 252px;
  font: 12px arial, verdana, helvetica, sans-serif;
  line-height: 20px;
  padding: 0 0 0 0;
  color: #999999; 
}

 .tx_powermail_pi1_fieldwrap_html_radio input {
  width: 14px;
  margin: 4px 0 0 0;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  background: none;
  border: none;  
}

*html .tx_powermail_pi1_fieldwrap_html_radio input {
  width: 14px;
  margin: 4px 0 0 0;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  background: none;
  border: none;  
  text-align: left;
  float: left;
}

 .tx_powermail_pi1_fieldwrap_html_radio label {
  display: block;
  float: right;
  width: 252px;
  font: 12px arial, verdana, helvetica, sans-serif;
  line-height: 20px;
  padding: 0 0 0 0;
  color: #999999;  
}
/*------ KONTAKT TYPO3 Powermail ----- */

.tx_powermail_pi1_fieldwrap_html_textarea {
  margin: 10px 0 0 0;
}

.tx_powermail_pi1_fieldwrap_html_submit input {
  background: url(../images/pfeil-senden.gif) left top no-repeat !important;
  margin: 8px 0 0 70px !important;
  height: 28px !important;
  padding: 0 0 0 30px !important;
  border: none !important;
  color: #0095AB !important;
  font-weight: bold !important;
  font: 12px arial, verdana, helvetica, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
}

.powermail_mandatory_js {
  color: #f00000;
  padding: 0 0 4px 72px;
  font-size: 10px;
  margin: -1px 0 0 0;
}

/*------ ANFAHRT ----- */
.tx-googlemaps-pi1 form  {
  width: 363px;
}

.tx-googlemaps-pi1 #map {
  width: 361px;
  border: 1px solid #f2f2f2;
}

.tx-googlemaps-pi1 label {
  padding: 6px 0 2px 0;
}

.google-anfahrtsfeld {
  float: left;
}

.google-anfahrtsfeld input {
  width: 202px;
  margin: 4px 0 0 0;
  border: 1px solid #f2f2f2;
  padding: 1px;
  font: 12px arial, verdana, helvetica, sans-serif;
  color: #999999;
  background: #f2f2f2;
}

.google-submit input {
  background: url(../images/pfeil-senden.gif) left top no-repeat !important;
  margin: 0 0 0 10px !important;
  height: 28px !important;
  padding: 0 0 0 30px !important;
  border: none !important;
  color: #0095AB !important;
  font-weight: bold !important;
  font: 12px arial, verdana, helvetica, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
}
/*------ SCHRIFTGRÖSSE/SUCHE ----- */
.box-schriftgr-suche {
  position: absolute;
  z-index: 2; 
  top: 0;
  right: 465px;   
}
  
.schriftgr-suche {
  width: 178px;
  height: 15px;
  background: #cbc5ad;
  }

.schriftgr {
  width: 104px;
  float: left;
  background: #cbc5ad;
  color: #ffffff;
  line-height: 130%;
}

.schrift-gr-abst {
  padding: 0 0 0 10px;
}

.schriftgr-kl {
  color: #937653;
  font-size: 10px;
  line-height: 10px;
}

.schriftgr-gr {
  color: #937653;
  font-size: 12px;  
  line-height: 12px;  
}

.suche {
  width: 74px;
  float: left;
  background: #ffffff;
}  

.suche form {
  margin: 0;
  padding: 0;
}

.suche fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.suchfeld, .tx-indexedsearch-searchbox-sword {
  background: none repeat scroll 0 0 transparent;
  border: none;
  float:left;
	font: 12px arial, verdana, helvetica, sans-serif;
  margin:0;
  padding: 1px 0 0 4px;
  width: 52px;
  background: #ffffff;
}

.tx-indexedsearch-searchbox-sword {
  background: #f1f1f1;
  margin: 0 0 5px 10px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin: 0;
  padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
  text-align: left;
}

.suche-lupe {
  background:url("../images/suche-lupe.jpg") no-repeat scroll 2px 3px transparent;
  cursor:pointer;
  float:right;
  height:15px;
  padding:3px 2px 0 0;
  width:17px;
  border: none;
}
  
/*------ Lupe bei Bildvergrößerung ----- */
div.clickenlarge-1 img {
  background:url("../images/suche-lupe.jpg") no-repeat scroll right bottom transparent;
  padding: 0 0 11px 0;
}
  
div.clickenlarge-1 .bodytext img {
  padding:0;
  background:none;
}  
/*------ FOOTER ----- */
.footer {
  width: 668px;
  height: 30px;
  padding: 170px 0 0 0;
  float: right;
}

.box-seitenanfang {
  width: 130px;
  float: right;
  cursor: pointer;
}

.seitenanfang{
  float: left;
  padding: 8px 0 0 0;
  text-align: right;
}

.seitenanfang-img {
  width: 28px;
  float: right;
}

/*------ PRINT ----- */
.printadresse {
  display: none;
}
