body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #666666;
}
h1 {
font-size: 12px;
text-transform:uppercase;
padding:5px 0 0 15px;
color: #0081C2;
}
h2 {
font-size:10px;
font-weight: bolder;
text-transform: uppercase;
padding: 5px 10px;
margin:0px;
color: #708090;
}
h3 {
font-size: 12px;
text-transform:uppercase;
}
h4 {
font-size: 12px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
margin:0px;
}
ul{
list-style-image: url(layout/pfeil_list.gif);
padding: 0px 20px 20px 80px;
}
.p1{
text-align: left;
text-indent: 15px;
font-size: 11px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 1px;
}
.p2{
text-align: center;
}
.p3{
text-align: left;
text-indent: 15px;
font-size: 10px;
color: #666666;
}
.links{
	padding: 20px 0 0 80px;
}
.p_text{
padding: 0px 30px 0px 30px;
text-align: justify;
}
.email{
padding:10px 0 0 10px;
text-align: center;
font-size: 9px;
}
.date{
	font-size: 10px;
	position: relative; top: 10px; left:550px;
}
.galerie{
	position: relative center;
	padding: 0px;
}
a, a:link, a:visited, a:active, a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #0081C2;
}
a:hover {
	text-decoration: none;
	background-color: white;
	color: #0081C2;
}
a.link, a.link:link, a.link:visited, a.link:active, a.link:focus {
	color: green;
	background-color: white;
}
a.link:hover {
	text-decoration: none;
	background-color: white;
	color: #0081C2;
}
#container {
	width: 800px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	width: 800px;
	height: 200px;
	border-top:1px solid #333333;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	}
#navi_top{
   background-color: #0081C2;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}	
#left {
	background-color: #ffffff;
	float: left;
	width: 180px;
	height: 400px;
	padding: 40px 0 0 0px;
	}
#content {
	background-color: White;
	float: right;
	width: 800px;
	min-height:200px;
	height:expression(this.scrollHeight > 200 ? "auto":"200px");
	}
#footer {
   padding: 10px 0 10px 0; 
	text-align: center;
	color: #999999;
	font-size: 9px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	}
	
.bild_L{
	float: left;
	padding: 0px;
}

.bild_R{
	float: right;
	padding: 0px;
}
div#navcontainer { 
padding:0px; 
width:150px;
}

div#navcontainer ul
{
margin-left: 0;
padding: 0;
list-style-type: none;
}

div#navcontainer a
{
display: block;
padding: 0px;
}
div#navcontainer a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}
div#navcontainer a:hover
{
background-color: #FE00FF;
color: #750041;
}
div#qTip {
 padding: 5px;
 border: 1px solid #333;
 border-right-width: 1px;
 border-bottom-width: 1px;
 display: none;
 background: #a0080d;
 color: #fff;
 font: 9px Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
#sidebar {
	background-color: #b22222;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
#sidebar li a:hover {
	color: #ffd700;
	border-right: 5px solid #ffd700;
	}
