@charset "utf-8";
/*********************************************************
 * NaaN Grafix - We rock the web                         *
 * Projekt: Sänze                                        *
 * Style: Screen                                         *
 *********************************************************/


/*********************************************************
 * Reset deault Browser Styles                           *
 *********************************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong, b { font-weight: bold; }
em, i { font-style: italic; }




/*********************************************************
 * Site Styles                                           *
 *********************************************************/


body {
	padding: 10px 0 20px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	background: #d8d7d8 url(../img/layout/bg_body.jpg) repeat-x top left;
}

.clearer { clear: both; }

#containerSiteWrap {
	width: 968px;
	margin: 0 auto 0 auto;
}
	
	#containerSite #containerSiteTop {
		height: 15px;
		background: url(../img/layout/bg_corners_top.png) no-repeat top left;
	}
	#containerSite #containerSiteBody {
		background: url(../img/layout/bg_siteWrap.png) repeat-y left;
	}
	#containerSite #containerSiteBottom {
		height: 15px;
		background: url(../img/layout/bg_corners_bottom.png) no-repeat top left;
	}


#containerHeader {
	height: 384px;
	overflow: hidden;
	position: relative;
}
	#logo {
		width: 235px;
		height: 77px;
		position: absolute;
		top: 0px;
		left: 15px;
		overflow: hidden;
	}
		#logo a {
			display: block;
			width: 235px;
			height: 77px;
			overflow: hidden;
			text-indent: -999em;
			background: url(../img/layout/logo.png) no-repeat top left;
		}
	
	#containerFlashImg {
		position: absolute;
		width: 691px; 
		height: 308px;
		top: 77px;
		left: 261px;
		overflow: hidden;
	}
	
	#containerQuickNav {
		position: absolute;
		top: 77px;
		left: 15px;
		width: 285px;
		height: 288px;
		overflow: hidden;
		padding: 10px 0;
		background: url(../img/layout/bg_quickNav.jpg) no-repeat top left;
	}
	
		#quickNavList li {
			padding: 5px 0 5px 0;
			background: url(../img/layout/bg_subNavDotted.png) no-repeat bottom left;
		}
		#quickNavList li a {
			display: block;
			height: 27px;
			overflow: hidden;
			text-indent: -999em;
			text-decoration: none;
			background-position: top left;
			background-repeat: no-repeat;
		}
		#quickNavList li.active a,
		#quickNavList li a:hover { background-position: bottom left; }
	
	#containerMainNav {
		position: absolute;
		top: 0px;
		left: 261px;
		width: 690px;
		height: 72px;
	}
		#mainNavList li {
			float: left;
			padding: 23px 10px 0 11px;
			background: url(../img/layout/bg_mainNavDotted.png) no-repeat top left;
		}
		#mainNavList li a {
			display: block;
			height: 27px;
			overflow: hidden;
			text-indent: -999em;
			text-decoration: none;
			float: left;
			background-position: top left;
			background-repeat: no-repeat;
		}
		#mainNavList li.active a,
		#mainNavList li a:hover { background-position: bottom left; }


#containerContent {
	padding: 15px;
	position: relative;
}


#containerGalleryMainPage {
	height: 84px;
	background: url(../img/layout/bg_galleryLine.jpg) repeat-x top right;
}

	a#btnGallery {
		display: block;
		width: 237px;
		height: 84px;
		overflow: hidden;
		text-indent: -999em;
		background: url(../img/layout/bg_btnGalleryMainpage.jpg) no-repeat top left;
		float: left;
		margin-right: 15px;
	}
	#galleryLineList {
		padding: 8px 0 8px 15px;
	}
	#galleryLineList li { float: left; }
	#galleryLineList li a {
		display: block;
		width: 101px;
		height: 66px;
		overflow: hidden;
		float: left;
		border: 1px solid #fff;
		margin-right: 10px;
	}

#contentWrap { padding: 15px 0 15px 245px; }

#contentTop {
	height: 10px;
	background: url(../img/layout/bg_contentCornerTop.png) no-repeat top left;
}
#contentBottom {
	height: 10px;
	background: url(../img/layout/bg_contentCornerBottom.png) no-repeat top left;
}


#content {
	background: url(../img/layout/bg_contentCornerBody.png) repeat-y top left;
	padding: 20px;
}

