html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #e1ddd9;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  text-align:center;
	margin:0px;
	padding:0px;
}



p,pre, h1 {
margin:0px 10px 10px 10px;
}

h1 {
font-size:14px;
font-weight:bold;
letter-spacing:1px;
padding-top:10px;
text-transform:uppercase;
color: #990000;
background-color: transparent;
	}

a { 
color: #564b47;
font-size: 12px;
font-weight:bold;
background-color:transparent;
text-decoration: none; 
}

a:hover{
color:#2555C1; 
text-decoration: underline;
font-weight:bold;
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

#box {
width:750px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#left {
width:175px;
height:550px;
padding:0px;
float:left;
background-color:#C9C8C8;
}

#content {
width:400px;
height:550px;
padding:0px;
float:left;
background-color:#EFEFEF;
overflow: auto;
}

#gallery {
width:575px;
height:550px;
padding:0px;
float:left;
background-color:#EFEFEF;
overflow: auto;
}

#right {
width:175px;
height:550px;
padding:0px;
float:left;
background-color:#C9C8C8;

}

#head {
background-color:transparent;
}

#head h1 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #fff;
background-color: #90897a;
padding:5px 15px;
margin:0px
}

#head p {
padding:0px;
margin:0px;
}