* {
	font-family: Arial;
	font-size: 9pt;
}

html, body { height: 100%; }

a {
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
}

body {
	background: #f0f2f4;
	margin: 0;
}

p {
	margin: 5px 0;
}

.strong {
	font-weight: bold;
}

.headline {
	background:#FFFFFF none repeat scroll 0 0;
	clear:left;
	color:#2D2D2D;
	display:block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:25px;
	margin:0 0 10px;
	padding:5px;
	width:98%;
	margin: 0 0 25px 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.shadow {
	width: 790px;
	margin: 0 auto;
	background: url('../images/shadow.jpg') repeat-y right;
}

.page {
	width: 780px;
	background: #e4e7eb;
	position: relative;
	min-height: 100%;
}


.header {
	position: relative;
	width: 780px;
	height: 101px;
	background: url('../images/header.jpg') no-repeat;
}

.header_overlay {
	position: absolute;
	top: 101px;
	left: 0;
	width: 171px;
	height: 57px;
	background: url('../images/header_overlay.jpg') no-repeat;
}
.header_link_start {
	display: block;
	position: absolute;
	top: 0;
	left: 1px;
	width: 140px;
	height: 140px;
}

.header_link_cdu {
	display: block;
	position: absolute;
	top: 0;
	left: 595px;
	width: 185px;
	height: 43px;
}

.shadow_top {
	position: absolute;
	left: 780px;
	top: 0;
	width: 10px;
	height: 7px;
	background: url('../images/shadow_top.jpg') no-repeat;
}

.shadow_bottom {
	position: absolute;
	bottom: -8px;
	left:0;
}

.shadow_bottom2 {
	position: absolute;
	bottom: -10px;
	left: 780px;
	background: url('../images/shadow_bottom2.jpg') no-repeat;
	height: 10px;
	width: 8px;
}

.navigation {
	height: 23px;
	padding: 0 0 0 0px;
	width: 780px;
	background: #38383a;
	color: #FFF;
	margin-bottom: 15px;
	position: relative;
}

.nav_point {
	display: block;
	width: auto;
	height: 23px;
	background: #9B9B9D;
	float:left;
}

a.nav_point img {
	border: 7px #38383A solid;
	border-top: 0;
	border-bottom: 0;
}

a.nav_point img:hover, a.active img {
	border-color: #9B9B9D;
}

/** IE 6 Fix */
* html a.nav_point {
	height: 23px;
}

/** Left */
.block_left {
	float: left;
	width: 170px;
	position: relative;
	z-index: 200;
}

.block_head {
	background: #acb7c1;
	width: 153px;
	border: 1px #FFF solid;
	border-bottom: 0;
	height: 16px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #38383a;
	padding: 2px 0 0 7px;
}

.block_content .block_head {
	margin: 5px 0;
	border-bottom: 1px #FFF solid;
}

.block_content {
	position: relative;
	z-index: 200;
	width: 156px;
	padding: 0px 5px 5px 9px;
	background: url('../images/block_left_bg.jpg') repeat-y;
	border: 1px #FFF solid;
	height: 100%;
}

/** IE6 Fix */
* html .block_content {
	padding: 0;
}

.block_content .img {
	display: block;
	margin: 7px 0 5px 6px;
	border: 1px #000 solid;
}

* html .block_content .img {
	margin: 7px 0 5px 15px;
}

.block_text {
	width: 150px;
	margin-left: 10px;
	padding: 5px;
}

.block_text, .block_text * {
	color: #FFF;
	font-size: 8pt;
}

.block_text b {
	font-size: 9pt;
}

.block_text a {
	text-decoration: underline;
}

/** Center */
.block_center {
	width: 395px;
	float: left;
	margin: 0 0 0 2px;
	padding: 0 15px;
	padding-bottom: 46px;
}

/** IE6 Fix */
* html .block_center {
	width: 379px;
}

.block_center, .block_center * {
	color: #38383a;
}

/** Right */
.block_right {
	width: 183px;
	float: left;
	padding-bottom: 0px;
}

/** IE6 Fix */
* html .block_right {
	width: 180px;
}

.block_info {
	width: 149px;
	padding: 7px;
	border: 1px #b4b6c1 solid;
	background: #c7cfd5;
	margin: 0 0 15px 0
}


.infohead {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #38383a;
}

#info .block
{
	background: #a6b2e2;
	width: 159px;
	margin-left: 11px;
	color: #38383a;
	font-size: 8pt;
	padding-bottom: 10px;
}

#info .block .element
{
	border-bottom: 1px #FFFFFF solid;
	padding: 5px;
	width: 139px;
	margin: auto;
}


.element .title {
	font-weight: bold;
	margin: 5px 0 5px 0;
}

.element {
	padding: 0px 0 10px 0;
	border-bottom: 1px #38383a solid;
}

.element .navi,.element .navi_holded
{
	display: block;
	height: 18px;
	width: 149px;
	padding-top: 2px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px #FFFFFF solid;
}

.element .navi:hover,.element .navi_holded
{
color:#ffffff;
background: #ff9900;
}



/** Footer */
.footer {
	position: absolute;
	bottom: 0;
	z-index: 900;
	right: 0;
	height: 23px;
	width: 593px;
	background: #acb7c1;
	border: 1px #FFF solid;
}

.footer, .footer * {
	color: #FFF;
}

.footer a:hover {
	text-decoration: underline;
}

/** Galerie */
.galpic {
	float: left;
	width: 160px;
	height: 240px;
	margin: 0 10px 15px 0;
	font-size: 11px;
	background: #ADB7C1;
	padding: 10px;
}

.imgbox {
	padding: 0 0 5px 0;
	text-align:center;
}

/** Kontaktfomular */
.contact_label {
	display: block;
	width: 130px;
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.contact_text {
	width: 400px;
	border: 1px #38383A solid;
}

.contact_textarea {
	width: 400px;
	height: 100px;
	border: 1px #38383A solid;
}

.contact_infotext {
	display: block;
	padding-left: 130px;
}

.contact_info {
	padding-left: 130px;
	font-weight: bold;
	margin: 0 0 10px 0;
	display: block;
}

.contact_submit {
	margin: 10px 0 0 130px;
}

.contact_form_text {
	margin: 0 0 15px 0;
}

.piclinks {
	margin: 10px 0 100px 2px;
}

.termine td a, .termine td a * {
	text-decoration: underline;
}

.termine td a:hover, .termine td a *:hover {
	text-decoration: none;
}

.title a, .title a * {
	color: #000;
	text-decoration: underline;
}
.title a:hover, .title a *:hover {
	text-decoration: none;
}

h2 {
color:#000000;
font-size: 19px;
font-weight: bold;
}

/* Submenu */
.javasubnav{
visibility:hidden; 
	position:absolute; 
	z-index:110; 
	left:0; 
	top:0;	
	border-top:1px;
	border-left:0;
	border-right:0;
	border-bottom:0;
	border-color:#f6f6f6;
	border-style:solid;
	border-width:1px 0px 1px 0px;
	background-color:#acb7c1;
}

.javasubpoint, .javasubpoint:link, .javasubpoint:visited{	
	background-color: #acb7c1;
	color: #000;
	text-decoration: none;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	font-size: 11px;
	font-family: Arial;
	font-weight: bolder;
	padding: 5px 10px 5px 10px;
	width: 180px;
	display:block;
	clear:both;
}	

.javasubpoint:active, .javasubpoint:hover{	
	background-color:#ff9900;
	color:#000;
	text-decoration:none;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	display:block;
	font-size:11px;
	font-family:Arial;
	font-weight:bolder;
	padding: 5px 10px 5px 10px;
}