﻿@charset "UTF-8";
/* CSS Document */

* {
	margin: 0; padding: 0;	
	border: none;
}

body {
	background: #0278c1 url(../images/bg.jpg) top center no-repeat;
	text-align: center;
	margin: 0; padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
}

a {
	color: #ff6100;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

h1 {
	color: #0278c1;	
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: .5em;

}
h2 {
	color: #ff6100;	
	font-size: 16px;
}
h3, h4, h5 {
	font-size: 14px;
}

#container {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	min-height: 768px;
}

/* HEADERBEREICH */
#header {
	height: 112px;
}

#header #sitename {
	position: absolute;
	width: 336px;
	height: 64px;
	margin-left: 36px;
}
#header #eltern {
	position: absolute;
	width: 216px;
	height: 32px;
	margin-left: 460px;
	margin-top: 24px;
}
#header #logo {
	position: absolute;
	width: 72px;
	height: 48px;
	margin-left: 892px;
	margin-top: 16px;
}
#header #search {
	position: absolute;
	width: 224px;
	height: 32px;
	margin-left: 756px;
	margin-top: 80px;
	background-image:url(../images/header_search.jpg);
}
#header #search form, #searchform {
	margin-left: 16px;	
	margin-top: 2px;
}
#header #search input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	width: 160px;
	border: 1px solid #fff;
}
#header #search .submit {
	line-height: 0px;
	margin: 0; padding: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
}

/* HAUPTNAVIGATION OBEN */
#header #mainnavi {
	position: absolute;
	height: 40px;
	margin-left: 24px;
	margin-top: 72px;

}

#header #mainnavi ul {
		
}

#header #mainnavi ul li {
	float: left;
	width: 164px;
	height: 40px;
	list-style-position: inside;
	list-style-type: none;
}

#header #mainnavi ul li a {
	display: block;
	width: 164px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	text-indent:-9999px; 
	border: none !important; 
}

#header #mainnavi ul li.item1 a {
	background-image:url(../images/mainnavi_1.jpg);
}

#header #mainnavi ul li.item2 a {
	background-image:url(../images/mainnavi_2.jpg);
}

#header #mainnavi ul li.item3 a {
	background-image:url(../images/mainnavi_3.jpg);
}

#header #mainnavi ul li.item4 a {
	background-image:url(../images/mainnavi_4.jpg);
}

#header #mainnavi ul li a:hover {
	background-position: 0px -40px;	
}

#header #mainnavi ul li a.active {
	background-position: 0px -80px;	
}

#headerimage {
	padding-left: 24px;	
	background-image: url(../images/hometeaser_bg.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;

}
#headerimage .layout_normal {
	padding-bottom: 12px;
}

/* CONTENT-BEREICH */
#content {
	background-color: #fff;
	padding: 40px 0px 24px 24px;
}

.layout_normal {
	margin: 16px 0 0 ;
}
#headerimage .layout_normal {
	margin: 0;
}
.inhalt {
	padding-bottom: 24px;
	
	margin-left: 248px;
}
.inhalt-home {
	margin-left: 0px;
	margin-top: -48px;
	padding: 0;
}
.inhalt .c25, .inhalt-home .c25 {
	float: left;
	width: 240px;
}

.inhalt p, .inhalt-home p {
	padding-right: 16px;
}

.headline {
	height: 112px;
}
.headline img  {
	float: left;
}

/* FORMULAR IM CONTENT-BEREICH */
#content label {
	float: left;	
	color: #0278c1;
	width: 112px;
	font-size: 14px;
	height: 16px;
	padding: 4px 0px;
}
#content input, #content textarea {
	border: 1px solid #b3d6ec;
	width: 360px;
	height: 16px;
	padding: 4px;
	margin-bottom: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}
