/* full clearfix */
/* add to floating elements which should not float afterthem */ 
* html .clearfix {
height: 1%; /* IE5-6 */
}
* + html .clearfix {
display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000;
	background:#f0f0f0 url(../images/bg.jpg) top left repeat-x;
}
html, body, #wrapper {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#header {
	position:absolute;
	top:0;
	right:47px;
	left:0;
	height:47px;
	z-index:25;
	background:transparent url(../images/header.gif) 172px 0 no-repeat;
	border-bottom:1px solid #b2d0e7;
}
#logo {
	position:absolute;
	left:0;
	top:0;
}
#nav {
	position:absolute;
	left:38px;
	top:128px;
	width:220px;
	height:auto;
	z-index:40;
}
#nav li {
	position:relative;
	width:220px;
	height:42px;
}
#nav a {
	position:relative;
	width:203px;
	height:30px;
	padding:12px 0 0 17px;
	color:#818181;
	font-size:13px;
	text-decoration:none;
	display:block;
	background:transparent url(../images/navBtn.jpg) top left no-repeat;
}
#nav a:hover,
#nav .active a {
	color:#fff;
	background-image:url(../images/navBtn_hi.jpg);
}

#subnav {
	position:absolute;
	left:274px;
	top:128px;
	width:160px;
	height:auto;
	z-index:35;
}
#subnav li {
	position:relative;
	width:160px;
	height:56px;
}
#subnav a {
	position:relative;
	width:160px;
	height:56px;
	background:transparent url(../images/subnavBtn.jpg) top left no-repeat;
	font-size:12px;
	color:#8d8d8d;
	text-decoration:none;
	display:block;
	line-height:18px;
	padding:0;
}
#subnav a {
	padding:8px 33px 0 12px;
	width:125px;
	height:48px;
}
#subnav span {
	display:block;
	width:146px;
	height:47px;
	padding:8px 0 0 14px;
}
#subnav span.kinder {
	background:transparent url(../images/subnavIcoKinder.gif) 103px 0 no-repeat;
	width:81px;
	padding-right:65px;
}
#subnav strong {
	text-transform:uppercase;
}
#subnav a:hover,
#subnav .active a {
	color:#fff;
	background-image:url(../images/subnavBtn_hi.jpg);
}
#subnav a:hover span,
#subnav .active span {
	background-position:103px 100%;
}
#main {
	position:absolute;
	top:48px;
	right:0;
	bottom:41px;
	left:0;
	padding-left:435px;
	padding-top:75px;
	overflow:auto;
	z-index:20;
}
#footer {
	position:absolute;
	left:0;
	right:0;
	width:100%;
	bottom:0;
	height:39px;
	background-color:#d8b47e;
	border-top:2px solid #000;
	z-index:30;
}
#footer a{
	text-decoration:none;
	color: red;
}
#box,
#textBox {
	width:539px;
	padding-bottom:29px;
	background:transparent url(../images/boxBottom.png) bottom left no-repeat;
}
#box h1,
#textBox h1 {
	height:41px;
	background:transparent url(../images/boxTop.png) top left no-repeat;
	font-size:13px;
	color:#fff;
	padding:0 0 0 23px;
	line-height:48px;
}
#box h1 .lnkPrint,
#textBox h1 .lnkPrint {
	display:inline;
	float:right;
	color:#bedcf3;
	margin-right:30px;
	margin-top:17px;
	padding-left:23px;
	line-height:15px;
}

.content a {
	color:#0469b4;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}

#box .content,
#textBox .content {
	background:transparent url(../images/boxMid.png) top left repeat-y;
}

p {
	margin:0 0 10px 0;
}

