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

/**** main ****/

html, body {
	height: 100%;
	cursor: default;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#loader_bg {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 500;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	left: 0;
	top: 0;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}


#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zOSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 25%, rgba(255,255,255,0.4) 49%, rgba(255,255,255,0.39) 50%, rgba(255,255,255,0.2) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0.2)), color-stop(49%,rgba(255,255,255,0.4)), color-stop(50%,rgba(255,255,255,0.39)), color-stop(75%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.4) 49%,rgba(255,255,255,0.39) 50%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.4) 49%,rgba(255,255,255,0.39) 50%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.4) 49%,rgba(255,255,255,0.39) 50%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 25%,rgba(255,255,255,0.4) 49%,rgba(255,255,255,0.39) 50%,rgba(255,255,255,0.2) 75%,rgba(255,255,255,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
	moz-box-shadow: 0px 0px 20px #5a5a5a;
	-webkit-box-shadow: 0px 0px 20px #5a5a5a;
	box-shadow: 0px 0px 20px #5a5a5a;
	padding: 10px;
	margin-bottom: auto;

}

#spacer {
	height: 60px;
	}

/**** elements ****/

.item {
	margin-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 7px;
	}

.header {
	margin-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	background: #dddddd; /* Fallback IE 6-8 */
	background-color: rgba(221, 221, 221, 0.8);
    background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	display: block;
	}
	
.header:hover, .header:active, .selected .header {

	background: #cccccc; /* Fallback IE 6-8 */
	background-color: rgba(204, 204, 204, 0.8);
    background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	display: block;
	}	
	
	
