/****************************************************************************************************************
style.css
erstellt: 02.03.05
Autor: Goran

 Stylesheet fuer Werbeagentur aufwind.

geaendert: 07.04.05 Sebastian
Grund: ueberarbeitet 

*******************************************************************************************************************/

/*#####################################################
 Pseudo-Klassen & Redefinierung von HTML-Elementen
######################################################*/

/* Allgemeine Angaben */
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
table, tbody, th, tr, td,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend
{
 font-family: Verdana, Arial, Helvetica, SunSans-Regular;
 font-size: 100%;
 color: #666;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

html, body
{
 background: #F8FBFC;
 /*background: #CCCCCC;  fuer Testzwecke */
}

/* Links */
a, a:link, a:visited, a:hover, a:active
{
 color: #095AA6;
 text-decoration: underline;
}

a:hover
{
 text-decoration: none;
}

/* Formular-Elemente */
/* siehe weiter unten */

/* Block- und Inline-Elemente */
p
{
 color: #4D4D4D;
 font-size: 0.7em;
 margin: 5px 0px;
}

td, label, legend
{
 font-size: 0.7em;
}

td td,
p label
{
 font-size: 1em;
 color: #4D4D4D;
}

/* Ueberschriften */
h1
{
 font-size: 0.9em;
 color: #666;
 font-weight: bold;
 margin: 10px 0px;
}

h2
{
 font-size: 0.9em;
 color: #666;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h3
{
 font-size: 0.85em;
 font-weight: bold;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h4
{
 font-size: 0.8em;
 font-weight: bold;
 background: #666;
}

h5
{
 font-size: 0.8em;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 5px;
}

h6
{
 font-size: 0.75em;
 font-weight: bold;
 border-bottom: 1px solid #666;
 margin-top: 15px;
 margin-bottom: 2px;
}

/* Bild-Definitionen */
img
{
 border: none;
 white-space: nowrap;
}

ul
{
 list-style-type: square;
 padding: 10px 5px 5px 5px;
}

ul li
{
 font-size: 0.7em;
 line-height: 100%;
 margin: 0px 0px 2px 15px;
}

hr
{
 border: 1px solid #4D4D4D;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}
/*------------- Ende Pseudo-Klassen & Redefinierung von HTML-Elementen ------------- */

/*#################################################
 CSS-Klassen bezogen auf die div-Bloecke
#################################################*/

/* Seite zentriert ausrichten */
#center
{
 border: 1px solid #095AA6;
 width: 778px;
 padding: 0;
 margin: 0px auto 0px auto;
}

/* --------------- Oben: Links und Suchfeld --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 height: 240px;
}

#logoani
{
	margin: 0;
	float:right;
	width: 310px;
height:106px;
padding:20px 0 0;
background:#FFF;
}

.sitenavi
{
 font-size: 0.6em;
 color: #666;
 text-align: left;
 height: 43px;
 padding: 23px 3px 2px 10px;
 margin: 0;
 width: 250px;
 float: left;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a.active
{
 font-size: 1.05em;
 color: #666;
 text-decoration: none;
 margin: 0px 5px;
}
/*------------- Ende Oben: Links und Suchfeld ------------- */

/* ------------- Hauptnavigation ------------- */

/* Block mit den Navigationselementen */
#naviH
{
 font-size: 0.7em;
 color: #FFF;
 text-transform: uppercase;
 height: 16px;
 margin-top: 99px;
 padding-top: 1px;
 border-right: 1px solid #095AA6;
}

#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a.active
{
 font-size: 1.05em;
 color: #FFF;
 text-transform: uppercase;
 letter-spacing: 0.05em;
 text-decoration: none;
 background: #095AA6;
 border-right: 1px solid #FFF;
 padding: 1px 10px;
}

#naviH a:hover
{
}

#naviH a.akt,
#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a.active.akt
{
}

/* Formatierung der Links in der Aufklappnavi */
.linkmenu td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active
{
 font-size: 0.7em;
 color: #FFF;
 text-decoration: none;
 background: #095AA6;
 border-top: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 color: #FFF;
 background: #85B8E2;
}

/*------------- Ende Hauptnavigation ------------- */

/* ------------ Content-Bereich ------------ */
#contentarea
{
 width: 100%;
}

/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 background: #F2FAFC;
 width: 190px;
 height: 500px;
 float: left;
 border-right: 1px solid #095AA6;
}

#subnavi h1
{
 font-size: 0.7em;
 font-weight: bold;
 text-transform: uppercase;
 color: #FFF;
 background: #3685C7;
 border-bottom: 1px solid #095AA6;
 padding: 3px 3px 3px 10px;
 margin: 0;
}

/* Subnavigation Ebene 1 */
#subnavi ul
{
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#subnavi ul li
{
 border-bottom: 1px solid #095AA6;
 margin: 0;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active
{
 color: #666;
 text-decoration: none;
 background: #F2FAFC;
 line-height: 100%;
 display: block;
 padding: 4px 3px 4px 11px;
}

#subnavi ul li a:hover
{
 color: #FFF;
 background: #3685C7;
}

/* aktive Links in der Subnavigation erhalten diese Klasse */
#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
 padding-left: 11px;
 color: #FFF;
 background: #3685C7;
}

#subnavi a:hover.akt
{
}

/* Subnavigation Ebene 2 */
#subnavi ul.under
{
}

#subnavi ul.under li
{
 border: none;
 border-top: 1px solid #095AA6;
}

#subnavi ul.under li a,
#subnavi ul.under li a:link,
#subnavi ul.under li a:visited,
#subnavi ul.under li a:hover,
#subnavi ul.under li a:active
{
 font-size: 1.4em;
 color: #666;
 background: #F2FAFC;
 display: block;
 padding: 4px 3px 4px 21px;
}

#subnavi ul.under li a:hover
{
 color: #FFF;
 background: #3685C7;
}

#subnavi ul.under li a.akt,
#subnavi ul.under li a:link.akt,
#subnavi ul.under li a:visited.akt,
#subnavi ul.under li a:hover.akt,
#subnavi ul.under li a:active.akt
{
 padding-left: 21px;
 color: #FFF;
 background: #3685C7;
}

/* Subnavigation Ebene 3 */
#subnavi ul.under2
{
 padding-bottom: 4px;
}

#subnavi ul.under2 li
{
 border: none;
}

#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active
{
 font-size: 1.9em;
 padding: 2px 3px 4px 31px;
}

#subnavi ul.under2 li a:hover
{
}

#subnavi ul.under2 li a.akt,
#subnavi ul.under2 li a:link.akt,
#subnavi ul.under2 li a:visited.akt,
#subnavi ul.under2 li a:hover.akt,
#subnavi ul.under2 li a:active.akt
{
 padding-left: 23px;
}
/*------------- Ende Content-Bereich: Subnavigation ------------- */
/* ------------ Content-Bereich: Inhalte ------------ */

/* mit Zusatzinfos auf der rechten Seite */
#content
{
 background: #EBF3F8;
 float: left;
 width: 406px;
 padding: 15px;
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
 background: #EBF3F8;
 float: left;
 width: 557px;
 padding: 15px;
}

/* Startseite */
#content3
{
 background: #EBF3F8;
 float: left;
 width: 627px;
 padding: 15px 0px;
}

/* ohne Subnavigation, mit Zusatzinfos auf der rechten Seite */
#content4
{
 background: #EBF3F8;
 float: left;
 width: 596px;
 padding: 15px;
}

/* ohne Subnavigation, ohne Zusatzinfos auf der rechten Seite */
#content5
{
 background: #EBF3F8;
 width: 748px;
 padding: 15px;
}

.nofloat
{
 clear: both;
}

/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/

/* Contentmaker: Link */
.link{
	background: #F2FAFC;
	border: 1px solid #095AA6;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.link h1 {
	color: #4D4D4D;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.link img{
	vertical-align: middle;
}

.link div{
	margin-right: 2px;
	border-right: 1px solid #095AA6;
	border-bottom: 1px solid #095AA6;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover{
	color: #4D4D4D;
	font-size: 0.7em;
	margin: 5px;
}

.link a:hover{
}

.link div a,
.link div a:link,
.link div a:visited,
.link div a:hover{
	background: none;
	margin: 0px;
}

.link p{
	padding: 5px;
	margin: 0px;
}

/* Contentmaker: Download */
.download{
	background: #F2FAFC;
	border: 1px solid #095AA6;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.download h1 {
	color: #4D4D4D;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.download img{
 vertical-align: middle;
}

.download div
{
	margin-right: 2px;
  border-right: 1px solid #095AA6;
  border-bottom: 1px solid #095AA6;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover{
	color: #4D4D4D;
	font-size: 0.7em;
	margin: 5px;
}

.download a:hover
{
}

.download div a,
.download div a:link,
.download div a:visited,
.download div a:hover{
	background: none;
	margin: 0px;
}

.download p{
	padding: 5px;
	margin: 0px;
}

.download span
{
	font-weight: normal;
}

/* Contentmaker: Bild */
.image{
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.image img
{
		
}

.image h1{
 font-size: 1.0em;
 color: #095AA6;
 font-weight: bold;
 margin-bottom: 10px;
}

.image div{
 font-size: 0.7em;
}

/* Ende Contentmaker: Link, Download, Bild */

/*#################################################
 Contentmaker: Bild und Text
#################################################*/

/*Bild rechts im Text*/

.image_float_right {
   border: 1px solid #095AA6;
   background: #095AA6;
   float: right;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-left: 10px;
   margin-bottom: 5px;
}

.image_float_right_text {
  font-size: 0.7em;
  font-weight: normal;
  color: #666;
}

.image_float_right_text h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
}

/*Bild links im Text*/
.image_float_left {
   border: 1px solid #095AA6;
   background: #095AA6;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
}

.image_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
  color: #666;
}

.image_float_left_text h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
}

/* Ende Contentmaker: Bild und Text*/
/* Bildergalerie*/
.gallery
{
 color: #FFF;
 margin: 0px;
 margin-right: 20px;
 margin-bottom: 20px;
 float: left;
 width: 152px;
}

.gallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #095AA6;
 padding: 3px 10px;
 margin: 0px;
}

.gallery div
{
 border: 1px solid #095AA6;
 border-top: none;
 font-size: 0.7em;
 color: #000;
 background: #FFF;
 padding: 3px;
}

.gallery div.image
{
	margin: 0px;
	text-align: center;
	font-size: 0.7em;
 	color: #000;
 	background: #095AA6;
 	padding: 0px;
}

.gallery div img
{
	border: none;
}

.gallery div.headline{
	text-align: center;
	font-size: 0.7em;
 	color: #000;
 	background: #E7ECF2;
 	padding: 3px 10px;
 	margin: 0px;
}

/*Bildergalerie Ausgabe*/
.showgallery
{
	margin: 0px;
	padding: 0px;
}

.showgallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 text-align: center;
 color: #FFF;
 background: #095AA6;
 padding: 3px 10px;
 margin: 0;
}

