body { 
	font: 8pt/13pt georgia; 
	color: #7D775C; 
	background: #f0f8ff;  
	margin: 0px;
	}
p {
	font: 8pt/13pt georgia; 
	margin-top: 0px; 
	margin-bottom: 5px;
	padding-right: 5px;
	text-align: justify;
	color: #7D775C;
	}
h1 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-top: 0px;
	margin-bottom: 15px; 
	color: #7D775C;
	}
h2 {
	font: italic normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-top: 0px;
	margin-bottom: 15px; 
	color: #7D775C;
	}
h3 { 
	font: italic normal 11pt georgia; 
	letter-spacing: 1px;
	margin-top: 20px; 
	margin-bottom: 10px; 
	color: #7D775C;
	}
h4 { /*Kontakt*/
	font: 8pt georgia; 
	letter-spacing: 0px;
	margin-top: 2px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
h5 { /*Navigation*/
	font: italic normal 12pt georgia; 
	letter-spacing: 0px;
	margin-top: 2px; 
	margin-bottom: 5px; 
	color: #7D775C;
	}
h6 { /*Titel links*/
	font: 8pt georgia;
	letter-spacing: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #7D775C;
	}
img {
	border: 0;
	}
td {
	border: 0; 
	vertical-align: top;
	horizontal-align: right;
	overflow: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 15px;
	}
ul.link {
 	font:8pt georgia;
	list-style-image:url(listenzeichen.gif);
 	list-style-position:outside;
	padding-left:20px;	
 	}
li {
	font: 8pt georgia;
	margin-top: 0px; 
	margin-bottom: 5px;
	color: #7D775C;	
	}
a:link { 
	text-decoration: none; 
	color: #7D775C;
	}
a:visited { 
	text-decoration: none; 
	color: #7D775C;
	}
a:hover { 
	text-decoration: none; 
	color: #9685BA;
	border-bottom: 1px dotted #ccc;
	}
#header {
	background: url(header.jpg) no-repeat top left;
  position:absolute;
	width:990px;
	height:100px;
	top:0px;
	padding-left:0px;
	}
#navigation {
  position:fixed;
	top:120px;
	left:5px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	border: 1px dotted red;
	}
#navigation a:link, a:visited {
	text-decoration: none; 
	color: #7D775C;
	border-bottom: 0px;
	}
#navigation a:hover {
	text-decoration: none; 
	color: #3399ff;
	border-bottom: 1px dotted #3399ff;
	}
#contact {
	position:fixed;
	bottom:35px;
	display:inline;
	padding-left:15px;
	}
#main {
	position: absolute;
	top: 120px;
	width: 780px;
	float: left;
	left: 200px;
	padding-bottom: 20px;
	padding-right: 20px;
	}
#main a:link {
	text-decoration: none; 
	color: #7D775C;
	border-bottom: 1px dotted #7D775C;
	}
#main a:visited {
	text-decoration: none; 
	color: #7D775C;
	border-bottom: 1px dotted #7D775C;
	}
#main a:hover {
	text-decoration: none; 
	color: #3399ff;
	border-bottom: 1px dotted #3399ff;
	}