ul.content {
	clear:both;
}
ul.content h2 {
	height:56px; /* zweizeilig.. 39px; */
	margin:0 14px 0 8px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e0e0;
	background:#ddeffa url(../images/boxListArrow.png) 20px -1px no-repeat;
	overflow:hidden;
}
ul.content h2:hover,
ul.content h2.hover,
ul.content .hover h2,
ul.content .active h2 {
	background-color:#fff;
}
ul.content .active h2 {
	background-image:url(../images/boxListArrow_active.png);
}
ul.content h2 a {
	height:53px; /* zweizeilig.. 49px; */
	font-size:12px;
	color:#33546c;
	text-decoration:none;
	float:left;
	display:block;
	padding-left:39px;
	width:439px;
	line-height:17px;
	padding-top:3px;
}
ul.content h2 a:hover {
	text-decoration:none;
}
ul.content h2 strong {
	font-size:13px;
	font-weight:bold;
}
ul.content h2 .favStar {
	background:transparent url(../images/favStar.png) 12px -6px no-repeat;
	text-indent:-9999px;
	width:36px;
	padding-left:0;
}
ul.content h2 .favStar_active {
	background-image:url(../images/favStar_hi.png);
	background-position:12px -5px;
}
ul.content div,
#textBox .content {
	display:none;
	border-bottom:1px solid #e0e0e0;
	margin:0 14px 0 8px;
	padding:10px 39px 0 39px;
}
#textBox .content {
	display:block;
	margin:0 !important;
}
ul.content .active div {
	display:block;
}
ul.content table {
	margin:0 0 10px 0;
}
ul.content table td {
	padding-bottom:10px;
}
ul.content table .td-0 {
	padding-right:10px;
}

.content ul {
	padding-left:25px;
	margin-bottom:10px;
	list-style:disc;
}
.content ul li {
	list-style:disc;
	margin-bottom:7px;
        margin-right:22px;
}
.content ol {
	padding-left:29px;
	margin-bottom:10px;
	list-style:decimal;
}
.content ol li {
	list-style:decimal;
}

.lnkDetail,
.lnkPrint,
.lnkFavorit {
	padding:0 0 0 16px;
	margin:0 16px 0 0;
	font-size:12px;
	font-weight:normal;
	color:#426783 !important;;
	text-decoration:none !important;;
	background:transparent url(../images/lnkDetail.jpg) 0 50% no-repeat;
}
.lnkDetail:hover,
.lnkPrint:hover,
.lnkFavorit:hover,
.lnkFavorit_active {
	/*color:#6e8a9e !important;*/
	text-decoration:underline !important;
}
.lnkFavorit_active {
	display:none;
}
.lnkPrint {
	background-image:url(../images/lnkPrint.jpg);
}
.lnkFavorit {
	background-image:url(../images/lnkFavorit.jpg);
}

button,
button.btnDetail,
button.btnPrint,
button.btnFavorit {
	height:22px;
	padding:0 6px 0 0;
	border:none;
	font-size:12px;
	font-weight:normal;
	color:#426783;
	background:transparent url(../images/btn_r.jpg) top right no-repeat;
	cursor:pointer;
	color:#7d9cb3;
}
button span {
	background:transparent url(../images/btn_l.jpg) top left no-repeat;
	padding:0 0 0 18px;
	display:block;
	height:22px;
	line-height:20px;
	position:relative;
	top:-1px;
	right:-3px;
	cursor:pointer;
}
button:hover,
button:hover span {
	color:#7d9cb3;
}

.btnDetail span {
	background-image:url(../images/btnDetail_l.jpg);
}
.btnPrint span {
	background-image:url(../images/btnPrint_l.jpg);
}
.btnFavorit span {
	background-image:url(../images/btnFavorite_l.jpg);
}

