* {
	margin: 0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
}

html {
}

body {
	width: 100%;
	color: black;
	background-color: #F0F0F0;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: black;
}

/* 
a:hover {
	background-color: #FFCC00;
}

*/

/* Äußere Rahmen zur Positionierung des gesamten Inhaltes */


#container00 {
	height: 100%;
	overflow: auto;
	position: relative;
	width: 100%;
	text-align: center;
}
	
#container01 {
	width: 994px;
	margin: 0px auto 0px auto;
	background-image: url(/common/img/corporate/header.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
}

#container02 {
	width: 934px;
	margin: 0px auto 0px auto;
}




/* Statuszeile und Sprachnavigation */


#language {
	height: 22px;
	font-size: 11px;
	line-height: 16px;
	padding-top: 2px;
}

#language p a {
	padding: 0px 3px 1px 3px;
}

#language p a.active {
	background-color: #FFCC00;
}

#language p a:hover {
	background-color: #FFCC00;
}

#languagebox {
	float: right;
	font-weight: bold;
}

#languagebox a {
	color: black;
	text-decoration: none;
}

#breadcrumb, .contentPath {
	text-align: left;
	color: #686868;
	padding: 16px 0 0 8px; 
	font-size:11px;
	margin-bottom:0; /* ist das ok so? */
}

#breadcrumb a, .contentPath a {
	color: #686868;
	text-decoration: none;
}

#breadcrumb a:hover, .contentPath a:hover {
	background-color: #FFCC00;
}


/* Hellgelbe Binde mit Logo und Suche */


#header {
	text-align: left;
	position: relative;
	height: 134px;
}


/* Positionierung Logo */


#logo {
	position: absolute;
	left: 0px;
	top: 30px;
}


/* Positionierung Suchfeld */


#search {
	width: 207px;
	position:absolute;
	right: 0px;
	top: 59px;
}

#search p {
	font-size: 11px;
	font-weight: bold;
}

input#keywords {
	border: 2px solid #aaaaaa;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	width: 175px;
	height: 16px;
	margin: 0px 0px 0px 0px;
}

*html input#keywords {
	width: 170px;
}

input#searchbutton {
	position: relative;
	top: 18px;
	float: right;
	display: inline;
}


/* Umfassung des mittleren Bereiches */


#container03 {
	margin: 13px 0px 0px 0px;
}


/* Navigationsspalte links*/


#navigation {
	text-align: left;
	width: 207px;
	float: left;
}

#navigation ul {
	list-style: none;
	margin-top: 5px;
	list-style-position: outside;
}

#navigation a {
	text-decoration: none;
	color: #363636;
}

#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
}

#navigation a.active {
	color: #000000;
	font-weight: bold;	
}

#navigation ul li {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border: 0;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	line-height: 12px;
	background-color: #F0F0F0;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation ul li.active {
	color: #000000;
	background-color: #ffcc00;
	font-weight: bold;	
}

#navigation ul li.ueber {
	background-color: #FFCC00;
}

#navigation ul li a {
	padding-left: 8px;
	margin-left: 0px;
}

#navigation ul li ul {
	margin-bottom: -5px;
}

#navigation ul li ul li {
	background-color: #ffffff;
	text-transform: none;
}

#navigation ul li ul li a {
	padding-left: 8px;
	margin-left: 0px;
	font-weight: normal;
}

#navigation ul li ul li ul {
	margin-bottom: -5px;
}

#navigation ul li ul li ul li {
	background-color: #ffffff;
}
#navigation ul li ul li ul li a {
	padding-left: 19px;
	margin-left: 0px;
}

#navigation ul li ul li ul li ul {
	margin-bottom: -5px;
}

#navigation ul li ul li ul li ul li {
	background-color: #FFFFFF;
}
#navigation ul li ul li ul li ul li a {
	padding-left: 30px;
	margin-left: 0px;
}

#navigation .subtopic {
	padding: 4px 0px 3px 19px;
	margin-top: 0px;
	background-color: #F0F0F0;
	font-weight: normal;
}





/* Teaserspalte rechts */


#teaser {
	text-align: left;
	width: 207px;
	float: right;
}

#teaser div.teaserbox {
	background-color: #F8F8F8;
	padding: 13px;
	margin-bottom: 28px;
}

#teaser h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}

#teaser h3 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}

#teaser p {
	margin: 0px 0px 0px 0px;
}

#teaser ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}

#teaser ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#teaser div.multi h3 {
	margin: 20px 0px 15px 0px;
}

#teaser div.multi p {
	margin: 0px 0px 15px 0px;
}

#teaser div.multi img {
	margin: 0px 0px 0px 0px;
}

#teaser a:hover {
	background-color: #FFCC00;
}

