	html {
	height: 100%; 
	margin-bottom: 1px;
	}
	
	body {
	text-align: center;	/* hrahmen im IE zentrieren. */
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px; 
	color: #666666;
	background-color: #F1F0E1;
	margin-top: 0px;
	background-image: url(img/bg.png);	
	}
	
	#hrahmen {
	margin:0px auto;  /* hrahmen in anderen Browsern zentrieren. */
	text-align: left; /* Text wieder nach links ausrichten. */
	width: 1008px;     
	}
	#head {
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(img/header.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 133px;
	}
	#main {
	text-align: left;
	background-image: url(img/content.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding: 10px 4px 0 4px;
	z-index: 4;
	}
	#rechts {
	position:absolute;
	z-index: 3;
	margin-left: 810px;
	width: 190px;
	}

	#foot {
	text-align: left;
	position: relative;
	z-index: 2;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	height: 12px;
	}
	#content
	{
	text-align:justify;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 200px;
	position: relative;
	}
	#contentzwa
	{
	 position:absolute;
	 width:180px;
	 background-color: #F5F9EF;
	 border-left-width:0;
	}
	.boxtitel {
	background-color: #6D7568;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding-left: 7px;
	}
	.boxtxt {
	background-image: url(img/nbg.png);
	background-repeat: repeat-x;
	background-color: #F5F9EF;
	font-size: 14px;
	padding: 5px;
	}
	.galeriebox {
	background-image: url(img/nbg.png);
	background-repeat: repeat-x;
	background-color: #F5F9EF;
	overflow:auto; 
	height: 250px; 
	text-align:center;
	padding-top: 5px;
	}
	a.menu:link, a.menu:visited, a.menu:active
	{
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	border-top: 1px dotted #6D7568;
	background-color: #F5F9EF;
	color:#5A5A43;
	font-size: 11px;
	font-family: "Lucida Grande","Lucida Unicode MS",Verdana,Arial,Helvetica,sans-serif;
	line-height: 24px;
	}
	a.menu:hover
	{
	padding-left: 20px;
	background-color: #FCFDFB;
	color: #7E103D;
	}

	#footer {
	text-align:right;
	border-top: 1px dotted #ccc;
	font-size: 90%;
	color: #666666;
	text-decoration: none;
	padding: 3px 4px 0 4px;
	margin: 15px 5px 0 5px;
	}
	a:link, a:visited, a:active {
	color: #5A5A43;
	text-decoration: none;
	}
	a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	h2 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#5A5A43;
	}
	h2, h1, h4, h5, h6 {
	margin:0;
	}
	/*
	.imgpic{
	padding: 5px;
	border-right: 3px solid #929091;
	border-bottom: 3px solid #929091;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}*/
	.pic, .imgpic {
	border: 1px solid #B5BAAF;
	padding: 3px;
	}
	
	h3 {
	font-size: 16px;
	border-bottom:1px solid #E1E1E1;
	margin:0pt;
	}
	ul {
	margin: 0 0 0 15px; 
	padding: 0;
	}
	li { 
	list-style-type: circle;
	}
	td {
	padding: 2px;
	}

