body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036AAF;
	background: #036AAF;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #F00;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 12px;
	padding: 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-weight: normal;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.imgnorm, .imgleft, .imgright {
	background: #FFF;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.gallery {
}
table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	display: table;
}
table[align=center] {
	margin-left: auto;
	margin-right: auto;
}
table[align=right] {
	margin-left: auto;
	margin-right: 0;
}
table thead {
	display: table-header-group;
}
table tbody {
}
table tfoot {
	display: table-footer-group;
}
table tr {
	display: table-row;
}
table tr td {
	display: table-cell;
	padding: 3px;
	vertical-align: top;
}
table tr td[valign=middle] {
	vertical-align: middle;
}
table tr td[valign=bottom] {
	vertical-align: bottom;
}
table tr th {
	display: table-cell;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}
table tr th[align=center] {
	text-align: center;
}
table tr th[align=right] {
	text-align: right;
}
table tr th[align=justify] {
	text-align: justify;
}
input, textarea, select {
	margin: 0px;
	padding: 0px;
}
li h3 , li h3 a{
	color: #0068AC;
	margin: 0px;
	padding: 0px;
}

#main {
	margin: auto;
	height: auto;
	width: 970px;
	position: relative;
	z-index: 1;
}
#main #header {
	background: url(images/design_01.jpg);
	float: left;
	height: 130px;
	width: 970px;
	position: relative;
	z-index: 2;
}
#main #menuoben {
	background: url(images/design_02.jpg);
	float: left;
	height: 45px;
	width: 970px;
	position: relative;
	z-index: 100;
}
#main #menuoben ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 101;
}
#main #menuoben ul li {
	float: left;
	position: relative;
	z-index: 102;
}
#main #menuoben ul li a {
	font-size: 15px;
	line-height: 45px;
	font-weight: bold;
	color: #0068AC;
	text-decoration: none;
	float: left;
	height: 45px;
	width: 161px;
	text-align: center;
	display: block;
	z-index: 103;
}
#main #menuoben ul li a:hover {
	background: url(images/design_menuhover.jpg);
}
#main #menuoben ul li ul {
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 200;
	width: 161px;
	padding-bottom: 20px;
	visibility: hidden;
}
#main #menuoben ul li:hover ul {
	visibility: visible;
}
#main #menuoben ul li ul li {
}
#main #menuoben ul li ul li a {
	font-size: 12px;
	line-height: 20px;
	background: url(images/hgmenu.png);
	text-align: left;
	height: 20px;
	width: 151px;
	padding-left: 10px;
	border-bottom: 1px solid #FFF148;
	font-weight: bold;
}
#main #menuoben ul li ul li a:hover {
	background: #FFF46F;
	border-bottom: 1px solid #006CAC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#main #inhalt {
	float: left;
	position: relative;
	height: auto;
	width: 970px;
	background: url(images/design_inhalthg.jpg);
	z-index: 4;
}
#main #inhalt #menuaussen {
	background: url(images/design_03.jpg) no-repeat;
	float: left;
	height: auto;
	min-height: 381px;
	width: 201px;
	position: relative;
	z-index: 15;
}
#main #inhalt #menuaussen #menu {
	padding: 15px 0px 16px 12px;
	float: left;
	height: auto;
	min-height: 350px;
	width: 189px;
	z-index: 6;
}
#main #inhalt #menuaussen #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 7;
}
#main #inhalt #menuaussen #menu ul li {
	float: left;
	width: 189px;
	position: relative;
}
#main #inhalt #menuaussen #menu ul li a {
	line-height: 30px;
	text-decoration: none;
	float: left;
	height: 30px;
	width: 179px;
	padding-left: 10px;
	display: block;
	color: #006CB5;
	font-weight: bold;
	border-bottom: 1px solid #036AAF;
}
#main #inhalt #menuaussen #menu ul li a:hover {
	background: #F6EF94 url(images/pfeil.gif) no-repeat right center;
}
#main #inhalt #menuaussen #menu ul li a.aktiv {
	background: url(images/pfeil.gif) no-repeat right center;
}
#main #inhalt #menuaussen #menu ul li ul {
	width: 150px;
	position: absolute;
	left: 189px;
	top: 0px;
	background: url(images/hgmenu.png);
	visibility: hidden;
}
#main #inhalt #menuaussen #menu ul li:hover ul {
	visibility: visible;
}
#main #inhalt #menuaussen #menu ul li ul li {
	width: 150px;
}
#main #inhalt #menuaussen #menu ul li ul li a {
	width: 140px;
}


#main #inhalt #contentaussen {
	background: url(images/design_04.jpg) no-repeat;
	float: left;
	height: auto;
	width: 769px;
	z-index: 8;
}
#main #inhalt #contentaussen #content {
	padding: 15px 10px 16px;
	float: left;
	height: auto;
	width: 749px;
	position: relative;
	z-index: 9;
}
#main #inhalt #contentaussen #content table tr td h4 {
	margin: 0px;
}

#main #inhalt #contentaussen #content .info {
	position: absolute;
	z-index: 50;
	height: 60px;
	width: 206px;
	left: 232px;
	top: 290px;
	color: #F00;
	background: #FF0;
	padding: 10px 5px 5px;
	border: 3px solid #F00;
	display: none;
}
#main #inhalt #contentaussen #content .info2 {
	position: absolute;
	z-index: 50;
	height: 60px;
	width: 206px;
	left: 522px;
	top: 290px;
	color: #F00;
	background: #FF0;
	padding: 10px 5px 5px;
	border: 3px solid #F00;
	display: none;
}

#main #inhalt #contentaussen #content #imageContainer {
	float: right;
	height: 350px;
	width: 467px;
	overflow: hidden;
	position: relative;
	margin-left: 12px;
	z-index: 10;
}

#main #feater {
	background: url(images/design_05.jpg);
	float: left;
	height: 44px;
	width: 970px;
	position: relative;
	line-height: 22px;
	z-index: 11;
}
.contentnavi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 120px;
	width: 745px;
}
.contentnavi li {
	float: left;
	width: 149px;
	padding: 5px;
}
.contentnavi li a {
	font-size: 15px;
	line-height: 100px;
	font-weight: bold;
	color: #0068AC;
	text-decoration: none;
	background: #FFED03 url(images/design_05.jpg) repeat-x left center;
	text-align: center;
	display: block;
	float: left;
	height: 100px;
	width: 100%;
}
.contentnavi li a:hover {
	background: #FED501;
}
.news {
	font-size: 14px;	
}.news #news {
	width: 230px;
	padding: 10px;
	background-color: #FF0;
	border: 3px solid #036AAF;
}

.we td {
	font-weight: bold;
	color: #333;	
}