#teaser img {
	display: block;
	margin: 0px 0px 10px 0px;
}

#teaser img.floatimage {
	display: inline;
	margin: 0px 2px 0px 0px;
}

#newsletterform {
	margin: 10px 0px 10px 0px;
}

input#newsletteremail {
	border: 2px solid #aaaaaa;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	width: 150px;
	height: 16px;
	margin: 0px 2px 0px 0px;
}

*html input#newsletteremail {
	width: 145px;
}

input#newsletterbutton {
	position: relative;
	top: 0px;
	float: right;
	display: inline;
}





/* Inhalt in der Mitte */


#content {
	float: left;
	text-align: left;
	width: 454px;
	margin: 0px auto 50px 33px;
}

#content h1 {
	font-size: 18px;
	line-height: 24px;
	color: #686868;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 18px;
	line-height: 24px;
	color: #686868;
	margin-top: 40px;
	margin-bottom: 20px;
}

#content h3 {
	font-size: 14px;
	line-height: 20px;
	color: #686868;
	margin-top: 30px;
	margin-bottom: 15px;
}

#content h4 {
	font-size: 12px;
	line-height: 18px;
	color: black;
	margin-top: 15px;
	margin-bottom: 9px;
}

#content p {
	margin-bottom: 9px;
}

#content ul {
	margin: 0px 0px 9px 15px;
}

#content ul.trainings li {
  padding-bottom: 6px;
}

#content ol {
	margin: 5px 0px 9px 15px;
}

#content a:hover {
	background-color: #FFCC00;
}

#sitemap ul, #sitemap ul li ul
{
  margin-top: 5px;
}

#content img.blockbild {
	
}

#content div.newsbildrahmen {
	float: left;
	margin: 0px 20px 10px 0px;
}

#content div.newsbildrahmen  img {
	display: block;
	margin-top: 4px;
	margin-bottom: 1px;
}

.gotop {
margin: 20px 0px 0px 0px;
padding: 5px 0px 0px 0px;
border-top: 1px solid #FFCC00;
}

.gotop p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#searchresult li {
  padding-top: 10px;
  line-height: 20px;
}



/* Informationsblöcke, Abgrenzung voneinenander, Bilddarstellung*/


#content div.informationsblock {
	clear: left;
	margin: 0px 0px 10px 0px	
}

#content div.bildrahmen {
	float: left;
	margin: 0px 20px 10px 0px;
}

#content div.bildrahmen img {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #e0e0e0;
}

#content div.signetrahmen {
	float: right;
	margin: 0px 0px 10px 20px;
}

#content div.signetrahmen img {
	display: block;
}

#content div.signetrahmen a:hover {
	text-decoration: none;
	background-color: transparent;
}

#content div.spreizer {
	clear: both;
	height: 20px;
	width: 1px;
	font-size: 1px;
}

#content div.spreizerlinie {
	clear: both;
	margin: 10px 0px 10px 0px;
	height: 1px;
	font-size: 1px;
	background-color: #F6E6B0;
}


/* Neuformatierung der Tabellen auf den Referenzseiten */


table.referenztabelle td {
	padding-right: 15px;
}



/* Produktteaserbox */


div.productbox, div.productboxlarge {
	color: black;
	width: 327px;
	margin: 30px 0px 30px 0px;
}

div.productboxlarge {
	width: 454px;
}

div.productimagetop {
	padding: 7px 5px 0px 10px;
	height: 26px;
	background-color: #F0F0F0;
}

p.highlight {
	text-align: right;
	float: right;
	width: 45px;
	color: red;
	font-size: 11px;
	font-style: italic;
}

span.highlight {
	color: red;
}

div.productbox img {
	display: block;
	margin: 2px 0px 2px 0px;
}

div.productimagesub {
	padding: 5px 5px 0px 10px;
	height: 26px;
	background-color: #F0F0F0;
}

#content div.productimagetop h3 {
  margin: 0px 0px 0px 0px;
  padding:0;
	font-size: 12px;
  line-height: 18px;
  color: black;
}

#content div.productimagesub p {
	font-size: 11px;
	color: black;
	font-weight: bold;
}

#content .productboxtoplink {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  display: block; 
  background-color: #F0F0F0; 
  height: 26px; 
  padding: 7px 5px 0 10px;
  text-decoration: none;
}

#content .productboxsublink {
  font-size: 11px;
  font-weight: bold;
  display: block; 
  background-color: #F0F0F0; 
  height: 26px; 
  padding: 7px 5px 0 10px;
  text-decoration: none;
}


/* Firmenteaserbox */


div.companybox {
	color: black;
	width: 454px;
	margin: 30px 0px 30px 0px;
}

div.companyimagetop {
	padding: 7px 5px 0px 10px;
	height: 26px;
	background-color: #F0F0F0;
}