#meta {
	float:right;
	margin:22px 5px 0 0;
	white-space:nowrap;
	font-size:13px;
	color:#3477a8;
}
#meta a {
	font-size:13px;
	color:#3477a8;
	text-decoration:none;
}
#meta a:hover {
	text-decoration:underline;
}
#meta span {
	margin:0 5px;
}
#meta form {
	display:inline;
}
#meta input {
	background:transparent url(../images/txtSearch.jpg) top left no-repeat;
	width:109px;
	height:15px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7996ab;
	padding:0 2px;
}
#meta input.cmdSubmit {
	background:transparent url(../images/cmdSearch.gif) top left no-repeat;
	text-indent:-9999px;
	width:15px;
	height:15px;
	border:none;
	cursor:pointer;
	padding:0;
	/* IE Fix: */
	line-height: 0px;
}
#lnkFavoriten {
	background:transparent url(../images/favStar.png) no-repeat scroll 1px -10px;
	height:15px;
	padding-left:16px;
}
.lnkFavoriten_active {
	background-image:url(../images/favStar_hi.png) !important;
	background-position: 1px -9px !important;
}
#lnkHome {
	background:transparent url(../images/lnkHome.gif) top left no-repeat;
	text-indent:-9999px;
	width:13px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	position:relative;
	top:3px;
}
#lnkContact {
	background:transparent url(../images/lnkContact.gif) top left no-repeat;
	text-indent:-9999px;
	width:19px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	position:relative;
	top:3px;
}
#lnkSitemap {
	background:transparent url(../images/lnkSitemap.gif) top left no-repeat;
	text-indent:-9999px;
	width:21px;
	height:15px;
	overflow:hidden;
	display:inline-block;
	position:relative;
	top:3px;
}

#textBox .content {
	border:none;
}
#textBox h2 {
	font-size:14px;
	font-weight:bold;
	color:#33546c;
	margin-bottom:7px;
	margin-top:14px;
}
#textBox h3,
ul.content h3 {
	font-size:12px;
	font-weight:bold;
	color:#33546c;
	margin-top:10px;
	margin-bottom:5px;
}
#textBox p {
	font-size:11px;
	font-weight:normal;
	color:#000;
	line-height:15px;
	margin-bottom:5px;
}

.csc-textpic-caption {
	color:#888;
}

