body {
font-family: Arial;
color:#64635F;
	border-top: #ccc 12px solid;
	margin: 0px;
	background: #EEEEDD;
	font-size: 14px;
}

#nav {
    font-size: 14px;
    line-height: 1.6;
	text-align: right;
	padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:#64635F;
}

h1 { 
	font-size: 18px; 
	font-weight: normal; 
	text-decoration: underline; 
	line-height: 180%;
	margin-top: 10px;
}

img {  
	margin: 20px;
}

a {
	color:#8C4405;
	text-decoration: none;
}

a:hover {
	color:#8C4405;
	text-decoration: underline;
}

a:visited{
	color:#8C4405;
}

#main {
	width: 650px;
	text-align: left;
}
	
#titel {
	color:#333;
	font-size: 30px;
	width: 650px;
	text-align: left;
	margin-bottom: 6px;
}

#top {
	border-top: #888E62 5px solid;
	text-align: right;
	padding-right: 10px;
	line-height :18pt;
}

p,li {
	line-height: 160%
}

#logo {
	float: right;
}

#overlay {
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  z-index: 100;
  width:  200px;
  height: 100%;
}