.header_affekt {
	margin-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	background: #BFC418; /* Fallback IE 6-8 */
	background-color: rgba(191, 196, 24, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	display: block;
	clear: both;
	}
	
.header_affekt_lang {
	margin-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	background: #BFC418; /* Fallback IE 6-8 */
	background-color: rgba(191, 196, 24, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	display: block;
	clear: both;
	}
	
	
	
.header_affekt:hover, .header_affekt:active, .selected .header_affekt {
	margin-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	background: #9EA600; /* Fallback IE 6-8 */
	background-color: rgba(158, 166, 0, 0.8);
    background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	display: block;
	}
	
.header_affekt_lang:hover, .header_affekt_lang:active, .selected  .header_affekt_lang{
	margin-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	background: #9EA600; /* Fallback IE 6-8 */
	background-color: rgba(158, 166, 0, 0.8);
    background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	display: block;
	}	
	

.minimised {
	background: #FFF;
	}
	
.minimised1 {
	background: #9EA600; /* Fallback IE 6-8 */
	background-color: rgba(238, 238, 238, 0.8);
	background-image: url(../images/opacity/white-opacity-80.png);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	overflow: hidden;
	}
	
.minimised_lang {
	background: #9EA600; /* Fallback IE 6-8 */
	background-color: rgba(238, 238, 238, 0.8);
	background-image: url(../images/opacity/white-opacity-80.png);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	overflow: hidden;
	}
	

.maximised {
	display: none;
	height: auto;
	width: 600px;
	background: #eeeeee; /* Fallback IE 6-8 */
	background-color: rgba(238, 238, 238, 0.8);
	background-image: url(../images/opacity/white-opacity-80.png);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.maximised_affekt {
	display: none;
	height: auto;
	width: 600px;
	background: #eeeeee; /* Fallback IE 6-8 */
	background-color: rgba(238, 238, 238, 0.8);
	background-image: url(../images/opacity/white-opacity-80.png);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	}


.maximised_affekt_offen {
	display: block;
	height: auto;
	width: 600px;
	background: #eeeeee; /* Fallback IE 6-8 */
	background-color: rgba(238, 238, 238, 0.8);
	background-image: url(../images/opacity/white-opacity-80.png);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.8 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	}


/**** Größe1 ****/
.large1 > .header {
	height: 60px;
	width: 290px;
	}

.selected.large1 > .header {
	height: 60px;
	width: 600px;
	}
	
.large1 > .header_affekt {
	height: 60px;
	width: 138px;
	}

.selected.large1 > .header_affekt {
	height: 60px;
	width: 600px;
	}
	
	
.large1 > .minimised {
	height: 340px;
	width: 290px;
	background-color: #F5F5E0;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
.selected.large1 > .minimised {
	height: 333px;
	width: 600px;
	}
	
.large1 > .maximised {
	width: 600px;
	}
.selected.large1 > .maximised {
	width: 600px;
	}

	
	
/**** Größe2 ****/
.large2 > .header {
	height: 60px;
	width: 138px;
	}

.selected.large2 > .header {
	height: 60px;
	width: 600px;
	}
	
.large2 > .header_affekt {
	height: 60px;
	width: 136px;
	overflow-x: hidden;
	overflow-y: hidden;
	}
			

.selected.large2 > .header_affekt {
	height: 60px;
	width: 600px;
	}
	
	
.large2 > .header_affekt_lang {
	height: 60px;
	width: 136px;
	}
			

.selected.large2 > .header_affekt_lang {
	height: 60px;
	width: 138px;
	}
	

	
.large2  > .minimised1 {
	height: 131px;
	width: 137px;
	background-color: #BFC418;
	}
	
	.large2  > .minimised1_hide {
	height: 131px;
	width: 137px;
	background-color: #BFC418;
	display: none;
	}
	
.selected.large2  > .minimised1 {
	height: 127px;
	width: 600px;
	}
	
.large2  > .minimised_lang {
	height: 131px;
	width: 136px;
	background-color: #BFC418;
	}
	
.selected.large2  > .minimised_lang {
	height: 127px;
	width: 138px;
	}	
	
.large2 > .maximised {
	width: 600px;
	}
	
.selected.large2 > .maximised {
	width: 600px;
	}
	
.large2 > .maximised_affekt {
	width: 600px;
	background-color: #BFC418;
	}
	
.selected.large2 > .maximised_affekt {
	width: 600px;
	background-color: #BFC418;
	}
		
.slideshow.preview2 {
	position: relative;
	overflow: hidden;
	height: 190px;
	width: 290px;
	}

	
/**** Größe3 ****/
.large3 > .header {
	height: 60px;
	width: 138px;
	}

.selected.large3 > .header {
	height: 60px;
	width: 600px;
	}
	
.large3 > .header_affekt {
	height: 60px;
	width: 138px;
	}

.selected.large3 > .header_affekt {
	height: 60px;
	width: 600px;
	}
	
.large3 > .minimised {
	height: 380px;
	width: 138px;
	}
	
.selected.large3 > .minimised {
	height: 380px;
	width: 600px;
	}
	
.large3 > .maximised {
	width: 600px;
	}
	
.selected.large3 > .maximised {
	width: 600px;
	}
	
.slideshow.preview3 {
	position: relative;
	overflow: hidden;
	height: 380px;
	width: 138px;
	}


	
	
.small > .header {
	height: 28px;
	width: 138px;
	}

.selected.small > .header {
	height: 28px;
	width: 290px;
	}

.small > .minimised {
	height: 124px;
	width: 138px;
	}


	
.header, .header_affekt, .minimised, .maximised, .minimised1, .minimised_lang, .header_affekt_lang, .maximised_affekt {
    -webkit-box-shadow: 2px 2px 5px 1px rgba(23, 25, 37, 0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(23, 25, 37, 0.3);
    box-shadow: 2px 2px 7px 1px rgba(23, 25, 37, 0.5);
	}


/**** slideshows ****/

#slideshow_preview_allmineral {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	#slideshow_preview_geistert {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
	#slideshow_preview_bwp {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
	#slideshow_preview_vandornick {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
	#slideshow_preview_zapke {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
	#slideshow_preview_hari {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
	#slideshow_preview_praxis {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
		#slideshow_preview_villa {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
		#slideshow_preview_scherz {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	#slideshow_preview_sbs {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	#slideshow_preview_athena {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	#slideshow_preview_apo {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
	
		#slideshow_preview_sk_group {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
		#slideshow_preview_egbert {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
		#slideshow_preview_energiespeicher {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
		#slideshow_preview_pvg {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
		#slideshow_preview_pfsg {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	
	
		#slideshow_preview_arnis {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
	}
	

.slideshow.head {
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 100%;
	background-color: #C2C457;
	}
	
.slideshow.preview {
	position: relative;
	overflow: hidden;
	height: 340px;
	width: 290px;
	}
.slideshow.mainview {
	position: relative;
	overflow: hidden;
	height: 508px;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #888888;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.slideshow.preview img, .slideshow.mainview img {
	display: block;
	}

.slideshow.mainview img {
	cursor: pointer;
	}
	
/**** typography ****/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}

.item.large h1 {
	font-size: 1.6em;
	margin-left: 0.4em;
	padding-top: 0.2em;
	}

.item.large h1 span {
	font-size: 0.7em;
	}

.item.large h2 {
	font-size: 0.9em;
	margin-left: 0.8em;
	}

.item.large1 p, .item.large2 p, .item.large3 p {
	font-size: 12px;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.item.large p.last {
	padding: 0.7em 0 1.1em 0;
	}

.item.large p.info {
	font-size: 0.7em;
	padding: 0.7em 0 1em 0;
	margin: 0 0.9em 0 1.1em;
	}

.item.small h1 {
	font-size: 1.1em;
	padding-top: 0.2em;
	margin-left: 0.6em;
	}

.item.small p {
	font-size: 0.8em;
	padding: 0.6em 0 0.5em 0;
	margin: 0 0.5em 0 0.8em;
	}

.item.small p.last {
	padding: 0.8em 0 0.7em 0;
	}
	
	
	.item.large2  .fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.item.large2  .fliesstext_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
.item.large2  .fliesstext_kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	font-style: italic;
}




/**** interaction ****/

.openclose {
	height: 20px;
	width: 20px;
	background-image: url(../images/zeichen/pfeile_gr2.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	cursor: pointer;
	margin-top: 8px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	float: right;
	}

.selected .openclose {
	background-position: 0px 0px;
	}

.overlay {
	display: none;
	}

.maximised p > img {
	margin: auto auto auto 1em;
	}

.pager {
	width: auto;
	margin: 12px auto 0 auto;
	text-align: center;
	}

.pager a {
	display: inline-block;
	width: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	font-style: italic;
	}

.pager a.activeSlide {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	}

/**** clearfix nicolasgallagher.com/micro-clearfix-hack/ ****/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	}

.clearfix:after {
	clear: both;
	}

.clearfix {
	zoom: 1;
	}
	
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
	}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
	}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
	}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
	}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
	-webkit-font-smoothing: antialiased;
	}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	}
	
	
	
	
	