.showgallery_thumb
{
	width: 276px;
	height: 650px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #095AA6;
}

.showgallery_thumb div
{
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 0.7em;
 	color: #095AA6;
 	font-weight: bold;
 	background: #FFF;
}

.showgallery_thumb div.showgallery_center
{
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb div.showgallery_left
{
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb div.showgallery_right
{
	padding-top: 10px;
	height: 40px;
	text-align: right;
}


.showgallery_image
{
	width: 420px;
	margin: 0px;
	padding: 15px 0px;
	float: right;
}

.showgallery_image div
{
	font-size: 0.7em;
 	color: #000;
 	background: #FFF;
 	padding: 3px;
}

/* ------------ Ende Content-Bereich: Inhalte ------------ */

/* ------------ Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/* Dieser div sorgt fuer den Rahmen */
#custom
{
 background: #F2FAFC;
 float: right;
 width: 150px;
 border-left: 1px solid #095AA6;
}

/* Definition von Teaserboxen auf der rechten Seite */
.box
{
 color: #FFF;
 margin: 0;
 clear: both;
 border-bottom: 1px solid #095AA6;
}

.box h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #095AA6;
 border-bottom: 1px dashed #095AA6;
 padding: 3px 10px;
 margin: 0;
}

.box h2
{
 font-size: 0.6em;
 font-weight: bold;
 color: #4D4D4D;
 padding: 3px 10px;
 margin: 0;
}

.box div
{
 font-size: 0.7em;
 color: #4D4D4D;
 padding: 1px 5px;
}

.box a,
.box a:link,
.box a:visited
{
  color: #4D4D4D;
}

.box a:hover
{
  color: #4D4D4D;
}

.box ul
{
 /*border-bottom: 1px solid #AAA;*/
 list-style-type: none;
 padding: 4px;
 margin: 0;
}

.box ul li
{
 margin: 0;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
 font-size: 0.9em;
 text-decoration: none;
 color: #4D4D4D;
}

.box ul li a:hover
{
 text-decoration: underline;
}

.box ul li img
{
 vertical-align: middle;
 text-align: center;
}

.box ul.assetlink
{
  clear:both;
  /* siehe normale ul */
}

.box ul.assetlink img {
	margin-right: 0px;
	text-align: center;
}

/* Teaser: Einzeiler */
.box ul.ulist
{
 border: none;
 list-style-type: square;
 padding: 0;
 margin-left: 35px;
}

.box ul.ulist li
{
 padding: 4px 5px;
 margin: 0;
}

/* Newsteaser Startseite airtech */
.box div.newsteaser{
 font-size: 1em;
 background: #CCE3EF;
 color: #4D4D4D;
 padding: 0;
 padding-bottom: 5px;
}

.box div.newsteaser h2{
 font-size: 0.7em;
 color: #4D4D4D;
 padding: 3px 2px 0px 2px;
 margin: 0px;
}

.box div.newsteaser p{
 color: #4D4D4D;
 padding: 2px 2px 0px 2px;
 margin: 0px;
}

.box div.newsteaser img{
 vertical-align: bottom;
 margin: 0;
}

.box div.newsteaser a,
.box div.newsteaser a:link,
.box div.newsteaser a:visited,
.box div.newsteaser a:active{
 font-weight: bold;
 text-decoration: none;
}

.box div.newsteaser a:hover{
 text-decoration: underline;
}
/* Ende Newsteaser Startseite airtech */

/* Kalender */
.box table {
 width: 140px;
 margin: 2px;
 text-align: center;
 vertical-align: middle;
 font-size: 0.75em;
 background-color: #3685C7;
}

.box table td {
 padding: 3px;
 color: #4D4D4D;
 background-color: #F2FAFC;
}

.box table td a,
.box table td a:link,
.box table td a:visited,
.box table td a:active{
 	background-color: #095AA6;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td a:hover{
	color: #FFF;
}

.box table td.month {
	color: #4D4D4D;
	background-color: #F2FAFC;
	font-size: 1em;
}

.box table td.month a,
.box table td.month a:link,
.box table td.month a:visited,
.box table td.month a:hover,
.box table td.month a:active{
	color: #4D4D4D;
	background-color: #F2FAFC;
	display: inline;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #F2FAFC;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #F2FAFC;
}

.box table td.today a,
.box table td.today a:link,
.box table td.today a:visited,
.box table td.today a:active{
  text-decoration: none;
  background-color: #095AA6;
 	color: #FFF;
}

.box table td.today a:hover{
	color: #FFF;
}

/* Ende Kalender */

/* ------------ Ende Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/

form
{
 line-height: 190%;
}

form br
{
 clear: both;
}

fieldset
{
 background: none;
 padding: 10px;
}

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: .8em;
}

/* error-Klasse */
label.leftr
{
 color: #FF0000;
}

input,
select,
textarea
{
 font-size: 0.7em;
 color: #666;
 background: #FFF;
 border: 1px solid #666;
 float: left;
 padding: 2px;
 margin-top: 5px;
}

select
{
 padding: 0;
}

optgroup, option
{
 font-size: 1em;
 line-height: 100%;
}

input:focus,
textarea:focus
{
 background: #DCEFF8;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
 cursor: pointer;
 border: none;
}

textarea
{
 width: 50%;
 margin-bottom: 10px;
}

/* Buttons beim Kontaktformular */
.submitbuttons
{
 margin-left: 8.8em;
}

.submitbuttons button
{
 font-size: 0.7em;
 font-weight: bold;
 color: #000;
 background: #F2FAFC;
 line-height: 100%;
 margin-right: 5px;
 padding: 5px;
}

/* Checkboxen Kontaktformular */
.checkbox_kontakt
{
 clear: both;
 font-size: 0.7em;
 color: #666;
 border: none;
 background:none;
 padding: 0px;
 margin: 0px;
 padding-top: 3px;
 line-height:100%;
}

.checkbox_div_aussen
{
	margin-left: 133px;
	width: 320px;
/*	border: 1px solid black;*/
}
.checkbox_div_innen_links
{
	float: left; 
	margin: 0px; 
	padding: 0px;
	width: 160px;
	line-height: 110%;
}

.checkbox_div_innen_rechts
{
	float: right; 
	margin: 0px; 
	padding: 0px;
	width: 160px;
	line-height: 110%;
}

/*#################################################
 CSS-Klassen fuer News
#################################################*/

.newsblock
{
 border: 1px solid #095AA6;
 margin-bottom: 10px;
 position: relative;
}

.newsblock h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #FFF;
 background: #095AA6;
 padding: 3px;
 margin:0px;
}