#content textarea {
	height: 120px;
}
#content  input.submit, #content input.powermail_submit, #content input.tx-powermail-pi1_mandatory_submit {
	width: 120px;	
	height: 32px;
	border: none;
}
#content input.tx-powermail-pi1_mandatory_submit {
	width: auto;
}
#content form br {
	clear: both;
}
#content ul {
	padding-left: 0em;
}
#content .inhalt ul {
	list-style: 0;
	margin: 0 0 0 0; padding: 0 0 1em 0;
}
#content .inhalt ul li {
	background: url(../images/list_bullet_white.gif) 0 2px no-repeat;
	padding: 0 0 0 2em;
	list-style: none;
	margin: 0.5em 0 0;
}
#content .coloured-teaserbox ul li {
	background: url(../images/list_bullet_orange.gif) 0 2px no-repeat;
	list-style: none;
	padding: 0 0 0 2em;
	margin: 1em 0 0;
}
#content ol {
	padding: 0; margin: 0;
	list-style-position: outside;
	list-style-type:decimal;
}
#content ol li {
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 1em;
	list-style-position: outside;
}
/* FOOTER-BEREICH */
#footer {
	color: #fff;
	text-align: center;
	margin: 16px 0px;
}

#footer ul {
	display: block;	
}

#footer ul li {
	display: inline;	
	list-style-position: inside;
	list-style-type: none;
}

#footer ul li a {
	padding: 10px;
	font-weight: normal;
	color: #fff;
}
#footer ul li.active a {
	text-decoration: underline;
}

/* TEASER  */
.teaser_home {
	
}
.teaserbox_small {
	float: left;	
}

/* CRUMB NAVIGATION */
#crumbnavi {
	height: 16px;
	padding: 4px 0px 4px 36px;
	background-image: url(../images/crumb_bg.jpg);
	background-repeat: repeat-x;
}
#crumbnavi ul {
	display: block;	
}
#crumbnavi ul li {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	font-size: 13px;
	line-height: 13px;
}
#crumbnavi ul li a {
	padding: 0px 4px;	
}

/* SUBNAVIGATION */
#subnavi {
	width: 216px;	
	margin-right: 32px;
	background-color: #fff;
	float: left;
	font-size: 13px;
	line-height: 16px;
}
#subnavi ul li {
	display: block;
	list-style-position: outside;
	list-style-type: none;
	background-image:url(../images/subnavi_bg.gif);
	background-repeat: no-repeat;
}
#subnavi ul li.nosub {
	background-image:url(../images/subnavi_bg.gif) !important;
}
#subnavi ul li.open {
	background-image:url(../images/subnavi_bg_active.jpg);
}
#subnavi ul li.active a{
	color: #0278c1;	
}
#subnavi ul li a {
	display: block;
	padding: 12px 0px 12px 32px;
	color: #FF6100;
}
#subnavi ul li.active a {
	color: #0278C1;
}
#subnavi ul li ul li {
	background-image:url(../images/subnavi_l2_bg.jpg);
}
#subnavi ul li ul li a {
	color: #FF6100 !important;
}
#subnavi ul li ul li.active {
	color: #0278C1;
	background-image: url(../images/subnavi_l2_bg.jpg) !important;
}

#subnavi ul li ul li.active a {
	color: #0278C1 !important;
}
#subnavi ul li ul li a, #subnavi ul li ul li a.active{
	display: block;
	padding: 12px 0px 12px 44px;
	
}