#affektlogo2 {
	height: 126px;
	width: 350px;
	z-index: 200;
	background-image: url(../images/logos/affektlogo_03.png);
	background-repeat: no-repeat;
	background-color: transparent;
	position: absolute;
	left: 85px;
	top: 40px;
}

#container2 {
	margin-left: auto;
	margin-right: auto;


}
#bodyDiv3 {
	overflow: hidden;
	background-color: transparent;
	padding-right: 100px;
	padding-left: 100px;
	position: relative;
	z-index: 100;
}

#green_line2 {
	margin-top: 150px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
	height: 250px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	opacity: 0.85;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 85);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 85);	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	clear: both;	/*All filters must be placed together*/
}
#slider_background2 {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 0;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#footer {
	width: 100%;
	height: 100px;
	z-index: 50;
	float: left;
}

.box_img_a {
	display: block;
	overflow: hidden;
	cursor: pointer;
	z-index: 100;/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	left: 0px;
	top: 0px;
	position: relative;
}
.box_img_b {
	display: block;
	overflow: hidden;
	cursor: pointer;
	left: 0px;
	top: -160px;
	position: relative;
}
.header_text_head_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
	clear: left;
}
.header_text_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
	clear: left;
}
#test {
	height: 650px;
	background-color: #FF3333;
	width: 565px;
	position: relative;
	left: 0px;
	top: 0px;
}