div.companybox img {
	display: block;
	margin: 2px 0px 2px 0px;
}

div.companyimagesub {
	padding: 5px 5px 0px 10px;
	height: 26px;
	background-color: #F0F0F0;
}

#content div.companyimagetop h3 {
  margin:0;
  padding:0;
	font-size:12px;
  line-height:18px;
  color:black;
}

#content div.companyimagesub p {
	font-size: 11px;
	color: black;
	font-weight: bold;
}

#content .companyboxtoplink {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  display: block; 
  background-color: #F0F0F0; 
  height: 26px; 
  padding: 7px 5px 0 10px;
  text-decoration: none;
}

#content .companyboxsublink {
  font-size: 11px;
  font-weight: bold;
  display: block; 
  background-color: #F0F0F0; 
  height: 26px; 
  padding: 7px 5px 0 10px;
  text-decoration: none;
}


/* Block zum Abschluß des dreispaltigen Mittelteiles */


#final {
	clear: both;
	min-height: 10px;
	font-size: 1px;
	text-align: left;
	width: 472px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 15px 0px;
	/* background-image: url(strich-vollgelb.gif); */
	/* background-position: bottom; */
	/* background-repeat: no-repeat; */
}

*html #final {
	height: 20px;
}


/* Verweisblöcke innerhalb des Abschlusses */


#final div.verweisblock {
	float: left;
	width: 100px;
	padding: 0px 9px 0px 9px;
}

*html #final div.verweisblock {
	float: left;
	width: 109px;
	padding: 0px 0px 0px 9px;
}

#final div.verweisblock h2 {
	margin-top: 16px;
	font-size: 11px;
	line-height: 16px;
}

#final div.verweisblock p {
	font-size: 11px;
	line-height: 16px;
}

#final div.spreizer {
	clear: left;
	height: 1px;
	font-size: 1px;
}


/* Rahmen für den Fußbereich */


#footer {
	clear: both;
	width: 994px;
	height: 64px;
	margin: 0px auto 0px auto;
	border: 1px solid #F6E6B0;
	background-image: url(/common/img/corporate/footer.gif);
	background-position: bottom;
}


#footerbox {
	width: 934px;
	margin: 20px auto 0px auto;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

#footerbox address {
	font-style: normal;
}

#footerbox a {
	color: black;
	text-decoration: underline;
}


#footerbox p a {
	padding: 1px 3px 1px 3px;
}

#footerbox p a:hover {
	background-color: #FFCC00;
}


/* Formatierung der alten Formulare */

#altesformular {
}

#altesformular table {
	width: 454px;
	background-color: white;
	margin:0;
	padding:0;
}

#altesformular td {
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 12px;
	line-height: 14px;
}

#altesformular tr.zwischen td {
	padding-top: 15px;
}

#altesformular tr.erstezeile h3 {
	margin-top: 0px;
}

#altesformular td.spalte1 {
	width: 140px;
	vertical-align: middle;
}

#altesformular td.spalte2 {
	width: 0px;
}

#altesformular td.spalte3 {
	width: 300px;
	vertical-align: middle;
}

#altesformular input, #altesformular textarea , #altesformular select {
	border: 1px solid #686868;
	margin-left: 10px;
	margin-right: 5px;
	font-size: 12px;
}

#altesformular input.absenden {
	border: 1px solid #686868;
	padding: 2px 10px 2px 10px;
	font-size: 12px;
}


/* Formatierung der alten Produkte und Inhaltstabellen */


table.imgtext-table{
	margin: 0px 0px 0px 20px;
}

div.subtitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #686868;
	margin: 7px 0px 7px 0px;
}


table.art_table_v2 td {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	color: #686868;
}

table.art_table td {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	color: #686868;
}

table.art_table tr.tbl_header td {
	background-color: black;
	color: white;
	font-weight: bold;
}

table.art_table_v2 tr.tbl_header, table.art_table_v2 tr.tbl_header td.col_v2_1, table.art_table_v2 tr.tbl_header td.tbl_header {
	background-color: black;
	color: white;
	font-weight: bold;
}



td.col_v2_1 {
	background-color: #C6C9CA;
}

td.col_v2_2 {
	background-color: #E7E7E9;
}

td.col_v2_3 {
	background-color: #E7E7E9;
}

td.col_v2_4 {
	background-color: #F6F6F6;
}

table.art_table_v2 img {
	display: inline;
	margin: 4px 2px 0px 0px;
}

#content table.art_table a:hover, #content table.art_table_v2 a:hover {
	background-color: transparent;
}

table.all_products
{
  margin-top:22px;
}

#content .category_description ul
{
  margin:0 0 3px 15px;
}

.imgtext-nowrap
{
  width: 454px;
}

.imgtext-messen
{
  text-align: right;
}

