/* CSS RESET RELOADED by meyerweb.com */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Image fixes */
a img {
    border: none;
}

img {
    vertical-align: bottom;
}

/* CSS RESET RELOADED by dachcomdigital.com */

/* Main Font */
body, input, textarea, td, select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    text-decoration: none;
}

/* Main Layout Style */
html, body {
    background: #FFFFFF;
 	height: 100%;
    color: #181512;
    margin: 0px;
}

/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block;
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Default Heading Styles */
h1 {
    font-weight: bold;
    margin: 0px;
}

h2 {
    font-weight: bold;
    margin: 0px;
}

h3 {
    font-weight: bold;
    margin: 0px;
}

/* Font-Style */
.title {
    font-family: Arial, Verdana, sans-serif;
    font-size: 17px;
    color: #00824A;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}

.subtitle {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    margin: 0px 0px 1px 0px;
}

/* Formular */
input {
    color: #000000;
    background: #F4F4F4;
    font-size: 11px;
    border-color: #F4F4F4;
    border-style: solid;
    border-width: 3px;
    padding: 0px 0px 2px 3px;
}

textarea {
    color: #000000;
    background: #F4F4F4;
    font-size: 11px;
    border-color: #F4F4F4;
    border-style: solid;
    border-width: 3px;
    padding-left: 3px;
}

.button {
    font-weight: bold;
    color: #FFFFFF;
    background: #00824A;
    font-size: 11px;
    border-color: #00824A;
    border-style: solid;
    border-width: 3px;
    padding: 0px 0px 0px 0px;
}

.noborder {
    background: none;
    border-width: 0px;
}

/* Table */
td {
    vertical-align: top;
}

td.line {
    font-size: 1px;
    line-height: 1px;
    border-color: #E0F2ED;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

td.subline {
    font-size: 1px;
    line-height: 1px;
    border-color: #E0F2ED;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

td.line-empty {
    font-size: 1px;
    line-height: 1px;
}

td.formular {
    padding: 0px 0px 5px 0px;
}

td.formular_txt {
    padding: 0px 0px 4px 0px;
}


/* Default Link Style */
a:link, a:visited {
    color: #00824A;
    text-decoration: none;
}
a:hover, a:active {
    color: #00824A;
    text-decoration: underline;
}

/* List */
li li.li-empty {
    font-size: 1px;
    line-height: 1px;
}

#mainnavigation ul, #subnavigation ul, #gennavigation ul, #fontnavigation ul, #wohnnavigation ul {
    list-style-type: none;
}

#mainnavigation li, #subnavigation li, #gennavigation li, #fontnavigation li, #wohnnavigation li {
    list-style-type: none;
}

#mainnavigation li, #gennavigation li, #fontnavigation li, #wohnnavigation li {
    display: inline;
    float: left;
}

div#mainnavigation a.active:link,
div#mainnavigation a.active:visited,
div#mainnavigation a.active:hover,
div#mainnavigation a.active:active,
div#mainnavigation a.inactive:link,
div#mainnavigation a.inactive:visited,
div#mainnavigation a.inactive:hover, 
div#mainnavigation a.inactive:active {
    font-size: 14px;
    display: block;
    background: #00824A;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 4px 3px 4px;
    margin-right: 20px;
}

div#mainnavigation a.active:link,
div#mainnavigation a.active:visited,
div#mainnavigation a.inactive:hover,
div#mainnavigation a.inactive:active {
    color: #009367;
    background: #FFFFFF;
}

div#subnavigation a.active:link, 
div#subnavigation a.active:visited,
div#subnavigation a.active:hover, 
div#subnavigation a.active:active,
div#subnavigation a.inactive:link, 
div#subnavigation a.inactive:visited,
div#subnavigation a.inactive:hover, 
div#subnavigation a.inactive:active {
    display: block;
    color: #181512;
    text-decoration: none;
    background: url('/images/interface/bullet_1_inactive.gif') no-repeat 0px 5px;
    padding-left: 12px;
}

div#subnavigation a.active:link,
div#subnavigation a.active:visited,
div#subnavigation a.inactive:hover,
div#subnavigation a.inactive:active {
    color: #009367;
    background: url('/images/interface/bullet_1_active.gif') no-repeat 0px 5px;
}

div#subnavigation a.active_2:link, 
div#subnavigation a.active_2:visited,
div#subnavigation a.active_2:hover, 
div#subnavigation a.active_2:active,
div#subnavigation a.inactive_2:link, 
div#subnavigation a.inactive_2:visited,
div#subnavigation a.inactive_2:hover, 
div#subnavigation a.inactive_2:active {
    color: #181512;
    text-decoration: none;
    background: url('/images/interface/bullet_2_inactive.gif') no-repeat 12px 2px;
    padding-left: 22px;
}