.openclose2 {
	height: 35px;
	width: 35px;
	background-image: url(../images/zeichen/pfeile_gr.png);
	background-repeat: no-repeat;
	background-position: -35px 0px;
	cursor: pointer;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	float: right;
}
.selected .openclose2 {
	background-position: 0px 0px;
}
#affektfilm {
	height: 82px;
	width: 100px;
	display: block;
	cursor: pointer;
}
#affektzeichen {
	height: 131px;
	width: 136px;
	overflow: hidden;
}
#slideshow {
	height: 670px;
	width: 600px;
	position: absolute;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	margin: 0px;
}
#slideshow_head {
	height: 333px;
	width: 100%;
	background-color: #F5F5E0;
	position: absolute;
}


#bilder_slideshow_allmineral {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_sbs {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_geistert {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_athena {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_vandornick {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_zapke {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}
#bilder_slideshow_jyotirmoyee {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_bwp {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_scherz {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_hari {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}

#bilder_slideshow_villa {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bilder_slideshow_sk_group {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bilder_slideshow_energiespeicher {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bilder_slideshow_egbert {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bilder_slideshow_pvg {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bilder_slideshow_pfsg {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

#bilder_slideshow_arnis {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}



#slider_textbox {
	height: 50px;
	width: 500px;
	opacity: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	z-index: 500;
	float: left;
	margin-bottom: 10px;
	clear: left;
}
.slider_text {
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
}
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.fliesstext_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	padding-left: 15px;
}
.fliesstext_kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	font-style: italic;
}
#slideshow_preview_moyland {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
}
#bilder_slideshow_moyland {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}
#slideshow_preview_jyotirmoyee {
	overflow: hidden;
	position: relative;
	height: 340px;
	width: 290px;
}

#bilder_slideshow_apotheken {
	height: 720px;
	width: 560px;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: hidden;
	border: none;
	padding-right: 20px;
	padding-left: 20px;
}


/**** Kontakt Formular ****/



#content_kontakt_formular {
	width:		570px;
	height: 580px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
	clear: both;
}

