html {
  padding:0px;
  margin:0px;
}

body {
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;
  padding:0px;
  margin:0px;
}


a {
color: #b10f32;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}
/* a:hover, a:active, a:focus{ */
/*  font-weight:bold; */
/* } */

b {
color: #b10f32;
font-size: 12px;
background-color:transparent;
text-decoration: none;
}

c {
color: black;
font-size: 12px;
background-color:transparent;
text-decoration: none;
}

/* a:visited{ */
/*  color:#bea46d; */
/*  background:transparent; */
/* } */

pre {
color: #564b47;
font-size: 11px;
background-color: #e1ddd9;
font-family: Courier, Monaco, Monospace;
}

p,h1, h3, pre {
 padding: 5px 15px;
 margin: 0px;
}

h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

/*  positioning-layers dynamisch */

#logo {
position: absolute;
right: 2%;
width: 96%;
text-align: right;
top: 20px;
}

#links {
position: absolute;
left: 2%;
width: 16%;
top: 106px;
background-color: #ffffff;
overflow: hidden;
}

#inhalt {
position: absolute;
left: 20%;
width: 54%;
top: 106px;
background-color: #ffffff;
overflow: auto;
}

#rechts {
position: absolute;
left: 76%;
width: 22%;
top: 106px;
background-color: #ffffff;
overflow: auto;
}

#rechts, #inhalt, #links {
border: 1px solid #564b47;
padding:0px;
margin:0px;
}
