html, body {
	margin:0px;
	height:100%;
	width:100%;
	background-color: #CACACB;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.rahmen {
position:relative;
width:100%;
height:100%;
}

#container {
	background-image: url(gfx/container.png);
	text-align:left;
	width: 800px;
	height: 100%;
}

#header {
	position:relative;
	height: 125px;
	width: 800px;
	background-image: url(gfx/header.png);
	z-index:1;
}
#navigation {
	position:relative;
	height: 16px;
	width: 800px;
	background-image: url(gfx/navileiste.png);
	z-index:1;
}
#middle {
	background-image: url(gfx/container.png);
	position:absolute;
	top:141px;
	width:800px;
	z-index:1;
}
#sidebar {
	position:absolute;
	top:10px;
	left:15px;
	float: left;
	height: auto;
	width: 155px;
	z-index:1;
	
}
#content {
	position:absolute;
	top:0px;
	left:170px;
	width:627px;
	z-index:1;
	overflow:auto;
	padding-top:15px;
}
#footer {
	background-image: url(gfx/footer.png);
	background-repeat: no-repeat;
	position:absolute;
	width:800px;
	height: 46px;
	bottom:0px;
	z-index:1;
}

img {border :0;} 


/* Text-Formatierung*/

.fliesstext, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.untertitel, h2 {
	font-size: 13px;
	font-weight: bold;
}
.haupttitel, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
}
.Ort_Datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

th {
	background-color:#666666;
}

/* Anpassungen Guestbook */

.tx-veguestbook-pi1 .tx-guestbook-field 
{
	clear: both;
	width: 100%;
	display: block;
	padding-top: 1em;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;

}