.newsblock span {
 float: left;
 margin-right: 3px;
 border-right: 1px solid #095AA6;
 border-bottom: 1px solid #095AA6;
 position: relative;
}

.newsblock p {
	padding: 5px;
}
/* Ende News */

/*#################################################
 CSS-Klassen fuer die Sitemap
#################################################*/
.sitemap td{
	padding: 15px 10px;
}

.sitemap td.separator{
	background-color: #095AA6;
	padding: 0;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1
{
 font-size: 0.85em;
 font-weight: bold;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4
{
 font-size: 0.85em;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4
{
 text-decoration: underline;
}
/* Ende Sitemap */ 

/*#################################################
 CSS-Klassen fuer die Barriere-Freiheit
#################################################*/

.unsichtbar
{
 position: absolute;
 left: -2000px;
 /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen
 sich uebereifrige Screenreader, die ausgerechnet "display: none" akustisch
 auswerten, taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/*#################################################
 Universelle CSS-Klassen fuer die Formatierung

#################################################*/

/* airtech-spezifisch */
/* Startseite */
.start_links{
	float: left;
	width: 341px;
	padding: 0px 5px;
	background: #F2FAFC;
}

.produkte img{
 border: 1px solid #095AA6;
 margin-bottom: 5px;
}

.produkte div{
	font-size: 0.6em;
 	background: #095AA6;
	color: #FFF;
	padding: 0px 0px;
	border: 1px solid #095AA6;
	margin-bottom: 10px;
	width: 339px;
}

.produkte div img{
 border: none;
 margin-bottom: 0px;
 vertical-align: middle;
}

.produkte div a,
.produkte div a:link,
.produkte div a:visited,
.produkte div a:hover,
.produkte div a:active{
 color: #FFF;
 text-decoration: none;
 font-weight: bold;
  vertical-align: middle;
}

.produkte div a:hover{
 text-decoration: underline;
}

.start_rechts{
	float: left;
	width: 266px;
	padding: 0px 5px;
	background: #F2FAFC;
}

.qualitaet img{
 border: 1px solid #F1AF00;
 margin-bottom: 5px;
}

.qualitaet table{
 width: 266px;
}

.qualitaet td img{
 border: none;
 margin-bottom: 0px;
}

.qualitaet td.text{
 font-size: 0.6em;
 background: #EBF3F8;
 color: #666;
 padding: 0px 3px;
 height: 31px;
}

.qualitaet table td.text a,
.qualitaet table td.text a:link,
.qualitaet table td.text a:visited,
.qualitaet table td.text a:active{
 color: #4D4D4D;
 text-decoration: none;
}

.qualitaet table td.text a:hover{
 text-decoration: underline;
}
/* Ende airtech-spezifisch */

/*###########################################################

 Die floatleft/-right Definitionen werden im
 WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!!

 Die weiteren Klassen stellen die moeglichen
 <span>-Zuweisungen dar.

###########################################################*/

/* Bildausrichtung per Button */
#floatimageleft
{
 font-size: 0.7em;
 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img
{
 border: none;
}

#floatimageright
{
 font-size: 0.7em;
 text-align: right;
 float: right;
 margin: 0px 0px 10px 5px;
}

#floatimageright img
{
 border: none;
}

.red
{
 color: #FF0000;
}

/*
.textb
{
 font-weight: bold;
}

.texti
{
 font-style: italic;
}

.text_rot
{
 color: #E43106;
}

.box p
{
 margin: 5px 10px 15px 10px;
}

.box div.image{
  padding: 0;
  margin: 0;
  border: none;
}

.box div.image h1{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #095AA6;
 padding: 3px 10px;
}

.box div.image div{
 font-size: 0.6em;
 padding: 3px;
}
*/
#footer {
	width: auto;
	text-align: center;
	font-size: 10px;
	color: gray;
	margin: 2px;
}


