@charset "utf-8";
/* CSS Document 
	Autor: Philipp Holdener www.holdesign.ch
*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #EFF0E6 url(img/hg_body.jpg) repeat-x top left;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
fieldset {
	border: none;
}
label {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 5px;
	font-size: 11px;
}
input, textarea, select {
	background-color: #F0F1E7;
	border: 1px solid #666666;
	color: #666666;
	padding: 3px;
	font-size: 11px;
	margin-bottom: 4px;
}
input.mailformsubmit {
	border: #666666 1px solid;
	background-color: #666666;
	background-image: none;
	color: #FFFFFF;
	margin-left: 100px;
	margin-top: 5px;
	width: 80px;
}
a {
	text-decoration: none;
	color: #006699;
	outline: none;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	padding: 0px;
	margin: 8px 0px;
	height: 32px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 8px 0px;
}
h4,h5,h6 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	margin: 8px 0px;
}
#wrap {
	margin: 0 auto;
	text-align: left;
	width: 940px;
}
#header {
	height: 177px;
	position: relative;
	background: url(img/hg_header.jpg) no-repeat top left;
	color: #000000;
}
#logo {
	position: absolute;
	top: 14px;
	left: 25px;
	height: 130px;
	width: 172px;
}
	#logo a {
		display: block;
		width: 172px;
		height: 130px;
		outline: none;
	}
	#logo h1 {
		margin: 0px;
		padding: 0px;
		text-indent: -3000px;
	}
#support {
	position: absolute;
	top: 54px;
	right: 43px;
	width: 322px;
	height: 56px;
}
	#support a {
		display: block;
		width: 322px;
		height: 56px;
		text-indent: -3000px;
		outline: none;
	}
#image {
	height: 280px;
	background: url(img/hg_image.jpg) no-repeat top left;
	padding: 0px 10px;
}
	#image img {
		border-bottom: #006699 2px solid;
	}
#mainmenu {
	position: absolute;
	bottom: 0px;
	left: 30px;
	height: 20px;
	width: 846px;
}
	#mainmenu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	#mainmenu ul li {
		float: left;	
	}
/*	#mainmenu ul li a {
		color: #FFFFFF;
		background: url(img/hg_mainmenu_normal.gif) repeat-x top left;
	}*/
	#mainmenu ul li a:hover, #mainmenu ul li.act a{
		background-color: #006699;
	color: #FFF;
	}
	
	/* {
		display: block;
		background: url(img/hg_mainmenu.gif) repeat-x top left;
		color: #000000;
	}	*/
	#mainmenu ul li.act ul li a, #mainmenu ul li ul li a {
		display: block;
		background: none;
		background-color: #006699;
		color: #FFFFFF;
		font-weight: normal;
		text-transform: none;
	}	
	#mainmenu ul li.act ul li a:hover, #mainmenu ul li ul li a:hover, #mainmenu ul li.act ul li.subact a {
		font-weight: normal;
		display: block;
		background: none;
		background-color: #F7DF0D;
	color: #033E5E;
	}
#contentwrap {
	background: url(img/hg_content.jpg) repeat-y top left;
	color: #666666;
	padding: 20px 40px;
}
	#contentwrap ul {
	margin: 8px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	}
	#contentwrap ul li {
	list-style: none;
	height: auto !important;
	height: 1px;
	padding: 0px 0px 0px 12px;
	background: url(img/listenpunkt.gif) no-repeat 0 0;
	}
	#contentwrap .csc-textpic-imagewrap img {
		padding: 2px;
		background-color: #F0F1E7;
		border: #C2C5B0 1px solid;
	}
	#contentwrap .csc-textpic-caption {
		font-size: 10px;
		color: #666666;
	}
	#contentwrap .csc-textpic-imagerow {
		margin-bottom: 3px;
	}	
	#contentwrap .tx-wssitemap-pi1 img {
		padding: 0px;
		border: none;
		background-color:#FFFFFF;
	}
#footer {
	background: url(img/hg_footer.jpg) repeat-y top left;
	color: #ACAD9B;
	padding-top: 20px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}
	#footer a {
		color: #ACAD9B;
	}
	#footer a:hover {
		color: #666666;
	}
.clear {
	clear: both;
	height: 1px;
}
/*Spalten*/
.drei_spalten h3 {
	background-color: #E5E5E5;
	color: #006699;
	border-bottom: 1px solid #999999;
	padding: 4px 8px;
}	
.drei_spalten .left {
	float: left;
	width: 33%;
}
.drei_spalten .middle {
	float: left;
	width: 40%;
}
.drei_spalten .right {
	float: right;
	width: 24%;
}
	.drei_spalten .left .inner {
		padding: 0px 10px 0px 0px;
		border-right: #E5E7D7 dotted 3px;
	}
	.drei_spalten .middle .inner {
		padding: 0px 10px 0px 10px;
	}
	.drei_spalten .right .inner {
		padding: 0px 0px 0px 10px;
	}
.zwei_spalten .left {
	float: left;
	width: 70%;
}
.zwei_spalten .right {
	float: right;
	width: 26%;
}
#movies .zwei_spalten .left {
	width: 50%;
}
#movies .zwei_spalten .right {
	width: 45%;
	padding-top: 30px;
}	
/* Absatz */
.box {
	background-color: #F0F1E7;
	padding: 10px;
	color: #666666;
}
	.box strong {
		color: #006699;
	}
.infotext {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: lighter;
}
.boxwrap {
	background-color: #E5E5E5;
	padding: 4px;
	margin-bottom: 8px;
}
.boxwrap h3 {
	background-color: #E5E5E5;
	color: #006699;
	border-bottom: 1px solid #999999;
	padding: 4px;
	margin: 0px 0px 8px 0px;
	font-size: 13px;
}
.boxwrap hr {
	clear: both;
	color: #E5E5E5;
	margin: 0px;
	padding: 0px;
}
.boxwrap div.csc-textpic-imagewrap dl {
	padding: 5px;
}
/* Formular */
fieldset {
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}
label {
	display: block; 
	float: left;
	width: 80px;
}
input, textarea, select {
	border: #666666 1px solid;
	background-color: #F0F1E7;
	color: #666666;
	padding: 2px;
	font-size: 11px;
	margin-bottom: 4px;
}
input.csc-mailform-submit {
	background-color: #006699;
	background-image: none;
	color: #FFFFFF;
	margin-left: 80px;
	margin-top: 5px;
}
