body {
	background-image: url(../bilder/hg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navi {
	position: absolute;
	top: 158px;
	left: 80px;
	height: 300px;
	width: 105px;
	padding: 0px;
	z-index: 60;
}

#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navi ul li {
	position: relative;
	display: block;
	line-height: 15px;
	margin: 3px 0px;
	padding: 2px 0px;
	z-index: 50;
	width: 105px;
	text-align: right;
}

/* Link-Aussehen Hauptnavigation */
#navi ul li a {
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li  { height: 1%; float: left }
* html ul li a {height: 1%}
/* End */

/* Fix IE7 \*/
*+html ul li a { height: 1%}
/* End */

#navi ul li a:link, #navi ul li a:visited { 
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
}

#navi ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0068CC;
	border: 1px solid black;
	padding: 2px 4px;
}

/* Unternavigation */
#navi ul li ul {
	position: absolute;
	left: 105px;
	top: 1px; 
	display: none;
	background-color: #DCDCDC; /*	background-color: #82C2FF;  */
}

#navi li ul li {
	width: 160px;
	font-weight: normal;
	text-align: left;
	z-index: 90;
	padding: 0px;
	margin: 0px;
}

#navi li ul li a:hover {
	font-weight: normal;
	display: block;
	border: none;
	background: #525252;
	margin: 0px;
	padding: 0px 5px;
}

#navi li:hover ul, #navi li.over ul {
	display: block;
}
/* Navigation fertig */

#inhalt {
	position: absolute;
	top: 165px;
	left: 205px;
	height: 350px;
	overflow: auto;
	width: 535px;
	scrollbar-base-color: White;
	scrollbar-shadow-color: Silver;
	scrollbar-arrow-color: Silver;
	scrollbar-track-color: White;
	scrollbar-highlight-color: Silver;
	z-index: 1;
}

#inhalt p {
	margin: 0px 0px 5px 0px;
	line-height: 15px;
}

#titel {
	position: absolute;
	top: 102px;
	left: 205px;
}

#untertitel {
	position: absolute;
	top: 136px;
	left: 195px; 
	background-color: #990000;
	color: #fff;
}

h1 {
	margin: 0px;
	font-size: 14px;
	color: #797979;
}

h2 {
	margin: 0px;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 2px 10px;
}

h3 {
	font-size: 12px;
	margin: 12px 0px 10px 0px;
	clear: both;
}

#fusszeile {
	position: absolute;
	left: 205px;
	width: 450px;
	top: 527px;
	padding-top: 2px;
}

#fusszeile a:link, #fusszeile a:visited {
	color: #7A7A7A;
	text-decoration: none;
	border-top: 1px dotted #7A7A7A;
}
#fusszeile a:hover
{
color: black;
}

.kursiv {
	font-style: italic;
}

.rot {
	color: red;
}

td {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

input, textarea {
	border: 1px solid #7D7D7D;
	margin-bottom: 5px;
	background: transparent;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.guesttitel {
	background-color: #D6D6D6;
	padding: 4px;
}

.guestnachricht {
	padding: 4px;
	border-top: 1px solid #7D7D7D;
	border-bottom: 1px solid #7D7D7D;
}

.rand {
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
}

#peebee a, #inhalt a:link, #inhalt a:visited {
	color: #990000;
	text-decoration: underline;
}

#peebee a:hover, #inhalt a:hover {
	color: #7D7D7D;
}

th {	
	text-align: left;
	border-bottom: 1px solid black;
}

td {
	padding: 2px 0px;
}

img {
	border: none;
	margin-right: 10px;
}

table.liste {
	border-bottom: 1px solid black;
}

.nofloat {
	clear: both;
}

#peebee {
	position: absolute;
	top: 15px;
	left: 750px;
	font-size: 9px;
}

#ad {
	position: absolute;
	left: 920px;
	top: 20px;
}

.imagecontainer{
	float: left;
/*	clear: left;  */
	background: url(../bilder/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../bilder/shadow.gif) no-repeat bottom right;
	margin: 10px 5px 10px 10px !important;
	margin: 10px 5px 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: White;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
#fusszeile .keinrand
{
  border-top: 0px solid black;
}