* {
	padding: 0;
	margin: 0; }

html{
	height: 101%; }

body {
	font-family: arial, helvetica, sans-serif;
	background-image: url(../image/bg3.png);
	background-repeat: repeat;
	color: #4A4A4A; }
	
h1 {
	font-family: andale sans ui, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	padding-bottom: 10px;
	color: #CB5C24; }

h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: lighter;
	color: #4A4A4A; }

h3 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #4A4A4A; }

p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 10px; }
	
.p-bold {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold; }

.p-zitat {
	font-family: garamond,century,arial;
	font-size: 20px;
	color: #999999;
	padding: 10px 0 30px 0; }

td {
	font-size: 11px;
	line-height: 20px;
	padding-bottom: 10px;
	vertical-align: top; }

th {
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	padding-bottom: 10px;
	vertical-align: top;
	font-weight: lighter; }
	
ul {
	margin: 0 0 20px 20px;
	line-height: 20px;
	font-size: 13px; }

#container {
	position: relative;
	margin: auto;
	text-align: center;
	width: 100%; }

#header {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	background: transparent;
	background-image: url(../image/header.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 250px; }

#nav {
	position: relative;
	margin: auto;
	top: 183px;
	padding-top: 0px;
	text-align: center;
	background: transparent;
	color: #333333;
	width: 900px; }

#subnav {
	position: relative;
	margin: auto;
	top: 190px;
	padding-left: 315px;
	text-align: left;
	background: transparent;
	color: #333333;
	width: 585px; }

#center {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: left;
	background: transparent;
	background-image: url(../image/center.png);
	background-repeat: y-repeat;
	width: 900px; }
	
#content {
	position: relative;
	margin-left: 320px;
	top: 20px;
	padding-bottom: 20px;
	text-align: left;
	background: transparent;
	width: 552px; }
	
#left {
	position: relative;
	margin-left: 28px;
	top: 24px;
	text-align: left;
	background: transparent;
	width: 250px;
	height: 169px;
	float: left; }
	
#footer {
	position: relative;
	margin: auto;
	top: 20px;
	text-align: center;
	background: transparent;
	background-image: url(../image/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 70px; }
	
/* Navigation */
a.nav:link, a.nav:visited { 
	color:#5A5A5A;
	font-size:14px;
	padding:0 25px 0 25px;
	text-decoration:none; }
a.nav:active, a.nav:hover { 
	color:#CB5C24; }
	
.nonav {
	color:#CB5C24;
	font-size:14px;
	padding:0 25px 0 25px;
	text-decoration:none; } 
	
/* Sub-Navigation */
a.subnav:link, a.subnav:visited { 
	color:#5A5A5A;
	font-size:12px;
	padding:0 5px 0 5px;
	text-decoration:none; }
a.subnav:active, a.subnav:hover { 
	color:#CB5C24; }
	
.nosubnav {
	color:#CB5C24;
	font-size:12px;
	padding:0 5px 0 5px;
	text-decoration:none; }

/* Beginn Hoesch-Navigation */ 
#navhbox {
	width: 250px;
	margin-top: 2px; }

#navh {
	margin: 0;
	padding: 0;
	list-style-type: none; } 

#navh a {
	font-size: 12px;
	text-decoration: none;
	width: 250px;
	height: 20px;
	margin: 1px 0 0 0;
	padding-top: 6px;
	display: block;
	color: #5A5A5A;
	text-align: center;
	line-height: 140%;
	background-color: #F1F1F1;
	border-bottom: 1px solid #CCCBCB; }

#navh a:visited {
	color: #5A5A5A; }

#navh a:hover {
	color: #CB5C24;
	background-color: #EEEEEE; }

.nonavh {
	font-size: 12px;
	text-decoration: none;
	width: 250px;
	height: 20px;
	margin: 1px 0 0 0;
	padding-top: 6px;
	display: block;
	color: #CB5C24;
	text-align: center;
	line-height: 140%;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCBCB; }
/* Ende Hoesch-Navigation */
	
/* Weblink */
a.weblink:link, a.weblink:visited {
	text-decoration: none;
	color: #2787FE; }
a.weblink:hover, a.weblink:active {
	text-decoration: underline;
	color: #2787FE; }

/* Copyright */
.copyright{
	color: #BBBBBB;
	font-size: 11px; }

/* Fussnote */
a.fussnote:link, a.fussnote:visited {
	text-decoration: none;
	color: #2787FE; }
a.fussnote:active, a.fussnote:hover {
	text-decoration: none;
	color: #2787FE; }

/* Beginn Google-Maps */
#maparea {
	width: 548px;
	height: 450px;
	padding: 1px 1px 1px 1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
/* Ende Google-Maps */