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/background.png);
    background-position: 50% 50%;
}

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

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

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

h1, h2, h3, h4{
    color: #222;
}

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

#header h1{
    display: none;
}

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;
}

table.preisliste{
    border-collapse: collapse;
    width: 550px;
}

table.preisliste td{
    border: 1px solid #CDE6CF;
    padding: 5px 5px;
    text-align: center;
    font-weight: bold;
    color: #777;
    width: 25%;
}

table.preisliste tr.saison td{
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    vertical-align: bottom;
    padding: 3px 0;
    border: none;
}

table.preisliste tr.headline td{
    background-color: #CDE6CF;
    color: #222;
    padding: 5px 0;
}
