html{
    font-size: 100.01%;
}

body{
    font-size: 1em;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-image: url(../gfx/back2.gif);
    background-position: 0 0;
    color: #000;
}

div.clear{
	width:  100%;
	overflow:  auto;
	clear: both;
}

hr.spacer{
    margin: 40px -40px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    border-top: 1px solid #888;
}

#outline{
    width: 700px;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

#content{
    padding: 0 20px;
    margin: 20px 0;
    color: #444;
    font-size: 0.9em;
    line-height: 1.6em;
}

h1, h2, h3, h4{
    color: #e02020;
    font-weight: bold;
    font-family: serif;
}

h3{
    font-size: 1.3em;
}

h2{
    text-align: center;
    clear: both;
    font-size: 1.8em;
}

#header{
    padding: 40px 0 20px 0;
    background-image: url(../gfx/header.png);
    text-align: center;
}

#header h1{
    width: 288px;
    height: 71px;
    background-image: url(../gfx/logot.gif);
    margin: 0 auto;
    text-indent: -9999px;
}

table.preisliste{
    margin: 1em auto;
    border-collapse: collapse;
}

table.preisliste td{
    vertical-align: top;
    text-align: left;
    border: 1px solid #ccc;
    padding: 0.3em 1em;
}

div.image{
    margin-bottom: 1em;
}

div.image.links{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

div.image.rechts{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

div.image img{
    background-color: #DBEAF3;
    padding: 4px;
    border: 1px solid #CCE5F3;
}

div.footer{
    padding: 5px 0;
    text-align: center;
    font-size: 0.8em;
    background-color: #4CB440;
}

div.footer a{
    color: White;
}

#navigation{
    background-color: #4CB440;
    text-align: center;
    padding: 15px 0;
}

#navigation ul{
    margin: 0;
    padding: 0;
}

#navigation ul li{
    display:inline;
    margin: 0;
    padding: 0;
}

#navigation a:link,
#navigation a:visited{
    color: White;
    font-weight: bold;
    padding: 15px 15px;
    text-decoration: none;
}

#navigation a:hover{
    text-decoration: underline;
}


/* **********************************************************
 * KForm
  ********************************************************** */


fieldset.formular{
  border:none;
  padding: 0;
  margin: 0;
}

fieldset.formular legend{
  display: none;
}

fieldset.formular div.row{
  clear:left;
  padding: 5px 5px;
}

fieldset.formular label{
  width: 140px;
  text-align:right;
  float:left;
  margin: 2px 20px 0 0;
  font-size:0.9em;
}

fieldset.formular span.foreign{
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
}

span.pflicht{
  color:#c00;
}

fieldset.formular textarea{
  width: 350px;
  height: 180px;
}