/* Content Elements ----------------------------------------------------------*/
	#content h1,
	#content h2 { margin: 5px 0 15px 0; }
	
	#content h3 {
		font-size: 13px;
		color: #666666;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 5px;
	}
		#content h3 a {
			font-size: 13px;
			color: #ff9900;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: none;
		}
		
	#content p {
		margin: 5px 0 15px 0;
	}
	
	#content p a {
		color: #ff9900;
		text-decoration: underline;
	}
	#content p a:hover { text-decoration: none; }
	
	#content ul {
		margin: 5px 0 15px 0;
	}
	#content ul li {
		list-style: disc;
		margin-left: 15px;
	}
		#content ul li ul li {
			list-style: circle;
			margin-left: 15px;
		}
	
	#content .txtRight ul {
		margin-left: 203px;
	}
		#content .txtRight ul li ul {
			margin-left: 0px;
		}
	
	.csc-sitemap ul li {
		font-weight: bold;
		margin-bottom: 20px;
	}
	.csc-sitemap ul li ul li {
		font-weight: normal;
		margin-bottom: 0px;
	}
	.csc-sitemap ul li ul { margin-left: 20px; }
	.csc-sitemap ul li ul li ul { margin-left: 20px; }
	.csc-sitemap a {
		color: #ff9900;
		text-decoration: underline;
	}
	.csc-sitemap a:hover { text-decoration: none; }
	
	#content .trennlinie {
		height: 1px;
		overflow: hidden;
		border-bottom: 1px solid #ff9900;
		margin: 5px 0 15px 0;
		clear: both;
	}
	
	#content .imgLeft {
		width: 203px;
		float: left;
	}
		#content .imgLeft div {
			width: 172px;
			height: 127px;
			margin: 0 0 15px 0;
			padding: 4px;
			border: 1px solid #e0d2b4;
		}
		#content .imgLeft .last { margin: 0px; }
		#content .txtRight {
			margin: 5px 0 15px 0;
			min-height: 160px;
		}
		#content .txtRight h2,
		#content .txtRight h1 { margin-left: 203px; }

	#content .imgTwo {
		height: 203px;
		margin: 5px 0 15px 0;
	}
		#content .imgTwo div {
			width: 261px;
			float: left;
			margin-right: 10px;
			padding: 4px;
			border: 1px solid #e0d2b4;
		}
		#content .imgTwo div.last { margin-right: 0px; }
		
	#content .imgFour {
		height: 99px;
		margin: 5px 0 15px 0;
	}
		#content .imgFour div {
			width: 122px;
			float: left;
			margin-right: 8px;
			padding: 4px;
			border: 1px solid #e0d2b4;
		}
		#content .imgFour div.img_2 { margin-right: 9px; }
		#content .imgFour div.last { margin-right: 0px; }
		
	#content .imgBig {
		width: 543px;
		margin: 5px 0 15px 0;
		padding: 4px;
		border: 1px solid #e0d2b4;
	}
	
	#content button.submitButton {
		height: 20px;
		line-height: 20px;
		background: #64533d url(../img/layout/bullet_arrowDown.png) no-repeat top left;
		color: #b8a184;
		padding: 0 5px 0 27px;
		border: none;
		margin-top: 15px;
		cursor: pointer;
	}
		
		#content table.contenttable {
			border-collapse: collapse;
			width: 100%;
			margin: 5px 0 15px 0;
		}
		
		#content table.contenttable th,
		#containerContent table.contenttable td {
			border-bottom: 1px solid #e2e2e2;
			background-color: #fff;
			color: #666;
			text-align: left;
			padding: 6px 8px;
		}
		
		#content table.contenttable thead th {
			background: #e2e2e2;
			font-weight: bold;
			color: #666;
		}
		
		/*#content table.contenttable th:first-child,
		#content table.contenttable td:first-child,
		#content table.contenttable th.first,
		#content table.contenttable td.first {
			text-align: left;
			width: 30%;
		}*/
		#content table.contenttable td:first-child,
		#content table.contenttable td.first { background-color: #f4f7f3; }
		
		#content table.contenttable th.width150 { width: 150px; }
		
		#content table.contenttable th.width200 { width: 200px; }
		
		#content table.contenttable th.width50 { width: 50px; }
		
		#content table.contenttable p {
			display:inline;
			margin:0;
			padding:0;
		}

