@charset "utf-8";
/* CSS Document */

img, #main_frame { behavior: url(../_css/iepngfix.htc) }

/*-------------------/
/ Allgemeine Formate /
/-------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #222222;
	color: #000000;
	position: relative;
	scrollbar-arrow-color:#333333;
	scrollbar-face-color:#181818;
	scrollbar-highlight-color:#333333;
	scrollbar-3dlight-color:#000000;
	scrollbar-shadow-color:#333333;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#000000;
}

h1 {
	font-size: 32px;
	margin: -6px 0px 2px 0px;
	padding: 0px;
	line-height: 40px;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	line-height: 18px;
}


h4, h5 {
	font-size: 12px;
	margin: 0px;	
	padding: 0px;
	line-height: 14px;
}

p {
	font-size: 12px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	line-height: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a img {
	border: none;
}

ul, ol {
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
}

	ul li {
		margin: 0px 0px 8px 14px;
		#margin: 0px 0px 8px 16px;
		padding: 0px;
	}
	
	
	ol li {
		margin: 0px 0px 8px 18px;
		#margin: 0px 0px 8px 23px;
		padding: 0px;
	}
	
sub, sup {
	line-height: 0px;
	font-size: 70%;
	margin: 0px 0px 0px 1px;
}

.margin_16, ul.margin_16 li {
	margin-bottom: 16px;
}

.margin_8, ul.margin_8 li {
	margin-bottom: 8px;
}

.margin_4, ul.margin_4 li {
	margin-bottom: 4px;
}

.margin_2, ul.margin_2 li {
	margin-bottom: 2px;
}

.margin_0, ul.margin_0 li {
	margin-bottom: 0px;
}

.margin_top_0 {
	margin-top: 0px;
}

.hidden, .hiddenTXT {
	display: none;
}

.shown, shownTXT {
	display: block;
}

/*-------------/
/ Seitenaufbau /
/-------------*/

#mainframe {
	width: 960px;
	height: 700px;
	background: #ffffff;
	margin: 0px auto 0px auto;
	position: relative;
}

	#headframe {
		width: 960px;
		height: 355px;
		overflow: hidden;
	}
	
	#navframe {
		width: 960px;
		height: 30px;
		background: url('../_img/bg_nav.gif');
		overflow: hidden;
	}
	
		#loaderDisplay {
			float: right;
		}
	
	#contentframe {
		width: 960px;
		height: 315px;
		overflow: auto;
		overflow-x: hidden;
	}

/*-----------/
/ Navigation /
/-----------*/

#homebutton {
	position: absolute;
	left: 142px;
	top: 14px;
	display: none;
}

#navframe ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
}

	#navframe ul li {
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
		#navframe ul li a {
			display: block;
			padding: 7px 6px 9px 6px;
			color: #ffffff;
			margin: 0px;
			text-decoration: none;
			background: url('../_img/bg_nav_over.gif') right 0px repeat-x;
		}
		
		#navframe ul li a:hover {
			color: #000000;
			background: url('../_img/bg_nav_over.gif') right -30px repeat-x;
			text-decoration: none;
		}
		
		#navframe ul li.last a {
			background: url('../_img/bg_nav_over.gif') 0px 0px repeat-x;
		}
		
		#navframe ul li.last a:hover {
			background: url('../_img/bg_nav_over.gif') 0px -30px repeat-x;
			text-decoration: none;
		}
		
		#navframe ul li a.active {
			text-decoration: none;
		}

.subNav {
	float: left;
	list-style-type: none;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

	.subNav li {
		float: left;
		margin: 0px 16px 13px 0px;
		padding: 0px;
	}
	
	.subNav.service li {
		margin: 0px 16px 3px 0px;
	}

/*----------------/
/ Aufbau Contents /
/----------------*/

	.content_full {
		margin: 20px 20px 0px 10px;
		float: left;
		display: inline;
		width: 930px;
	}
	
	.content_indent {
		margin: 20px 20px 0px 70px;
		float: left;
		display: inline;
		width: 870px;
	}
	
		.left {
			float: left;
			display: inline;
		}
		
		.right {
			float: right;
			display: inline;
		}
		
		.narrow {
			width: 270px;
		}
		
		.half {
			width: 48%;
		}
		
		.content_full .wide {
			width: 590px;
		}
		
		.content_indent .wide {
			width: 570px;
		}
		
		.borderless, .listitem.borderless {
			border: none;
		}
		
		.twocols .left {
			width: 48%;
			text-align: left;
		}
		
		.twocols .right {
			width: 48%;
			text-align: left;
		}
		
		.annotation {
			clear: both;
			border-top: #919191 1px solid;
			padding-top: 4px;
		}
		
			.annotation p {
				font-size: 10px;
				color: #919191;
				line-height: 12px;
				padding-bottom: 8px;
			}

		.listitem {
			border-bottom: #919191 1px solid;
			clear: both;
			float:left;
			margin-bottom: 8px;
			width: 100%;
		}
		
			.listimage {
				float: left;
				display: inline;
				width: 25%;
			}
			
			.listtext {
				float: left;
				display: inline;
			}
			
			.image .listtext {
				float: left;
				display: inline;
				width: 73%;
			}
			
				.listtext ul li {
					margin-bottom: 4px;
				}
				
				.mapNav {
					float: left;
					display: block;
					width: 120px;
					margin-right: 15px;
				}
				
				.mapNav li a {
					color: #ffffff;
				}
				
				.mapNav li a {
					text-decoration: none;
				}
				
				.subNavTXT {
					list-style-type: none;
				}
				
				.subNavTXT a {
					display: inline-block;
					padding: 9px 12px;
					border: #919191 1px solid;
					width: auto;
				}
				
				.subNavTXT a:hover {
					text-decoration: none;
					background: #ffffff;
				}
				
				.subNavTXT a.subNavTXTact {
					text-decoration: none;
					background: #ffffff !important;
					color: #919191;
				}
				
				.pageinfo {
					font-size: 11px;
					text-align: center;
					width: 60px;
					margin: 0px 0px 4px 0px;
					#margin: 0px 0px 4px 2px;
				}
				
#audioframe {
	position: absolute;
	z-index: 5;
	top: 160px;
	left: 16px;
}