@charset "UTF-8";/* default styles for extension "tx_felogin_pi1" */
	.tx-felogin-pi1 label {
		display: block;
	}
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 10px; }

	/* IE7 hack for margin between image rows */
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
	* html .csc-textpic-intext-left ol,
	* html .csc-textpic-intext-left ul { height: 1%; }
	/* End hide from IE5/mac */

	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) 0 0 no-repeat;}
    #cboxTopCenter{height:14px; background:url(/typo3conf/ext/jquerycolorbox/res/images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) -36px 0 no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) 0 -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(/typo3conf/ext/jquerycolorbox/res/images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) -211px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(/typo3conf/ext/jquerycolorbox/res/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/typo3conf/ext/jquerycolorbox/res/images/loading.gif) center center no-repeat;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(/typo3conf/ext/jquerycolorbox/res/images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious.hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext.hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

html { margin:0px; padding:0px; width:100%; height:100%; }
body { margin:0px; padding:0px; width:100%; height:100%; background:#fff; /*font-family:'Puritan', sans-serif;*/ font-family:'Actor', sans-serif; font-size:14px; color:#003442; }

a { color:#8ea0a6; text-decoration:underline; }
a img { border:0px; }

h1 { font-size:20px; font-weight:normal !important; }
h2 { font-size:18px; }

#CenterContainer { width:980px; margin:0px auto; }

#Header { width:980px; float:left; }

#Logo { width:315px; height:221px; margin-top:10px; margin-left:28px; float:left; }
#Logo a,
#Logo img { display:block; }

#Socials { margin-top:125px; float:right; }
#Facebook { float:right; margin-left:25px; }
#GooglePlusOne {float:right; margin-left:25px;  }

#Content { width:980px; margin-top:10px; clear:both; float:left; }

#Left { width:115px; float:left; }
#Right { float:right; width:865px; }

/*#MainNav { width:115px; float:left; }*/
#MainNav .level1 { margin:0px; padding:0px 5px 0px 0px; list-style:none; text-align:right; }
#MainNav .level1 li { height:16px; line-height:16px; margin-top:20px; }
#MainNav a { text-decoration:none; text-transform:uppercase; letter-spacing:1px; font-size:12px; }
#MainNav a:hover,
#MainNav a.active { color:#003442; font-size:16px; }

#BannerContent { clear:both; float:left; 4/*height:377px;*/ } 
#BannerContentHome { clear:both; float:left; height:377px; width:865px; text-align:center; }
#BannerContentHome img { margin-top:-50px; }

#BannerContent p { width:650px; }


#MainContent,
#MainContentNoBanner { width:865px; clear:both; float:left;  } 
#MainContent .csc-default,
#MainContentNoBanner .csc-default { width:650px; }
#MainContentNoBanner h1 { margin-top:16px; /*padding-left:20px;*/ text-transform:uppercase; }
/*#MainContentNoBanner h2,
#MainContentNoBanner p  { padding-left:20px; }*/
#MainContentNoBanner ul { /*padding-left:20px;*/ margin-left:20px; }


#LeftContent { float:left; width:280px; }
#RightContent { float:right; width:560px; }

#SpecialNav { clear:both; margin:20px 0px; float:left; }
#SpecialNav .level1 { margin:0px; padding:0px; list-style:none; }
/*#SpecialNav .level1 li { float:left; width:172px; line-height:16px; text-align:center; }*/
#SpecialNav .level1 li { float:left; height:16px; line-height:16px; text-align:center; }
#SpecialNav .level1 li.one { width:162px; text-align:left; }
#SpecialNav .level1 li.two { width:227px; }
#SpecialNav .level1 li.three { width:172px; }
#SpecialNav .level1 li.four { width:196px; }
#SpecialNav .level1 li.five { width:108px; text-align:right; height:auto !important; }
#SpecialNav a { text-decoration:none; text-transform:uppercase; letter-spacing:1px;  display:block; heigt:16px; }
#SpecialNav a:hover,
#SpecialNav a.active { color:#003442; font-size:16px; }

#SpecialNav .level2 { margin:15px 0px 0px 0px; padding:0px; list-style:none; position:relative; float:right; width:400px !important; display:none; }
.withsubmenu .level2 { display:block !important; }
#SpecialNav .level2 li { float:none; height:16px; line-height:16px; text-align:right; }
#SpecialNav .level2 li a { font-size:12px; }



#Footer { margin:0px 0px 50px 115px; width:865px; clear:both; float:left; border-top:1px solid #8ea0a6; }

#Sociallinks { float:left; padding-top:8px; }
#Sociallinks a { display:block; float:left; margin-right:5px; }
#Sociallinks a img { display:block; }

#FooterNav { float:right; padding-top:8px; }
#FooterNav .level1 { margin:0px; padding:0px; list-style:none;}
#FooterNav .level1 li { float:left; margin-left:20px; }
#FooterNav a { text-decoration:none; letter-spacing:1px; }
#FooterNav a:hover,
#FooterNav a.active { color:#003442; }




/* Kontaktformular */
#kontaktformular,
div.tx-powermail-pi1_confirmation,
div.tx-powermail-pi1_thx { margin-top:70px; }
#kontaktformular label { width:70px !important; color:#8EA0A6; }
#kontaktformular #tx-powermail-pi1_fieldset_1 { font-family:'Puritan', sans-serif; font-size:14px; color:#003442; background:transparent !important; border-radius:0px !important; box-shadow: 0px 0px 0px 0px !important; margin:0px !important; padding:0px; border:0px !important; }
#kontaktformular legend { display:none; }
#kontaktformular div.tx_powermail_pi1_fieldwrap_html_radio { padding:0px !important; }
#kontaktformular .tx_powermail_pi1_fieldwrap_html_radio legend { display:inline-block; float:left; width:70px; color:#8EA0A6;  }
#kontaktformular div.powermail_radio_inner { margin:0px !important; clear:none !important; display:inline-block; width:auto !important; }
#kontaktformular div.powermail_radio_inner label { width:auto !important; color:#003442; margin-left:0px; display:inline-block; }
#kontaktformular input.powermail_submit { float:none; margin-left:70px; }




/* Smooth Gallery */
.myGallery { border:0px !important; }
.jdGallery a.left,
.jdGallery a.right { opacity:1 !important; }
.jdGallery a.left { background:url("/fileadmin/templates/maingfx/slide_left.png") no-repeat scroll left bottom transparent !important; }
.jdGallery a.right { background:url("/fileadmin/templates/maingfx/slide_right.png") no-repeat scroll right bottom transparent !important; }

.jdGallery { /*overflow:visible !important; */}
.slideInfoZone { /*position:relative !important; top:-415px !important;*/  position:absolute !important; top:190px; width:865px; text-align:right; background:transparent !important; opacity:1 !important; height:40px !important; }
.slideInfoZone h2 { color:#003442 !important; font-size:100% !important; margin-bottom:0px; }
.slideInfoZone p { color:#003442 !important;  font-size:80% !important; margin-top:0px; width:auto !important; }

/*
.jdGallery .carouselContainer { position:relative !important; top:323px !important; }
.jdGallery .carouselContainer a.carouselBtn,
.jdGallery .carouselContainer a.play { top:-20px !important; }
.jdGallery .carouselContainer .thumbnail { width:20px !important; height:20px !important; background-image:none !important; border:2px solid #8EA0A6 !important; opacity:1 !important;  }
*/