/* Content Elements End ------------------------------------------------------*/
	
/* News --------------------------------------------------------------------- */
div.naanPageBrowserContainer { display: none; }

	#content .newsListContainer {
		height: 127px;
		overflow: hidden;
		position: relative;
		margin-bottom: 25px;
	}
		#content .newsListContainer .newsListImg {
			display: block;
			width: 172px;
			height: 127px;
			overflow: hidden;
			float: left;
			margin-right: 15px;
		}
		#content .newsListContainer .readMoreCont {
			padding-top: 20px;
		}
			#content .newsListContainer .readMoreCont a,
			#content #backLink a {
				text-decoration: underline;
				color: #CC6600;
			}
			#content .newsListContainer .readMoreCont a:hover,
			#content #backLink a:hover { text-decoration: none; }
	
	#content .newsSingleContainer .newsListImg {
		width: 203px;
		float: left;
	}
		#content .newsSingleContainer .newsListImg img {
			width: 172px;
			height: 127px;
			margin: 0 0 15px 0;
			padding: 4px;
		}
	#content .newsSingleContainer .newsBackLink a {
				text-decoration: underline;
				color: #CC6600;
	}
	#content .newsSingleContainer .newsBackLink a:hover { text-decoration: none; }
/* News End ----------------------------------------------------------------- */


/* Gallery -------------------------------------------------------------------*/
	#content div.ql_simple_gallery-boxes { margin: 5px 0 15px 0; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album {
			width: 261px;
			height: 193px;
			overflow: hidden;
			float: left;
			margin: 0 10px 10px 0;
			position: relative;
			padding: 4px;
			border: 1px solid #e2e2e2;
		}
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album a { border: none; }
		#content div.ql_simple_gallery-boxes div.last { margin-right: 0px; }
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_image {}
		#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text {
			text-align: center;
			width: 241px;
			height: 48px;
			background-color: #e2e2e2;
			position: absolute;
			bottom: 14px;
			left: 14px;
			font-weight: bold;
		}
			#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text a {
				color: #999999;
				text-decoration: none;
				display: block;
				height: 48px;
				line-height: 48px;
				text-align: center;
			}
			#content div.ql_simple_gallery-boxes div.ql_simple_gallery_box_album div.ql_simple_gallery_text a:hover { text-decoration: underline; }
	
	#content div.ql_simple_gallery_detail_boxes { margin: 5px 0 20px 0; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box {
			width: 122px;
			height: 89px;
			float: left;
			margin: 0 8px 10px 0;
			padding: 4px;
			border: 1px solid #e2e2e2;
			display: block;
		}
		#content div.ql_simple_gallery_detail_boxes div.last { margin-right: 0px; }
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box img {}
		#content div.ql_simple_gallery_detail_boxes div.ql_simple_gallery_box a { border: none; }
	#content #backLink { margin-bottom: 25px; }

/* Gallery End ---------------------------------------------------------------*/


/* Powermail ---------------------------------------------------------------- */
	#content .tx-powermail-pi1 {}
	
	#content .tx-powermail-pi1 fieldset {
		border: none;
		margin: 10px 0 20px 0;
	}
	#content .tx-powermail-pi1 fieldset legend {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #999;
		font-weight: bold;
	}
	#content .tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html {
		clear: both;
		margin-bottom: 5px;
		background: none;
		position: relative;
	}
	#content .tx-powermail-pi1 fieldset label {
		display: block;
		font-weight: normal;
		width: 170px;
		padding: 7px 0;
		float: left;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text input,
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea {
		display: block;
		width: 313px;
		color: #999;
		border: 1px solid #ececec;
		background-color: #ececec;
		font-size: 12px;
		padding: 7px;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_text input.validation-failed,
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea.validation-failed {
		border: 2px solid #f00;
		padding: 1px;
		background: #ffe0e0;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_select select {
		border: 1px solid #ececec;
		background-color: #ececec;
		color: #999;
		font-size: 12px;
		padding: 2px;
	}
	#content .tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_textarea textarea { height: 120px; }
	#content .tx_powermail_pi1_fieldwrap_html_submitgraphic { text-align: right; padding: 0px; margin: 0px; }
	#content .tx_powermail_pi1_fieldwrap_html_submitgraphic input {
		width: 74px;
		height: 23px;
		border: none;
		padding: 0px;
	}
	
	#content .tx-powermail-pi1_fieldset_anfragekategorie {
		position: relative;
	}
		#content .tx-powermail-pi1_fieldset_anfragekategorie div.powermail_check_inner {
			margin-left: 170px;
			position: relative;
			width: 327px;
			height: 20px;
			overflow: hidden;
		}
		#content .tx-powermail-pi1_fieldset_anfragekategorie div.powermail_check_inner label {
			display: block;
			font-weight: normal;
			position: absolute;
			top: 0px;
			left: 25px;
			padding: 0px;
			margin: 0px;
			float: none;
		}
		#content .tx-powermail-pi1_fieldset_anfragekategorie div.powermail_check_inner input {
			position: absolute;
			top: 0px;
			left: 0px;
			float: none;
		}

