body {
  background:url(images/marble2.jpg)#D8CAC2;
  font-size: 13px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  font-weight: bolder;
  color:#C0094F;  
  padding:0px;
  margin:0px;
}


a { 
color: #ff66cc;
font-size: 11px;
background-color:transparent;
text-decoration: none; 

}
 
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: #C7452B;
background-color: transparent;
}

/*  positioning-layers dynamisch */

#logo { 
position: absolute;
right: 2%; 
width: 96%; 
font-size: 15px;
color: #576363;
text-align:center;
top: 25px;
}

#links { 
position: absolute; 
left: 2%; 
width: 19%; 
top: 106px; 
background:url(images/marble4.jpg)#D8CAC2;
}

#mittelinks { 
position: absolute; 
left: 22%; 
width: 28%; 
top: 106px; 
background:url(images/marble4.jpg)#D8CAC2;
}

#mitterechts { 
position: absolute; 
left: 51%; 
width: 28%; 
top: 106px; 
background:url(images/marble4.jpg)#D8CAC2;
overflow: auto;
}

#rechts { 
position: absolute; 
left: 80%; 
width: 18%; 
top: 106px; 
background:url(images/marble4.jpg)#D8CAC2;
  overflow: auto;
}

#rechts, #mitterechts, #mittelinks, #links { 
border: 1px solid #564b47;
padding:0px;
margin:0px;
} 
.menu a {
     margin: 0 0px;
     width: 130px; 
     height: 30px;
     display: block;
     text-align: center;
     font-size: 18px;

     border: 1px solid gray;
     text-decoration: none;
     color:#C0094F;
     background:url(images/marble4.jpg)#DEDFE4;
	 }
	 
.menu a:hover {
     background:url(images/marble2.jpg)#BDB5B5;
     border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color:#C7452B;
     }
		 
.mentions {
font-family: verdana, arial, sans-serif;
 
font-size: 12px;
color:#C0094F;
position: absolute;
bottom : 300px;
left : 30px;
color: #C7452B;
background-color: #C7452B;
}
a.test {
text-decoration: none;
color: #C7452B;
}
a.test:hover{
text-decoration: underline;
}