/* DETAIL: */
	
	#detailBox {
		position:relative;
		left:-145px;
		top:0;
		width:704px;
		border:1px solid #97a4ad;
		background-color:#f7fbfe;
		margin-bottom:10px;
	}
	#detailBox strong {
		font-weight:bold;
	}
	#detailBox p {
		color:#000;
		font-size:11px;
		line-height:15px;
	}
	
	#detailHeader {
		position:relative;
		height:45px;
		border-bottom:1px solid #97a4ad;
	}
	#detailBox h1 {
		display:block;
		position:absolute;
		left:0;
		top:0;
		height:35px;
		width:457px;
		margin:0;
		padding:10px 0 0 40px;
		border-right:1px solid #97a4ad;
		color:#33546c;
		font-size:12px;
		font-weight:normal;
	}
	#detailBox h1 strong {
		font-size:17px;
		padding-right:40px;
	}
	
	#detailPrint {
		display:block;
		position:absolute;
		left:117px;
		top:-29px;
		margin:0;
		padding:6px 10px 6px 24px;
		border:1px solid #97a4ad;
		border-bottom:none;
		color:#97a4ad;
		text-decoration:none;
		text-transform:uppercase;
		font-size:11px;
		background:#F7FBFE url(../images/lnkPrint.jpg) no-repeat scroll 6px 50%;
	}
	#detailPrint:hover {
		color:#33546c;
		text-decoration:none;
	}
	
	#detailClose {
		display:none;
		position:absolute;
		left:-33px;
		top:-29px;
		margin:0;
		padding:6px 10px 6px 30px;
		border:none;
		border-top:1px solid #97a4ad;
		color:#97a4ad;
		text-decoration:none;
		text-transform:uppercase;
		font-size:11px;
		background:transparent url(../images/detailClose.gif) 0 -1px no-repeat;
		width:110px;
		height:27px;
		white-space:nowrap;
		overflow:hidden;
	}
	#detailClose:hover {
		color:#33546c;
		text-decoration:none;
	}
	
	#detailIcons {
		position:absolute;
		left:498px;
		top:0;
		width:152px;
		height:45px;
		text-align:center;
		border-right:1px solid #97a4ad;
		overflow:hidden;
		white-space:nowrap;
	}
	#detailIcons img {
		position:relative;
		top:0;
	}
	#detailIcons img.active {
		top:-45px;
	}
	#detailShortcut {
		position:absolute;
		left:651px;
		top:0;
		width:53px;
		height:22px;
		text-align:center;
		border-bottom:1px solid #97a4ad;
		color:#33546c;
		font-size:17px;
		font-weight:bold;
		line-height:22px;
	}
	.detailFavorit {
		display:block;
		position:absolute;
		left:651px;
		top:23px;
		width:53px;
		height:22px;
		text-align:center;
		background:transparent url(../images/favStar.png) 50% 50% no-repeat;
		text-indent:-9999px;
		
		display:none;
	}
	.detailFavorit_active {
		background-image:url(../images/favStar_hi.png) !important;
		background-position:50% 40% !important;
	}
	
	#detailBody {
	}
	#detailLeft {
		float:left;
		width:437px;
		padding:14px 20px 14px 40px;
		border-right:1px solid #97a4ad;
	}
	#detailLeft a {
		color:#0469b4;
		text-decoration:none;
	}
	#detailLeft a:hover {
		text-decoration:underline;
	}
	#detailLeft h2 {
		font-size:12px;
		font-weight:bold;
		color:#353535;
	}
	#detailLeft .csc-textpic-left {
		margin-bottom:15px;
	}
	#detailLeft ol {
		margin:0 0 10px 0;
		padding:0 0 0 50px;
		list-style:decimal;
		color:#000;
	}
	#detailLeft ol li {
		margin:0 0 7px 0;
	}
	#detailLeft ul {
		margin:0 0 10px 0;
		padding:0 0 0 50px;
		list-style:disc;
		color:#000;
	}
	#detailLeft ul li {
		margin:0 0 7px 0;
	}
	
	#detailRight {
		margin-left:497px;
		width:206px;
		padding:0 0 14px 0;
		border-left:1px solid #97A4AD;
	}
	#detailRight .csc-textpic {
		position:relative;
		top:-1px;
		width:172px;
		padding:14px 17px 7px 17px;
		margin:0 0 17px 0;
		border-top:1px solid #97a4ad;
	}
	#detailRight .csc-textpic p {
		padding:0;
	}
	#detailRight p {
		color:#3e3e3e;
		padding:0 17px;
		margin:0 0 10px 0;
	}
	#detailRight a {
		color:#0469b4;
		text-decoration:none;
	}
	#detailRight a:hover {
		text-decoration:underline;
	}
	#detailRight .csc-textpic-text,
	#detailRight .csc-textpic-imagewrap,
	#detailRight .csc-textpic-image,
	#detailRight .csc-textpic-clear {
		clear:none;
		float:none;
		padding-top:14px;
	}
	#detailRight .csc-textpic .csc-textpic-text {
		padding-top:0;
	}
	
	/* ajax stuff.. */
	
	#detailContainer {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		width:100%;
		padding:0;
		overflow:auto;
		text-align:center;
	}
	#detailContainer #detailBox {
		position:relative;
		left:auto;
		top:auto;
		margin:60px auto 10px auto;
		text-align:left;
	}
	#detailLoading {
		position:absolute;
		width:208px;
		height:13px;
		top:50%;
		left:50%;
		margin-left:-104px;
		margin-top:-6px;
	}
	
/* :DETAIL */

#blImg {
	position:absolute;
	left:0;
	bottom:0;
	z-index:35;
}

/* FOOTER: */
	
	#footerNav {
		float:right;
		padding:10px 40px 0 0;
		white-space:nowrap;
	}
	#footerNav a,
	#footerNav a:hover,
	#footerNav span {
		color:#055895;
		font-size:10px;
		text-decoration:none;
	}
	#footerNav a:hover {
		text-decoration:underline;
	}
	#footerNav strong a {
		font-weight:normal;
		text-decoration:underline;
	}
	#footerNav span {
		padding:0 6px;
	}
	#footer p {
		margin:0;
		padding:5px 0 0 280px;
	}
	
/* :FOOTER */

/* INDEXEDSEARCH: */
	
	.tx-indexedsearch-searchbox .submit {
		background:transparent url(../images/cmdSearch.gif) 100% 50% no-repeat;
		border:none;
		padding:0 18px 0 0;
		margin:0;
		font-size:12px;
		color:#426783;
	}
	
/* :INDEXEDSEARCH */