/* Powermail End ------------------------------------------------------------ */































#containerSidebar {
	position: absolute;
	top: 114px;
	left: 15px;
	width: 234px;
}

	.sidebarBox {
		position: relative;
	}
		.cornerTopLeft { position: absolute; top: 0px; left: 0px; width: 6px; height: 6px; background: url(../img/layout/bg_sidebarBoxTopLeft.png) no-repeat top left; }
		.cornerTopRight { position: absolute; top: 0px; right: 0px; width: 6px; height: 6px; background: url(../img/layout/bg_sidebarBoxTopRight.png) no-repeat top right; }
		.cornerBottomLeft { position: absolute; bottom: 0px; left: 0px; width: 6px; height: 6px; background: url(../img/layout/bg_sidebarBoxBottomLeft.png) no-repeat top left; }
		.cornerBottomRight { position: absolute; bottom: 0px; right: 0px; width: 6px; height: 6px; background: url(../img/layout/bg_sidebarBoxBottomRight.png) no-repeat top right; }
		
		.sidebarBoxContent {
			border: 2px solid #f9f8f9;
			background: #e2e2e2;
			padding: 8px;
		}
			#sidebarContact {
				height: 67px;
				overflow: hidden;
				text-indent: -999em;
				background: url(../img/layout/bg_sidebarContact.png) no-repeat top left;
				margin-bottom: 30px;
				text-decoration: none;
				display: block;
			}

		#sidebarNews {
			padding: 2px 0 10px 11px;
			background: url(../img/layout/dotted_v.png) repeat-y top left;
		}
			#sidebarNews h3 {
				height: 10px;
				overflow: hidden;
				text-indent: -999em;
				background: url(../img/layout/hl_sidebar_aktuelles.png) no-repeat top left;
				margin-bottom: 10px;
			}
			#sidebarNews img {
				display: block;
				border: 1px solid #fff;
				margin-bottom: 10px;
			}
			#sidebarNews a {
				display: block;
				color: #666;
				text-decoration: none;
				width: 156px;
				padding-right: 15px;
				background: url(../img/layout/bg_sidebarBoxArrow.png) no-repeat bottom right;
			}

	#containerSidebarSubNav .sidebarBoxContent { padding: 8px 2px; }
	#subNavList li {
		padding: 5px 0 5px 0;
		background: url(../img/layout/bg_subNavDotted.png) no-repeat bottom left;
	}
	#subNavList li a {
		display: block;
		height: 27px;
		overflow: hidden;
		text-indent: -999em;
		text-decoration: none;
		background-position: top left;
		background-repeat: no-repeat;
	}
	#subNavList li.active a,
	#subNavList li a:hover { background-position: bottom left; }
	
		#subSubNavList {
			padding: 5px 0;
		}
		#subSubNavList li { background: none; padding: 0px; margin: 0px; }
		#subSubNavList li a {
			display: block;
			background: none;
			text-indent: 0;
			text-transform: uppercase;
			text-decoration: none;
			color: #666;
			line-height: 18px;
			height: 18px;
			margin-bottom: 5px;
			padding: 0 10px 0 57px;
		}
		#subSubNavList li.active a,
		#subSubNavList li a:hover { color: #ff9900; }




#containerFooter {
	text-align: center;
	padding: 10px 0;
}
	#containerFooter a {
		color: #cc6600;
		text-decoration: underline;
	}
	#containerFooter a:hover { text-decoration: none }
