/* SPEZIELLE LINKS  */
a.more, a.more-link, .c33r a.more, .c33r a.more-link {
	display: block;
	background-image:url(../images/link_bullet_small.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
.c33r a.more, a.more-link {
	background-image:url(../images/link_bullet_small_orange.gif) !important;
}

/* LINKBOX */
.inhalt a.contentkasten-linkbox {
	color:#ffffff;
	text-decoration:none;
}
.inhalt a:hover.contentkasten-linkbox {
	text-decoration:none;
	color:#0278c1;
}


.inhalt a.contentkasten-linkbox .title {
	display: block;
	background-image:url(../images/linkbox_pfeil.jpg);
	background-repeat:no-repeat;
	background-position: 0px 8px;
	height: 40px;
	padding: 16px 0 0 60px;
	font-weight:bold;
}

.inhalt .contentkasten-left-linkbox {
	background-image:url(../images/linkbox_left.png);
	background-repeat:no-repeat;
	width:15px;
	height:56px;
	float:left;
}
.inhalt .contentkasten-bg-linkbox, .inhalt .contentkasten-bg-linkbox-small {
	background-image:url(../images/linkbox_bg.png);
	background-repeat:repeat-x;
	width:439px;
	font-family:"Trebuchet MS";
	font-size:18px;
	float:left;

}
.inhalt .contentkasten-right-linkbox {
	background-image:url(../images/linkbox_right.png);
	background-repeat:no-repeat;
	width:17px;
	float:left;
	height:56px;
}



/* PAGE BROWSING ELEMENTS */
div.pagebrowser {
	height: inherit;
	margin-top: 24px;
}
div.pagebrowser .item {
	float: left;
	height:56px;
}
div.pagebrowser .previous,  div.pagebrowser .backtolist, div.pagebrowser .next {
	
}
div.pagebrowser .middle, div.pagebrowser .last {
	margin-left: 8px;
}

div.pagebrowser .box-innerleft {
	background-image:url(../images/linkbox_left.png);
	background-repeat:no-repeat;
	width:15px;
	height:56px;
	float:left;
}
div.pagebrowser .box-innerbg {
	background-image:url(../images/linkbox_bg.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:14px;
	line-height: 16px;
	height: 56px;
	float: left;
	padding-bottom:8px;
	
}

div.pagebrowser .box-innerright {
	background-image:url(../images/linkbox_right.png);
	background-repeat:no-repeat;
	width:17px;
	float:left;
	height:56px;
}
div.pagebrowser .box-innerbg img {
	float:left;
}

div.pagebrowser .box-innerbg .text-inner {
	text-align: center;
	margin: 0 ; padding: 20px 0 0 0;
	display: block;	
}

div.pagebrowser .box-innerbg .prev, div.pagebrowser .box-innerbg .next {
	background-image:url(../images/linkbox_pfeil_back.jpg);
	background-repeat: no-repeat;
	background-position: 0 8px;
	height:56px;
	padding-left: 50px;
	text-align: left;
	display: block;
}
div.pagebrowser .box-innerbg .next {
	background-image:url(../images/linkbox_pfeil.jpg);
}
div.pagebrowser .item a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	margin: 0; padding: 0;
	display: block;
}
div.pagebrowser .item a:hover {
	font-weight:bold;
	color:#0278c1;
	text-decoration:none;
}

div.pagebrowser-big .box-innerbg {
	width: 175px;
}

/* DIVERSES */
.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

div.teaserSimpleList {
	padding-bottom: 2em;
}

/* TYPO3 Anpassungen */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin: 0; padding: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #666;
}
.tx-indexedsearch .tx-indexedsearch-browselist-currentPage a {
	color: #666;
}

div.csc-textpic-imagewrap dl dd.csc-textpic-caption {
	font-size: 12px;
}
#content div.tx-indexedsearch-browsebox {
	margin: 2em 0;
}
#content div.tx-indexedsearch-browsebox ul.browsebox{
	margin: 1em 0;
}	
#content div.tx-indexedsearch-browsebox ul.browsebox li {
	background: none;
	margin: 0; padding: 0 1em 0 0;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
}
#content dl.tx-indexedsearch-info {
	background: none;
}

.static-messaging {
	background:#F5F7F7 none repeat scroll 0 0;
	border:1px solid #D3D3D3;
	margin:0 auto 1em;
	min-height:1em;
	padding:5px 5px 10px;
	text-align:center;
}

/* LAYOUT CONTENT COLUMNS */
.subcolumns { width: 100%; float: left;}



/* (en) alternative class for optional support of old Mozilla/Netscape browers */
/* (de) Alternative Klasse zur optionalen Unterst¸tzung alter Mozilla/Netscape-Brower */
.subcolumns_oldgecko { width: 100%; float:left; }

.c50l, .c25l, .c33l, .c38l, .c66l, .c75l, .c62l {float: left; }
.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r {float: right; margin-left: -5px; }

.c25l, .c25r { width: 25%; }
.c33l, .c33r { width: 33.333%; }
.c33r { margin-top: -128px; }
.c50l, .c50r { width: 50%; }
.c66l, .c66r { width: 66.666%; }
.c75l, .c75r { width: 75%; }
.c38l, .c38r { width: 38.2%; }
.c62l, .c62r { width: 61.8%; }

.subc  { padding: 0 0.5em; }
.subcl { padding: 0 1em 0 0; }
.subcr { padding: 0 0 0 0; }