*
{
  font-family:Verdana, Arial;
}
body
{
  margin:0px;
  font-size:11px;
  background-color:#666666;
}
.tb_beschreibung {
	background-color: #F0F0F0;
	border: 1px dotted #333333;
}

table, div
{
  font-size:11px;
}
.content
{
  background-color:white;
  width:992px;
  border-left:1px solid black;
  border-right:1px solid black;
  padding:10px;
  margin: auto;
}
.header
{
  background-color:white;
  width:992px;
  
  margin: auto;
}
.footer
{
  background-color:white;
  width:992px;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;

  margin: auto;
}
a
{
color:black;
}

a.gehause:link,  a.gehause:visited, span.gehause a:link, span.gehause a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

a.gehause:active, span.gehause a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #31417c;
	font-weight: normal;
	text-decoration: none;
}

a.gehause:hover, span.gehause a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #20417c;
	font-weight: normal;
	text-decoration: none;
}

/*tooltip*/
/*tooltip*/
/*tooltip*/
/*tooltip*/
/*tooltip*/
/*tooltip*/
/*tooltip*/
.tooltip 
{
  position:absolute;
  display:none;
  background-color:#FFFFFF;
}


/*warenkorb*/
/*warenkorb*/
/*warenkorb*/
/*warenkorb*/
/*warenkorb*/
/*warenkorb*/
/*warenkorb*/
div.warenkorb
{
}
.tabellewarenkorb
{
  border:1px dotted black;
  border-bottom:0px;
  empty-cells:show;
  table-layout:fixed;
  width:100%;
}
.tabellewarenkorb th
{
  padding:3px;
  border-bottom:1px solid black;
  text-align:left;
}
.tabellewarenkorb th.spalte1
{
  width:90px;
}
.tabellewarenkorb th.spalte2
{
}
.tabellewarenkorb th.spalte4
{
  width:55px;
  white-space:nowrap; 
  text-align:right;
}
.tabellewarenkorb th.spalte5
{
  width:90px;
  white-space:nowrap; 
  text-align:right;
}
.tabellewarenkorb th.spalte6
{
  width:90px;
  white-space:nowrap; 
  text-align:right;
}
.tabellewarenkorb th.spalte7
{
  width:30px;
}
.tabellewarenkorb td
{
  padding:3px;
  vertical-align:top;
}
.tabellewarenkorb td.spalte1
{
}
.tabellewarenkorb td.spalte2
{
}
.tabellewarenkorb td.spalte4
{
  white-space:nowrap; 
  text-align:right;
}
.tabellewarenkorb td.spalte5
{
  white-space:nowrap; 
  text-align:right;
}
.tabellewarenkorb td.spalte6
{
  white-space:nowrap; 
  text-align:right;
}
.tabellewarenkorb td.spalte7
{
  text-align:center;
}
.tabellewarenkorb td.gesamtnetto1,.tabellewarenkorb td.gesamtnetto2,.tabellewarenkorb td.gesamtnetto3
{
  white-space:nowrap;
  border-top:1px solid black;
  font-weight:bold;
}
.tabellewarenkorb td.gesamtmwst1,.tabellewarenkorb td.gesamtmwst2,.tabellewarenkorb td.gesamtmwst3
{
  white-space:nowrap;
  font-weight:bold;
}
.tabellewarenkorb td.gesamtbrutto1,.tabellewarenkorb td.gesamtbrutto2,.tabellewarenkorb td.gesamtbrutto3
{
  white-space:nowrap;
  border-top:1px solid black;
  border-bottom:2px double black;
  font-weight:bold;
}
.tabellewarenkorb td.gesamtmwst2,.tabellewarenkorb td.gesamtbrutto2,.tabellewarenkorb td.gesamtnetto2
{ 
  text-align:right;
}
/*Endkundenformular*/
.form_text
{
background-color:#FAFAFA;
font-size:12px;
width:200px;
/*height:10px;*/
border:black solid 1px;
padding:0px;
}
.form_text_ort
{
background-color:#FAFAFA;
font-size:12px;
width:146px;
/*height:10px;*/
border:black solid 1px;
padding:0px;
}
.form_text_plz
{
background-color:#FAFAFA;
font-size:12px;
width:50px;
/*height:10px;*/
border:black solid 1px;
padding:0px;
}

/*seitennavi*/
.tabelleseitennavi
{ 
  background-repeat:no-repeat; 
  background-position:top center; 
  empty-cells:show;
  table-layout:fixed;
  width:100%;
}
.tabelleseitennavi td
{
  padding:0px 5px 5px 0px;
  vertical-align:top;
  color:#BFC3C6;
}
.linkseitennavi
{
text-decoration:none;
}


/*formulare*/
.bauteilauswahl
{
  width:300px;
  /*font-size:10px;*/
}
.bauteilanzahl
{
  width:50px;
  /*font-size:10px;*/
}
/*linkdrucken*/

.linkdrucken
{
display:block;
background-color:#F2F2F2;
font-size:12px;
width:140px;
height:20px;
border:black solid 1px;
line-height:20px;
text-align:center;
vertical-align:middle;
text-decoration:none;
color:black;
float:left;
margin:5px; 
cursor:pointer;
}
/*zuruck, weiter*/
.linkzuruck, 
.linkweiter, 
.linkreset, 
.linkzumanfang
{
display:block;
background-color:#F2F2F2;
font-size:12px;
width:100px;
height:20px;
border:black solid 1px;
line-height:20px;
text-align:center;
vertical-align:middle;
text-decoration:none;
color:black;
float:left;
margin:5px; 
cursor:pointer;
}

.fehler
{
  color:red;
  font-weight:bold;
}

.raidmitteilung_textarea
{
background-color:#FAFAFA;
font-size:12px;
width:355px;
height:100px;
border:black solid 1px;
padding:5px;
}
.raidmitteilung_button
{
background-color:#F2F2F2;
font-size:12px;
width:355px;
height:20px;
border:black solid 1px;
line-height:20px;
text-align:center;
vertical-align:middle;
text-decoration:none;
color:black;
cursor:pointer;
}