div#subnavigation a.active_2:link,
div#subnavigation a.active_2:visited,
div#subnavigation a.inactive_2:hover,
div#subnavigation a.inactive_2:active {
    color: #009367;
    background: url('/images/interface/bullet_2_active.gif') no-repeat 12px 2px;
}

div#gennavigation a:link, 
div#gennavigation a:visited {
    color: #999999;
    text-decoration: none;
}

div#gennavigation a:hover, 
div#gennavigation a:active {
    color: #999999;
    text-decoration: underline;
}

div#fontnavigation a:link,
div#fontnavigation a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding-right: 3px;
}

div#fontnavigation a:hover,
div#fontnavigation a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    padding-right: 3px;
}

div#content-address a:link,
div#content-address a:visited {
    color: #999999;
    text-decoration: none;
}
div#content-address a:hover,
div#content-addressa:active {
    color: #999999;
    text-decoration: underline;
}

div#container-left ul li {
    background: url('/images/interface/bullet_content.gif') no-repeat 0px 5px;
    padding-left: 12px;
}

div#wohnnavigation ul li {
    background: url('/images/interface/plus.gif') no-repeat 0px 3px;
    padding: 0px 9px 0px 17px;
}

/* Main Container */

/* Home */
div#footer-home {
    clear: both;
    width: 987px;
    height: 50px;
    background: url('/images/interface/background_content_breit.gif') repeat-y 0px 0px;
}

div#footer-home div#gennavigation {
    float: left;
    color: #999999;
    width: 195px;
    padding: 0px 0px 0px 42px;
    position:relative;
}

div#footer-home div#address {
    float: left;
    color: #999999;
    width: 700px;
    padding: 0px 0px 0px 25px;
}

/* Header */
div#container-header {
    position: relative;
    clear: both;
    width: 987px;
    height: 253px;
}

div#container-header div#image-big {
    position: relative;
    float: right;
    width: 750px;
    height: 185px;
}

div#image-big div#logo {
    position: absolute;
    top: 26px;
    left: 458px;
    width: 292px;
    height: 74px;
}

div#container-header div#container-navigation {
    clear: both;
    width: 987px;
    height: 68px;
    background: #00824A url('/images/interface/balken.jpg') no-repeat 0px 0px;
}

div#container-navigation div#container-fontnavigation {
    float: left;
    width: 195px;
    height: 53px;
    padding: 15px 0px 0px 42px;
}

div#container-navigation div#container-mainnavigation {
    float: left;
    width: 730px;
    height: 68px;
    padding-left: 20px;
}

/* Banner */
div#container-banner {
    position: absolute;
    top: 25px;
    /*left: 14px;*/
    left:27px;
    width: 208px;
}

div#banner1 {
	left:14px;
	position:absolute;
	top:25px;
	width:208px;
}

div#banner3 {
	left:14px;
	position:absolute;
	top:95px;
	width:208px;
}

div#banner2 {
	width:190px;
}

div#banner2 a,
div#banner2 a:link
div#banner2 a:visited,
div#banner2 a:hover,
div#banner2 a:active {
	color:#000000;
	line-height:13px;
	text-decoration:none;
}

div#banner2 a span,
div#banner2 a:link span
div#banner2 a:visited span {
	display:block;
}

div#banner2 a span#link,
div#banner2 a:link span#link
div#banner2 a:visited span#link {
	margin:0;
	font-weight:bold;
	margin-bottom:7px;
}

div#banner2 a:hover span#link {
	color:#00824A;
	text-decoration:underline;
}

/* Content */
div#container-content {
    position: relative;
    clear: both;
    width: 987px;
    min-height: 350px;
    background: url('/images/interface/background_content_breit.gif') repeat-y 0px 0px;
}

div#container-content div#container-subnavigation {
    position: relative;
    float: left;
    width: 187px;
    padding: 30px 20px 30px 30px;
}

div#container-content div#container-gennavigation {
    position: absolute;
    bottom: 25px;
    left: 42px;
    width: 200px;
    height: 20px;
    color: #999999;
}

div#container-content div#container-left {
    float: left;
    width: 470px;
    padding: 30px 25px 30px 25px;
}

div#container-content div#container-right {
    float: right;
    width: 190px;
    padding: 30px 20px 30px 20px;
}

div#container-right img {
    margin-left: -20px;
}

div#container-right img.zewo {
    margin-left: 0;
}

div#container-right td img {
    margin-left: 0px;
}

div#container-content div#container-full {
    float: left;
    width: 725px;
    padding: 30px 0px 30px 25px;
}