#content_kontakt_text {
	width:		565px;
	height: 55px;
	float: left;
	background-image: url(../images/HGs/leistungen_verlauf02.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 4px;
	clear: both;
}.text_kontakt_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.text_kontakt_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	float: left;
	font-style: italic;
	width: 550px;
	height: 50px;
}
.form_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	width: 287px;
	height: 15px;
}
#input_type_01 {
	width:		575px;
	height: 520px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.input_textfeld {
	width:		265px;
	height: 25px;
	float: left;
	margin-top: 2px;
	margin-bottom: 12px;
	background: #dddddd; /* Fallback IE 6-8 */
	background-color: rgba(221, 221, 221, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	border: 1px solid #919191;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	left: 10px;
	top: 2px;
	padding: 0px;
	margin-left: 0px;
}

.input_textareafeld {
	width:		555px;
	max-width: 555px;
	height: 120px;
	max-height: 120px;
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	background: #dddddd; /* Fallback IE 6-8 */
	background-color: rgba(221, 221, 221, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	border: 1px solid #919191;
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	margin-left: 0px;
}
#input_type_02 {
	width:		165px;
	height: 130px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
	padding-top: 370px;
}
.form_head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	float: left;
	padding-top: 4px;
	width: 260px;
	padding-right: 6px;
}
.checkbox_textfeld {
	width:		15px;
	height: 15px;
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #919191;
	margin-right: 10px;
	background-color: #E5E5E5;
	display: block;
}
#captchaform {
	width:		575px;
	height: 30px;
	float: left;
	margin-top: 10px;
}
.captcha_textfeld {
	width:		260px;
	height: 25px;
	float: right;
	margin-top: 2px;
	background: #dddddd; /* Fallback IE 6-8 */
	background-color: rgba(221, 221, 221, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	border: 1px solid #919191;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
.captcha_bild {
	float: left;
}
.input_submit:hover {
	background: #cccccc; /* Fallback IE 6-8 */
	background-color: rgba(204, 204, 204, 0.8);
    background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
}

.input_submit {
	width:		120px;
	height: 30px;
	float: left;
	background: #dddddd; /* Fallback IE 6-8 */
	background-color: rgba(221, 221, 221, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	border: 1px solid #919191;
	margin-right: 20px;
	border: 1px solid #919191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 40px;
	color: #525252;
}

.form_head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	float: left;
	width: 125px;
	padding-top: 8px;
	padding-right: 12px;
}
.text_kontakt_danke {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #525252;
	text-decoration: none;
	float: left;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-style: italic;
}
#content_kontakt_dankestext {
	width:		565px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 13px;
	margin-bottom: 5px;
	margin-left: 12px;
}
.link {
	color: #777777;
	text-decoration: none;
}
.link_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;	color: #555555;
	text-decoration: none;

}
.link:hover {
	text-decoration: underline;
	color: #888888;
}
.link_header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #777777;
}
#content_kontakt_karte {
	width:		570px;
	height: 370px;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#google_map {
	width:		550px;
	height: 310px;
	border: 1px solid #888888;
	margin-top: 10px;
	float: left;
	display: block;
}
.text_kontakt_form_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	float: left;
	font-style: normal;
	width: 540px;
	height: 30px;
}
#contact_back_success_de {
	background: #BFC418; /* Fallback IE 6-8 */
	background-color: rgba(191, 196, 24, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	height: 80px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact_back_failed_de {
	background: #BFC418; /* Fallback IE 6-8 */
	background-color: rgba(191, 196, 24, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	height: 80px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contact_back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
.contact_back_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 20px;
}
.link_header_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #888888;
}
#kontakt_adresse {
	width:		570px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#hide {
	display: none;
}
#trennung {
	width:		100%;
	float: left;
	color: #007c77;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 10px;
	background-image: url(../images/HGs/strich.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.slideshow_iframe {
	height: 676px;
	width: 559px;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
	display: block;
	left: 0px;
	top: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	float: left;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
#google_map_en {
	width:		550px;
	height: 310px;
	border: 1px solid #888888;
	margin-top: 10px;
	float: left;
	display: block;
}
#contact_back_failed_en {
	background: #BFC418; /* Fallback IE 6-8 */
	background-color: rgba(191, 196, 24, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	height: 80px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contact_back_success_en {
	background: #BFC418; /* Fallback IE 6-8 */
	background-color: rgba(191, 196, 24, 0.8);
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-repeat: repeat;
	height: 80px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#luitgards {
	height: 669px;
	width: 945px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -334px;
	margin-left: -472px;
}
#luitgards_bildchen {
	height: 433px;
	width: 315px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	padding: 0px;
	float: left;
}
#luitgards_anzg {
	height: 524px;
	width: 543px;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -262px;
	margin-left: -271px;
}
#wrapper_luitgards {
	height: 480px;
	width: 654px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -240px;
	margin-left: -327px;
}
#luitgards_abstand {
	height: 433px;
	width: 20px;
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
}
#luitgards_caption {
	height: 40px;
	width: 400px;
	background-color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	background-position: left;
}
#luitgards_weiter {
	height: 40px;
	width: 40px;
	background-color: #FFFFFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
}

#cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
}
#cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-left: 7px;
}

#cookies-eu-reject {
    background: none;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    border: 1px solid #666;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
    border-color: #fff;
    background: #222;
    color: #fff;
}
