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

body {
  background-color: #CFDDA9;
  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;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}

a { 
color: #564b47;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  positioning-layers statisch und absolut */

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



#left {
background-image: url('../images/nav_fill.gif');
background-repeat: repeat-y;
width:143px;
padding:0px;
float:left;
background-color:#ff99cc;
color: #A98D3F;
}

#nav_top {
background-image: url('../images/nav_top.gif');
background-repeat: no-repeat;
}

#nav_bottom {
background: url('../images/nav_bottom.gif') no-repeat bottom left;
}



#content {
background-image: url('../images/content_fill.gif');
background-repeat: repeat-y;
width:432px;
padding:0px;
float:left;
background-color:#fff;
overflow: auto;
}

#content_top {
background-image: url('../images/content_top.gif');
background-repeat: no-repeat;
}

#content_bottom {
background: url('../images/content_bottom.gif') no-repeat bottom left;
}



#right {
background-image: url('../images/right_fill.gif');
background-repeat: repeat-y;
width:190px;
padding:0px;
float:left;
background-color:#ff99cc;
}

#right_top {
background-image: url('../images/right_top.gif');
background-repeat: no-repeat;
}

#right_bottom {
background: url('../images/right_bottom.gif') no-repeat bottom left;
}




#head {
background-color:transparent;
}

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

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