/* --- Organigramm --- */
.leitung {
	padding: 20px 0px 14px 20px;
	width: 210px;
	min-height: 54px;
	margin-left: -20px;
}

.c_frehner {
	background: transparent url('/images/content/stiftung/c_frehner.gif') no-repeat 0 0;
}

.a_hubacher {
	background: transparent url('/images/content/arbeiten/a_hubacher.gif') no-repeat 0 0;
}

.k_hoerler {
	background: transparent url('/images/content/job/k_hoerler.gif') no-repeat 0 0;
}
/* Module */
/* --- Dienstleistungen --- */

ul.service {
	margin-bottom:1px;
}

p.modtext {
	width:240px;
}

ul.modlist {
	width:725px;
}

ul.modlist li {
	float:left;
	height:157px;
	margin-bottom:10px;
	background:#FFFFFF;
}

ul.modlist li.text {
	height:127px;
	padding:15px 40px 15px 20px;
	width:435px;
	/*background:orange;*/
}

ul.modlist li.img {
	width:230px;
	/*background:navy;*/
}

/* NEWS TICKER */
#newsticker {
	position:absolute;
	top:0;
	left:0;
}

#ticker {
	height:242px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}

/* GOOGLE SEARCH SUCHE */

div#googleSearch {
	position:absolute;
	top:-35px;
	left:0;
}

div#footer-home div#gennavigation div#googleSearch {
	left:42px;
	top:-20px;
}

input#query {
	/*border: 1px solid #00824A;*/
	border: 1px solid #999999;
	width:100px;
	padding:3px;
	/*background:#F4F4F4;*/
	background:#FFFFFF;
}

span#nojavascript {
	bottom:4px;
	display:block;
	left:0;
	position:relative;
	width:175px;
}
/* POPUP

div.opacity {
	background:#666666;
	height:100%;
	left:0;
	/*-moz-opacity:0.8;	/* Firefox 
	opacity:0.8;		/* Opera
	position:absolute;
	top:0;
	width:100%;
}

div#fancy_outer {
	left:236px;
	margin:0;
	overflow:hidden;
	padding:18px 18px 33px;
	position:absolute;
	top:295px;
	z-index:90;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/popup/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 180;
	display: block;
}

div#fancy_content {
	padding-right:20px;
}

div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/popup/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/images/popup/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/images/popup/fancy_shadow_nw.png') no-repeat;
}
a#close, a#close:link, a#close:visited {
	display:block;
	width:30px;
	height:30px;
	z-index:200;
	top:3px;
	right:0;
	position:absolute;	
}
*/
/* ------------Lightbox------------------ */

a.organigramm,
a.organigramm:link,
a.organigramm:visited,
a.organigramm:hover,
a.organigramm:active {
	/*background:red;*/
	display:block;
	position:absolute;
}

a.stiftungsrat,
a.stiftungsrat:link,
a.stiftungsrat:visited,
a.stiftungsrat:hover,
a.stiftungsrat:active {
	left:495px;top:89px;
}

a.patronat,
a.patronat:link,
a.patronat:visited,
a.patronat:hover,
a.patronat:active {
	left:399px;top:167px;
}

a.geschaeftsleitung,
a.geschaeftsleitung:link,
a.geschaeftsleitung:visited,
a.geschaeftsleitung:hover,
a.geschaeftsleitung:active {
	left:495px;top:237px;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('/images/lightbox/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/images/lightbox/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/images/lightbox/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 22px;
	background: transparent url('/images/lightbox/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
	display:none;
}

/* ------------ flash-player ------------------ */

.shadowbox {
	position:absolute;
	top:105px;
	left:223px;
}

div.shadowbox-content {
	position: relative;
}

.shadowbox-popup {
	position: relative;
}


.shadowbox-popup .shadowbox-inner,
.shadowbox-popup .b,
.shadowbox-popup .b div {
	background: transparent url('/images/interface/shadow.png') no-repeat top right;
}

.shadowbox-popup .shadowbox-inner {
	position:relative;
	padding:0 12px 0 0;
}


.shadowbox-popup .b,
.shadowbox-popup .b div {
	height:8px;
	font-size:1px;
}

.shadowbox-popup .b {
	background-position:bottom right;
	position:relative;
}

.shadowbox-popup .b div {
	position:relative;
	width:5px;
	margin-left:-5px;
	background-position:bottom left;
}

.shadowbox-popup h1.windowtitle {
	background:#00824a;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	position:relative;
	padding: 4px 0 6px 18px;
}

.shadowbox-popup h1.windowtitle .windowclose {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor:pointer;
}

.shadowbox-popup .windowcontent {
	background: #BCDACA;
	padding: 18px 18px 18px 18px;
}
