html {margin: 0; padding: 0;}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	position: relative;
	background-color: #D6B596;
	z-index: 100;
	}
h1 {
	margin-top: 8px;
	font-size: 100%;
}
h2 {
	font-size: 80%;
	margin: 10px 0 0 0;
}
div#topbar {
	background: url(/assets/images/main_background.jpg) no-repeat;
	position: relative;
	top: 10px;
	left: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	margin: 0;
	z-index: 2;
	}
div#main_ruler {
	background: url(/assets/images/navi_ruler.jpg) no-repeat;
	position: relative;
	top: 10px;
	left: 0;
	padding: 0;
	height: 30px;
	margin: 0;
	z-index: 3;
	}
div#logo {
	background: url(/assets/images/_logo.png) no-repeat;
	position: absolute;
	left: 10px;
	padding: 0;
	top: 10px;
	width: 180px;
	height: 38px;
	margin: 0;
	z-index: 999;
	}		
div#entry {
	position: absolute;
	top: 190px;
	width: 60%;
	left: 155px;
	z-index: 8;
	padding: 0;
	margin: 0;
	height: 100%;
	margin-right: -15px;	
	margin-bottom: -15px;
	}
div#entry p {
	font-size: 60%;
}
div#leftbar {
	position: absolute;
	top: 190px;
	left: 10px;
	z-index: 4;
	padding: 2px 2px 2px;
	margin: 0;
	width: 130px;
	border: 1px dotted #CCC;
	}
#footer {
	background: url(/assets/images/navi_ruler.jpg) no-repeat;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	padding: 6px 0 10px 0;
	margin: 0;
	z-index: 5;
	white-space: nowrap;
	width: 100%;
	color: #CCC;
	font-weight: bold;
	font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif;
	font-size: 80%;
	top: 355px;
	}
#footer a {
	color:	#CCC;
	background-color: transparent;
}
p {
	margin: 2px 3px 0 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h5 {
	margin: 3px 3px 0 0;
	padding: 3px;
}
a { 
/*	color: #996;*/
	color:	#401F00;
	background-color: transparent;
	text-decoration: underline; 
	font-weight: bold; 
	font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif; 
	font-size: 105%;
} 
a:active { 
	color: #996; 
} 
a:hover { 
	color: #BFE0FF;  
} 
img {
	border: 0;
	}
img.press {
	border: 1px solid #CCC;
	padding: 3px;
	margin: 0 3px 0 0;
}
.center {
	text-align: center;
}
div#topnav {
	position: absolute;
	left: 155px;
	top: 165px;
	font-size: 12px;
	white-space: nowrap;
	z-index: 2001;
	height: 48px;
	padding: 0;
	margin: 0;
	color: #CCC;		
}
div#topnav a {
	color: #CCC;	
	text-decoration: none;
	}
div#topnav a:hover {
	color: white;
	text-decoration: none;
	}
.line_light1 {
	position: absolute;
	border-top: solid 1px #E4CDB9;
	top: 39px;
	width: 100%;	
	z-index: 101;
}
.line_light2 {
	position: absolute;
	border-top: solid 1px #E4CDB9;
	top: 160px;
	width: 100%;	
	z-index: 101;
	margin: 0;
	padding: 0;
}
iframe {
	margin: 3px 3px 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#kontakt p {
	line-height: 1em;
	padding-top: 0.5px;
}

td {
	vertical-align: top;
	font-size: 80%;
}