/* SITEMAP: */
	
	.csc-sitemap li {
		margin:0 0 10px 0;
	}
	.csc-sitemap li ul {
		margin:0 0 0 10px;
	}
	.csc-sitemap li ul li {
		margin:0;
	}
	
/* :SITEMAP */

	.home2col {
		width:520px;
		position:relative;
		left:-32px;
		margin-bottom:-19px;
	}
	.home2col th {
		height:30px;
		background-image:url(../images/2col_header.jpg);
		font-size:13px;
		font-weight:bold;
		color:#33546c;
		padding:7px 14px;
		background-repeat:no-repeat;
	}
	.home2col th.left {
		width:232px;
		border-right:1px solid #fff;
		background-position:top left;
	}
	.home2col th.right {
		background-position:top right;
	}
	.home2col td {
		padding:7px 14px;
	}
	.home2col td.left {
		border-right:1px solid #d8f0fe;
	}

/* HOME: */
	
	#home {
		position:relative;
		top:0;
		left:-125px;
		width:675px;
		padding-bottom:20px;
	}
	#home h1 {
		font-size:60px;
		text-transform:uppercase;
		color:#007bbb;
		line-height:100%;
		margin-bottom:10px;
	}
	#home h1.replacement {
		background:transparent url(../images/home_h1_replacement.jpg) 0 0 no-repeat;
		text-indent:-9999px;
	}
	#home p {
		font-size:12px;
		color:#33546c;
		font-weight:bold;
		margin-right:45px;
	}
	#home img {
		margin-right:45px;
	}
	#home .logo {
		float:right;
	}
	#home h2 {
		clear:both;
		font-size:15px;
		color:#33546c;
		font-weight:bold;
		margin:0 0 5px 0;
		padding:17px 0 0 0;
		line-height:1;
	}
	#home_projekte {
		list-style:none;
	}
	#home_projekte li {
		background:transparent url(../images/home_projekte_bg.png) top left repeat-x;
		padding:24px 18px;
		width:301px;
		float:left;
		height:71px;
	}
	#home_projekte .left {
	}
	#home_projekte h3,
	#home_projekte h3 a {
		font-size:36px;
		color:#007bbb;
		font-weight:normal;
		text-decoration:none;
		margin:0 0 10px 0;
		line-height:1;
		height:36px;
	}
	#home_projekte h3 a {
		background:transparent url(../images/home_arrow.png) right 15px no-repeat;
		padding:0 25px 0 0;
	}
	#home_projekte h3 a:hover {
		text-decoration:none;
	}
	#home_projekte h3.replacement a {
		text-indent:-9999px;
	}
	#home_projekte .left h3.replacement a {
		background:transparent url(../images/home_zielpersonen_replacement.png) 0 0 no-repeat;
		display:block;
		padding:0;
		margin-right:45px;
	}
	#home_projekte .right h3.replacement a {
		background:transparent url(../images/home_bereiche_replacement.png) 0 0 no-repeat;
		display:block;
		padding:0;
		margin-right:45px;
	}
	#home_projekte p,
	#home_projekte p a {
		font-size:12px;
		color:#007bbb;
		text-decoration:none;
		margin-right:0;
	}
	#home_projekte a:hover {
		text-decoration:underline;
	}
	
	#home_aktuell {
		list-style:none;
	}
	#home_aktuell li {
		background:transparent url(../images/home_aktuell_bg.png) top left repeat-x;
		padding:24px 18px;
		width:301px;
		float:left;
		height:71px;
	}
	#home_aktuell img {
		float:left;
		margin:0 10px 0 0;
	}
	#home_aktuell h3,
	#home_aktuell h3 a {
		font-size:12px;
		color:#405a6d;
		font-weight:bold;
		text-decoration:none;
		margin:0 0 15px 0;
		line-height:1;
	}
	#home_aktuell p {
		font-size:11px;
		color:#010101;
		font-weight:normal;
		margin-right:0;
	}
	#home_aktuell a {
		font-size:11px;
		color:#16649d;
		font-weight:normal;
		text-decoration:none;
	}
	#home_aktuell a:hover {
		text-decoration:underline;
	}
	
/*:HOME */


ul.content li > div div {
	margin:0;
	padding:0;
	border:none;
}
