/* *** Generated by www.csscreator.com *** */
html, body{
 margin:0;
 padding:0;
 text-align:center;
 font-family: Verdana, Helvetica, Arial, sans-serif;
 line-height: 1.2;
background-color: #808080;
}

#pagewidth{
 width:730px;
 text-align:left;
 min-width: 500px;
 margin-left:auto;
 margin-right:auto;

}

#header{
 height:63px;
 width:100%;
 background-color: #C0C0C0;
 font-size: 28px;
 font-weight: bold;
 text-align:right;
 color: blue;

 padding-top: 5px;
/*
 padding-bottom: 5px;
*/
 letter-spacing: 3px;
 font-variant: small-caps;
 }

#leftcol{
 width:150px;
 float:left;
 position:relative;
 margin-left:-150px;
 margin-right:1px;
 }

#outer{
 border: solid black 0px;
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */
border-left-color: #C0C0C0;   /* left column colour */
border-left-style: solid;
 /*/*/ border-right-width: 150px; /* right column width. NN4 hack to hide borders */
border-right-color: #C0C0C0;  /* right column colour */
border-right-style: solid;
  background-color: #DCDCDC; /* center column colour */
width: auto;
 }

#rightcol{
 /*/*/ width:150px; /* hack keeps NN4 right column right? */
 float:right;
position:relative;
  margin-right:-150px;
 margin-left:1px;
}

#footer{
 width:100%;
 background-color: #C0C0C0;
}

#inner{margin:0; width:100%;}

#maincol{
 float: left;
 width: 100%;
 height: 100%;
 min-height: 540px;
 position: relative;
 margin: 0 -8px 0 -2px;
 border: 0px solid black;
 }

#outer>#inner { border-bottom: 1px solid #D3C6BF;  }

.clr{clear:both;}

.content{padding:15px;} /*padding for content */

#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/



 /*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#outer{border-left:0;}

/*hide the right column when printing*/
#rightcol{display:none;}
#outer{border-right:0;}
}




a:link {
  color: #000000;
  font-weight: bold;
}
a:visited{
  color: #333333;
}
a:hover{
  color: #000000;
  background-color: #EEEEEE;
}
a:active{
  color: #000000;
  background-color: #DDDDDD;
}

h2.technik {
  text-align: right;
}

h2.technik {
  font-size: 14px;
}

#legal {
  text-align: right;
  font-size: 10px;
  padding:5px 5px;
}

#maincol{
  font-size: 12px;
}

#mainnavlist {
  font-size: 12px;
}

#mainnav { margin-left: 10px; }

#mainnav ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#mainnav li { margin: 0 0 1px 0; }

#mainnav a
{
display: block;
padding: 5px 5px 5px 5px;
width: 120px;
text-decoration: none;
background-color: #fff;
color: #000;
font-weight: normal;
letter-spacing: 0px;
}

#mainnav a:hover
{
color: #fff;
background-color: #2483F2;
}

#mainnav ul#mainnavlist li.current a:link,
#mainnav ul#mainnavlist li.current a:visited,
#mainnav ul#mainnavlist li.current ul li.current a:link,
#mainnav ul#mainnavlist li.current ul li.current a:visited
{
  background-color: #555;
  color: #EEEEEE;
  font-weight: bold;
  letter-spacing: 1px;
}

#mainnav ul ul li { margin: 0 0 1px 0; }

#mainnav ul#mainnavlist li.current ul li a:link,
#mainnav ul#mainnavlist li.current ul li a:visited,
#mainnav ul ul a
{
display: block;
padding: 2px 5px 2px 20px;
width: 105px;
color: #fff;
background-color: #369;
text-decoration: none;
background-color: #fff;
color: #000;
font-weight: normal;
letter-spacing: 0px;
}

#mainnav ul#mainnavlist li.current ul li a:hover,
{
color: #fff;
  background-color: #2483F2;
  text-decoration: none;
  letter-spacing: 0px;
}

ol li {
  line-height: 1.5;
  margin-bottom: 1em;
}

ul.themen {
  list-style-type: square;
  font-size: 12px;
  margin-left: 25px;
  padding-top: 5px;
  padding-left: 0px;
  color: white;
  font-variant: small-caps;
  font-weight: bold;
}

ul.themen li {
  margin-bottom: 20px;
}


table.angebot {
  margin: auto;
  border: solid 1px #000;
  margin-bottom: 5px;
}

table.angebot td,
table.angebot th
{
  border: 1px solid #000;
  padding: 2px;
}

table.angebot td.preis {
  text-align: right;
  padding-right: 3px;
}

table.angebot th{
  background-color: #DDDDDD;
}

table.angebot caption {
  text-align: right;
}

div.prolog {
  margin-bottom: 10px;
}

table.technik th {
  text-align: left;
}


dl.bild {
  border: 1px solid #000;
  background-color: #eee;
}

dl.bild
{
  padding: 0px;
  margin: auto;
}

dl.bild dt img,
dl.bild dt a:link img,
dl.bild dt a:visited img,
dl.bild dt a:hover img
{
  border: none;
  padding: 0px;
  margin: 0px;
}

dl.bild dt img,
dl.bild dt a:link img,
dl.bild dt a:visited img,
dl.bild dt a:hover img
{
  margin-bottom: -2px; /* hmm */
  background-color: #eee;
}

dl.bild dd {
  margin: 0px;
  padding: 2px 0 3px 3px;
  font-size: 9px;
  border-top: 1px solid #000;
}


form {
  width: 90%;
  margin: auto;
  margin-bottom: 5px;
}

form div.row {
  clear:both;
}

form div.row label {
  width: 6em;
  float:left;
  text-align: left;
  padding-right: 5px;
  padding-left:1em;
}

form div.buttons {
  margin-top:10px;
  clear:both;
  text-align: right;
}

form fieldset, form fieldset legend {
  border: 1px solid #222222;
}

form fieldset legend {
  padding: 2px 4px;
}

form fieldset {
  margin-top: 10px;
}


a:link img ,
a:visited img,
a:hover img,
a:active img
{
 border: none;
 border-left: 0px solid black;
 background-color: #C0C0C0;
 text-decoration: none;
}

logo a:hover {
 background-color: red;
}

dd {
  margin-bottom: 1em;
}

h1 {
  font-size:22px;
}

h2 {
  font-size:18px;
}