/* Teaser Referenzen */

#teaser  #teaserbox180bild { 
	padding:13px 0 13px 13px;
	width:194px;
	}
	
#teaser .referenzen h2 a:link, #teaser .caption a:link {
	text-decoration: none;
	}
	
#teaser .referenzen img {
	border: 1px solid #ffffff;
	margin: 0 0 10px 0;
	}
	

.referenzen div#kleinbildBindeName {
background-color:#EEEEEE;
height:10px;
left:10px;
opacity:0.7;
padding:2px 10px;
position:absolute;
top:140px;
z-index:27;
}

#teaser .referenzen {
position:relative;
width:100%;
}

#teaser .referenzen h1 {
color:black;
font-size:11px;
line-height:10px;
margin:0;
}

#teaser .referenzen h1 a:link {
	text-decoration: none;
	}
	
#teaser .referenzen h1 a:hover {
	background-color: transparent;
	}
	
/* Neu fuer Markenseiten */

#brand {
	float: none;
	margin: 5px 0 15px 0;
	min-height: 50px;
	text-align: center;
	width: 454px;
	}
	
div#brandDescription {
	}
	
/* Wegen Referenzen */	
/* auch in tritec.css ergänzt bei #breadcrumb */
.contentPath { 
	padding: 0;
	}
	
#printTitle { 
	display:none;
	}
#teaser div.referenzen { 
	width:182px;
	}

#content .teaserHome, #content .teaserHome .leinwand {
	height:297px;
	width:445px;
	}
	
#content .teaserHome a.leinwandLink:link, #content .teaserHome a.leinwandLink:visited {
	border:0;
	color: #000000;
	display:block;
	height:297px;
	text-decoration: none;
	width:445px;
	}
	
#content .teaserHome a.leinwandLink:hover, #content .teaserHome a.leinwandLink:active {
	background-color: transparent;
	border:0;
	color: #000000;
	display:block;
	height:297px;
	text-decoration: none;
	width:445px;
	}	
	
#content .teaserHome .breitbildBindeName { 
background-color:#EEEEEE;
height:25px;
left:0;
opacity:0.7;
padding:5px 10px;
position:absolute;
top:20px;
z-index:27;
}

#content .teaserHome .breitbildBindeDatum { 
background-color:#EEEEEE;
height:15px;
left:0;
opacity:0.7;
padding:5px 10px;
position:absolute;
top:60px;
z-index:27;
}

#content .teaserHome h1 {
color:black;
font-size:20px;
line-height:27px;
margin:0;
}

#content .teaserHome h2 {
color:black;
font-size:14px;
line-height:17px;
margin:0;
}

#footer {
background:url("/common/img/corporate/footer.gif") repeat;
background-position: 0 0;
border:1px solid #F6E6B0;
clear:both;
height:40px
width:994px;
}

#footerbox {
color:#888888;
font-size:11px;
font-weight:bold;
text-align:left !important;
margin-left:20px;
margin-top:10px; 
}

#frame {
background-color: #f8f8f8;
height:100%;
overflow:auto;
position:relative;
margin:0 auto;
padding:20px 20px 0 20px;
width:954px;
}
#footer {
color:#666666;
font-size:11.5px;
}
.col-3 {
width:205px;
}
.col-1, .col-2, .col-3, .col-3-5, .col-4, .col-4-5, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
float:left;
margin-bottom: 10px;
margin-right:40px;
}
#frame h3 {
border-bottom:1px solid #a8a8a8;
color:#0a0a0a;
font-size:11.5px;
font-weight:normal;
margin-bottom:5px;
padding: 0 0 2px;
text-align:left;
}
#frame h3 a {
text-decoration: none; 
}
h3 {
font-size:16px;
font-weight:bold;
margin:0 0 10px;
}
ul li {

}
#frame ul {
list-style-type:none;
margin:0 0 20px;
padding:0;
text-align:left;
}
#frame ul li {
background:none repeat scroll 0 0 transparent;
font-size:10px;
padding:0;
}
#frame ul li a {
color:#363636;
text-decoration: none; 
}
.last {
margin-right:0 !important;
}
.clear { clear: both; }
#footer p {
margin-bottom:1em;
}
#footer p.gf {
color:#363636;
float:left;
margin:9px 0 9px 0;
width:50%;
}
#footer .gf-links {
float:right;
margin:9px 0 9px 0;
}
.piped {
display:block;
}
.piped li {
display:inline;
float:left;
}
#footerbox .gf-links a {
color: #363636;
white-space:nowrap;
}
#footerbox ul.piped a {
border-left:1px solid #666666;
margin-left:1em;
padding:0 0 0 1.5em;
}
ul.gf-links li a {
}

a .first {
border:0;
padding:0;
}


