html{
    font-size: 100.01%;
}

body{
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: Arial, sans-serif;
    background-color: #fdefd5;
    color: #312E27;
    text-align: center;
}

#header,
#footer{
    width: 980px;
    margin: 0 auto;
}

#page{
    background-image: url(../gfx/rahmen.gif);
    background-position: center;
    background-repeat: repeat-y;
    margin: 0 auto;
    width: 980px;
    
    text-align: left;    
    font-size: 0.8em;
    line-height: 1.4em;
}

#page #sidebar{
    width: 240px;
    padding: 0 40px 0 20px;
    margin-top: 40px;
    float: right;
    border-left: 2px solid #fef8ed;
}

#page #content{
    width: 620px;    
    padding: 10px 0 10px 40px;
}

#header h1{
    display:none;
}

ul.articlelist{
    
    list-style: none;
}

ul.articlelist h2 {
text-align: left;}

.clear{
    clear: both;
}

div.image img{
    border: 3px solid white;
}

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

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

div.image.center{
    text-align: center
}


h1, h2, h3, h4, h5, h6{
    text-align: center;
    font-family: Georgia, serif;
    font-weight: normal;
    color: #816013;
}

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



