html, body, div, p, h1, h2, h3, span, a, table, td, form	
						{ margin: 0px; padding: 0px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #333; }
							  
ul, li					{ margin-left: 10px; padding: 3px; }	
							  
  
body 					{ width: 100%; height: 100%; background-image: url(images/body_bg.jpg); background-color: #cacbcb; background-position: top; background-repeat: repeat-x; } 

img						{ behavior: url(iepngfix.htc); border: none; }
/*div					{ behavior: url(iepngfix.htc); }*/

h1						{ font-family: FFDINWebProMedium, Arial; font-size: 22px; font-weight: normal; }
h2						{ font-family: FFDINWebProMedium, Arial; font-size: 19px; font-weight: normal; }
h3						{ font-family: FFDINWebProMedium, Arial; font-size: 17px; line-height: 21px; font-weight: normal; }
h4						{ font-family: FFDINWebProMedium, Arial; font-size: 14px; font-weight: normal; margin-bottom: 5px; }
h5						{ font-size: 12px; font-weight: bold; margin-bottom: 4px;}

.mit_linie				{ border-bottom: 1px solid #333; padding-bottom: 3px; }

hr						{ background-color: #999; border: none; color: #999; height: 1px; }
hr.light				{ background-color: #ddd; border: none; color: #ddd; height: 1px; }

.clear					{ display: block; clear: both; }
.rounded				{ -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; }
.rounded_oben			{ -moz-border-radius-topleft: 6px; -webkit-border-top -left-radius: 6px; border-top-left-radius: 6px; 
						  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.rounded_unten			{ -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; 
						  -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.rounded_links			{ -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; 
						  -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.rounded_rechts			{ -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; 
						  -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.rounded_big			{ -moz-border-radius: 10px; border-radius: 10px; -webkit-border-radius: 10px; }

.rounded_ausser_ro		{ -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; 
						  -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
						  -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
						  -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }

.rounded_lo				{ -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.rounded_lu				{ -moz-border-radius-topbottom: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }

.rounded_big_links		{ -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; 
						  -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.rounded_big_rechts		{ -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; 
						  -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
.rounded_big_oben		{ -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; 
						  -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.rounded_big_unten		{ -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; 
						  -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }


.shadow					{ -moz-box-shadow: 0px 2px 10px #000; -webkit-box-shadow: 0px 2px 10px #000; box-shadow: 0px 2px 10px #000; } 
.shadow		    		{ /*IE6 hack*/  _border: 1px solid #a6a6a6; }
.shadow		    		{ /*IE8 hack*/  border: 1px solid #a6a6a6\9; }

.shadow_unten			{ -moz-box-shadow: 0px 5px 6px #444; -webkit-box-shadow: 0px 5px 6px #444; box-shadow: 0px 5px 6px #444; } 
.shadow_unten		    { /*IE6 hack*/  _border: 1px solid #a6a6a6; }
.shadow_unten		    { /*IE8 hack*/  border: 1px solid #a6a6a6\9; }

.shadow_left			{ -moz-box-shadow: -1px 2px 2px #444; -webkit-box-shadow: -1px 2px 2px #444; box-shadow: -1px 2px 2px #444; } 
.shadow_left		    { /*IE6 hack*/  _border: 1px solid #a6a6a6; }
.shadow_left		    { /*IE8 hack*/  border: 1px solid #a6a6a6\9; }

.shadow_light			{ -moz-box-shadow: 0px 2px 5px #333; -webkit-box-shadow: 0px 2px 5px #333; box-shadow: 0px 2px 5px #333; } 
.shadow_light		    { /*IE6 hack*/  _border: 1px solid #a6a6a6; }
.shadow_light		    { /*IE8 hack*/  border: 1px solid #a6a6a6\9; }

.shadow_subtil			{ -moz-box-shadow: 0px 0px 2px #999; -webkit-box-shadow: 0px 0px 2px #999; box-shadow: 0px 0px 2px #999; } 
.shadow_subtil		    { /*IE6 hack*/  _border: 1px solid #bbb; }
.shadow_subtil		    { /*IE8 hack*/  border: 1px solid #bbb\9; }

.shadow_big				{ -moz-box-shadow: 0px 0px 30px #333; -webkit-box-shadow: 0px 0px 30px #333; box-shadow: 0px 0px 30px #333; } 
.shadow_big	    		{ /*IE6 hack*/  _border: 2px solid #333; }
.shadow_big		    	{ /*IE8 hack*/  border: 2px solid #333\9; }

.opacity_25				{ opacity: 0.25; filter(opacity=0.25); }

.font_ersatz			{ font-family: FFDINWebProMedium, Arial; }


.small					{ font-size: 11px; }
	.small a				{ font-size: 11px !important; }

.smaller				{ font-size: 10px; }
.grau					{ color: #999; }
.rot					{ color:  #C00; }

.align_left				{ display: inline; float: left; }
.align_right			{ display: inline; float: right; }



				  
/* --------- Boxmodell ------- */

#zentriert				{ align: center; margin: 0px auto; width: 960px; height: auto; }

	#newsletter_anabmeldung	{ position: absolute; clear: both; width: 100%; height: 140px; margin-top: -140px; border-bottom: 1px solid #7f7f7f; }
		.newsletter_anabmeldung_wrapper	{ width: 960px; height: auto; margin: 0px auto; padding: 20px 0px; }
	
	#standorte			{ position: absolute; clear: both; width: 100%; height: 136px; margin-top: -150px; border-bottom: 1px solid #7f7f7f; background-color: #dbdbdb; }
		.standorte_padding	{ padding: 14px 20px 14px 20px; }
		
		#standorte .list_carousel	{ position: absolute; top: 0px; margin: 10px 0px 10px 0px; padding: 0px; width: 100%; height: 136px; overflow: hidden; }
			#standorte .list_carousel ul { margin: 0px 10px 0px 28px; padding: 0px; list-style: none; display: block; }
				#standorte .list_carousel li { width: 280px; height: 104px;	padding: 0;	margin: 0px 7px 10px 8px; display: block; float: left; }
					.list_carousel.responsive { width: auto; margin-left: 0; }
					  .list_carousel .prev 		{ position: absolute; left: 5px; top: 0px; margin-top: 10px; width: 16px; height: 30px; padding: 28px 4px 28px 2px; text-align: center; background-color: #525252; }
					  	.list_carousel .prev:hover 		{ background-color: #777777; }
						.list_carousel .prev:active		{ left: 4px; top: 1px; background-color: #888888; }
						.list_carousel .prev.disabled		{ display: none !important; cursor: default; }
					  .list_carousel .next 		{ position: absolute; right: 5px; top: 0px; margin-top: 10px; width: 16px; height: 30px; padding: 28px 2px 28px 4px; text-align: center; background-color: #525252; }
						.list_carousel .next:hover 		{ background-color: #777777; }
						.list_carousel .next:active		{ right: 4px; top: 1px; background-color: #888888; }
						.list_carousel .next.disabled	{ display: none !important; cursor: default; }
		
					.standort_element	{ position: relative; display: inline; float: left; width: 280px; height: 104px;  }

						.standort_element a.link	{ text-decoration: none; /*position: absolute; width: 100%; height: 100%; border: 1px solid green;*/ }

						.standort_element .standort_image	{ display: block; width: 280px; height: 85px; opacity: 1.0 !important; padding-top: 3px; margin: 0px; text-align: center; background-color: #fff; overflow: hidden; }
						.standort_element .standort_image.less-height	{ height: 52px; }

						.standort_element .standort_titel 	{ display: block; width: 100%; height: 27px; background-color: #ccc; padding: 3px 5px; box-sizing: border-box; }
							.standort_element .standort_titel h3 	{ color: #111; margin: 0; text-align: center; text-decoration: none; }

						.standort_element .standort_text	{ display: block; width: 266px; height: 18px; padding: 2px 5px 2px 9px; margin: 0px; color: #fff; background-color: #333333; }
							.standort_element .standort_text h4	{ margin: 0px 0px 5px 0px; color: #fff; line-height: 14px; }
							.standort_element .standort_text img{ margin: 0px 2px -2px 0px; }
							.standort_element .standort_text a	{ color: #fff; line-height: 16px; font-size: 12px; }
					
					.standort_element:hover .standort_text	{ background-color: #444; }
					
					.standort_element.active	{ border: 1px solid #fff; }
						.standort_element.active .standort_titel	{ background-color: #ddd; }
						.standort_element.active .standort_text	{ background-color: #666; /*padding-top: 1px; padding-bottom: 0px;*/ }
					
					
					#standort_all .standort_text	{ background-color: #737373; }


	
	#standorte_anfasser	{ display: inline; float: right; width: auto; min-width: 50px; height: 20px; margin: -6px 0px 0px 0px; padding: 6px 8px 2px 8px; cursor: pointer; background-color: #444; text-align: center; color: #fff; }
		#standorte_anfasser:hover	{ background-color: #555; }
	#standorte_anfasser.active	{ background-color: #9e9e9e; margin-top: -6px; padding-left: 5px; padding-right: 5px;  }
		#standorte_anfasser.active:hover div	{ color: #ddd; }
	
		#standorte_anfasser	.link_anfasser { color: #fff; }
		#standorte_anfasser	.close_anfasser { display: none; color: #fff; font-size: 12px; }
			
	#head				{ display: block; clear: both; width: 960px; height: 148px; margin: 0px; padding: 0px; }
		#logo				{ display: inline; float: left; width: 360px; height: 148px; margin: 0px 0px 0px -10px; }
			#logo_bg			{ display: block; clear: both; width: 360px; height: 148px; margin: 0px; padding: 0px 0px 0px 11px; background-image: url(images/logo_die-wirtschaftsexperten-bg_2024.png); background-repeat: no-repeat; }
		#head_right			{ display: inline; float: right; width: 610px; height: 140px; margin: 0px; }
			#head_bar			{ display: block; clear: both; float: right; width: 590px; height: 30px; margin: 0px 0px 27px 20px; padding: 0px 0px 0px 0px; }
				#head_bar ul		{ display: inline; float: right; width: auto; height: auto; margin: 4px 0px 0px 0px; }
					#head_bar ul li		{ display: inline; float: left; list-style-type: none; margin: 1px 0px 0px 5px; padding: 0px; }		
						#head_bar ul li img		{ width: 16px; height: 14px; float: left; margin-top: 1px; margin-bottom: -4px; margin-right: 0px; background-repeat: no-repeat; background-position: 0px 0px; background-size: 16px auto; }		
						  #head_bar ul li.bn_home img		{ background-image: url(images/icon_headbar_home@3x.png); }
						  #head_bar ul li.bn_kontakt img	{ background-image: url(images/icon_headbar_kontakt@3x.png); }
						  #head_bar ul li.bn_aktuelles img	{ background-image: url(images/icon_headbar_aktuelles@3x.png); margin-right: -1px; }
						  /*#head_bar ul li.bn_login img		{ background-image: url(images/icon_headbar_login@3x.png);  margin-right: -2px; }*/
						  #head_bar ul li.bn_suche img		{ background-image: url(images/icon_headbar_suchen@3x.png); }
						  #head_bar ul li.active img		{ background-position: 0px -14px; }
							
						  #icon_suchen		{ position: absolute; margin-left: -18px; margin-top: 3px !important; }
						
						  #head_bar ul li.bn_telefon	{ margin-top: -5px; padding: 7px 7px; font-weight: bold;}
						  	#head_bar ul li.bn_telefon img	{ width: 10px; height: auto; float: none; margin: 0px; margin-bottom: -2px; }
						  	#head_bar ul li.bn_telefon a	{ font-weight: bold; text-decoration: none; color: inherit; font-size: inherit; }
						  
						  #head_bar ul li.bn_newsletter	{  }
						  	#head_bar ul li.bn_newsletter a	{ cursor: pointer; margin-top: -5px; padding: 8px 6px; font-size: 11px; color: #fff !important; font-weight: bold; text-decoration: none; }
							#head_bar ul li.bn_newsletter a:hover	{ background-color: #df9b24; color: inherit; background-image: url(); }
						  		#head_bar ul li.bn_newsletter img	{ width: 10px; height: auto; float: none; margin: 0px; margin-bottom: -2px; }
						  
						  #head_bar ul li.bn_schaden	{  }
						  	#head_bar ul li.bn_schaden a	{ cursor: pointer; margin-top: -5px; padding: 8px 6px; font-size: 11px; color: #fff !important; font-weight: bold; text-decoration: none; }
							#head_bar ul li.bn_schaden a:hover	{ background-color: #55A548; color: inherit; background-image: url(); }
						  		#head_bar ul li.bn_schaden img	{ width: 10px; height: auto; float: none; margin: 0px; margin-bottom: -2px; }
						  	
						  #head_bar ul li.bn_login	{  }
						  	#head_bar ul li.bn_login a		{ cursor: pointer; margin-top: -5px; padding: 8px 6px; font-size: 11px; color: #fff !important; font-weight: bold; text-decoration: none;  }
						  	#head_bar ul li.bn_login a:hover	{ background-color: #3da9e0; color: inherit; background-image: url(); }
						  		#head_bar ul li.bn_login img	{ width: 9px; height: auto; float: none; margin: 0px; margin-bottom: -2px; }
						  
						  body.mac #head_bar ul li.bn_newsletter a	{ padding: 8px 7px; }
						  body.mac #head_bar ul li.bn_login a		{ padding: 8px 8px; }
							
						
						#head_bar ul li a		{ font-size: 10px; color: #777; }
							#head_bar ul li a:hover		{ color: #333; }
							#head_bar ul li.active a		{ color: #000; }
						  
						#head_bar ul li.bn_suche input[type=text]	{ margin-left: 5px; background-color: #fefefe; font-size: 10px; border: 1px solid #aaa; color: #999; }
						#head_bar ul li.bn_suche input[type=text]:focus	{ background-color: #fff; color: #222; border: 1px solid #888; }
				
				
			#navigation_primaer	{ display: block; float: right; width: auto; height: 32px; margin: 5px 0px 20px 0px; border: 1px solid #646464; background-color: #353533; overflow: hidden; }
				#navigation_primaer ul	{ display: block; clear: both; width: auto; height: 32px; margin: 0px; padding: 0px; box-sizing: border-box; }
					#navigation_primaer ul li	{ display: inline; float: left; width: auto; height: 32px; box-sizing: border-box; margin: 0px; padding: 0px 0px 0px 0px; border-box; line-height: 14px; list-style-type: none; background-image: url(images/nav_trennlinie.png); background-repeat: no-repeat; background-position: center left; }
						#navigation_primaer ul li a	{ display: inline-block; width: auto; height: 32px; box-sizing: border-box; padding: 9px 8px 9px 8px; margin: 0px 0px 0px 2px; color: #fff; font-size: 14px; line-height: 14px; font-family: FFDINWebProMedium, Arial; font-weight: 500; text-decoration: none; }
							
			
	#slider_wrapper				{ display: block; clear: both; width: 960px; height: 320px; margin: 10px 0px 10px 0px; }
		#slider_wrapper #slider		{ border: 1px solid #797676; width: 960px; height: 320px; overflow: hidden; }
			#slider	.placeholder_pflegbaretexte	{ display: block; clear: both; width: 700px; height: 240px; margin: 8px 0px 0px 0px; padding: 0px; }
				#slider	.placeholder_pflegbaretexte .ueberschrift	{  }
				#slider	.placeholder_pflegbaretexte p	{ color: #fff; margin: 0px; padding: 0px; font-size: 16px; line-height: 19px; font-family: Arial !important; color: #fff !important; font-weight: normal; }
					#slider	.placeholder_pflegbaretexte .zielgruppe	{ font-family: Arial !important; text-transform: uppercase; display: block; clear: both; font-size: 14px; color: #fff; line-height: 19px; margin-bottom: 11px !important; }
					#slider	.placeholder_pflegbaretexte h1	{ font-family: FFDINWebProMedium, Arial; display: block; clear: both; font-size: 32px; color: #fff; line-height: 29px; z-index: 9999; margin-bottom: 14px !important; }
					#slider	.placeholder_pflegbaretexte .text_h2	{ color: #fff; margin: 0px; padding: 0px; font-size: 16px; line-height: 19px; font-family: Arial !important; }
						#slider	.placeholder_pflegbaretexte .text_h2 p	{ color: #fff; margin: 0px; padding: 0px; font-size: 16px; line-height: 19px; font-family: Arial !important; }
			
			.nivo-caption 				{ margin-left: 34px;  }
			.nivo-caption a				{ z-index: 999; }
			a.nivo-control				{ font-size: 1px; line-height: 99px; }
			
			
	#content_00		{ display: block; clear: both; width: 960px; height: auto; margin: 25px 0px 10px 0px; }
	#content		{ display: block; clear: both; width: 960px; height: auto; margin: 30px 0px 0px 0px; padding: 0px; background-color: #fff;}
		.content_inner		{ padding: 20px 20px 20px 20px; }
		
		
		
			.spalte_links		{ display: inline; float: left; width: 185px; margin: 0px 25px 20px 0px; height: auto; }
			.spalte_mitte		{ display: inline; float: left; width: 480px; margin: 0px 0px 30px 0px; height: auto; }
				.spalte_mitte h1	{ margin: 5px 0px 25px 0px; }
				.spalte_mitte h2	{ margin: 15px 0px 10px 0px; }
				.spalte_mitte > h3	{ font-size: 19px; margin-bottom: 15px; } /* Damit die h3-Überschriften so groß sind, wie die h2-Überschriften, nach Wunsch von Frau Schubert */
				/*.spalte_mitte ul	{ list-style-image: url(images/pfeil_schwarz@3x.png); margin-top: 5px; margin-bottom: 5px; }
					.spalte_mitte ul li	{ margin-bottom: 2px; }*/
				.spalte_mitte ul 	{ list-style: none; margin-left: 0px;}
					.spalte_mitte ul li { padding-top: 1px; padding-bottom: 2px; margin-top: 1px; margin-left: 0px; padding-left: 13px; background-image: url(images/pfeil_schwarz@3x.png); background-size: 9px auto; background-position: 0px 1px; background-repeat: no-repeat; }

				
				
				.spalte_mitte ul.li_abstaende_gross { margin-bottom: 15px; }	
					.spalte_mitte ul.li_abstaende_gross	li 	{ padding-top: 6px; padding-bottom: 6px; background-position: 0px 4px; }	
					.spalte_mitte ul.zebra	li 				{ margin-top: 0px; margin-bottom: 0px; border-bottom: 1px dotted rgba(0,0,0,0.08); }
					.spalte_mitte ul.zebra	li:nth-child(odd) { border-bottom: 1px dotted rgba(0,0,0,0.08); }
					.spalte_mitte ul.li_icons_rechts img 	{ float: right; display: inline; height: 18px; width: 18px; margin-right: 7px; }
					.spalte_mitte ul.li_icons_rechts img 	{ /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1); 
															  filter: url('desaturate.svg#greyscale'); */
															  filter: grayscale(1);
															  -webkit-filter: grayscale(1); 
															  transition: all 0.35s ease-in-out 0.1s;
															  }
					.spalte_mitte ul.li_icons_rechts img:hover 	{ filter: none; 
																 -webkit-filter: none; 					
																 -moz-box-shadow: 0px 0px 2px #999; -webkit-box-shadow: 0px 0px 2px #999; box-shadow: 0px 0px 2px #999;			} 
					
					/*per CSS die Bild-Url ändern, um Grayscale-Effekt auch im Safari zu erhalten  */
					.spalte_mitte ul.li_icons_rechts img[src*="/upload/mediapool/icon_download_pdf.png"] 
																{ content: ""; background-image: url("/upload/mediapool/icon_download_pdf_grayscale.png"); background-size: 100% auto; }
					.spalte_mitte ul.li_icons_rechts img:hover[src*="/upload/mediapool/icon_download_pdf.png"] 
																{ content: "";  background-image: url("/upload/mediapool/icon_download_pdf.png"); background-size: 100% auto; }
					.spalte_mitte ul.li_icons_rechts img[src*="/upload/mediapool/icon_download_word.png"] 
																{ content: ""; background-image: url("/upload/mediapool/icon_download_word_grayscale.png"); background-size: 100% auto; }
					.spalte_mitte ul.li_icons_rechts img:hover[src*="/upload/mediapool/icon_download_word.png"] 
																{ content: "";  background-image: url("/upload/mediapool/icon_download_word.png"); background-size: 100% auto; }
																											
		            
					
				
			.spalte_rechts		{ display: inline; float: right; width: 205px; margin: 0px 0px 20px 0px; height: auto; }
			.box_wordcloud		{ width: 183px; height: 180px; padding: 10px 7px 6px 13px; overflow: hidden; }
				.box_wordcloud a		{ color: #ddd; font-size: 13px; text-decoration: none !important; }
					.box_wordcloud a:hover	{ text-decoration: underline !important; }
			
			.navigation_sekundaer	{ display: block; clear: both; width: 185px; height: auto; margin: 0px 0px 40px 0px; }
				.navigation_sekundaer_titel		{ display: block; clear: both; width: 170px; height: auto; padding: 7px 5px 6px 10px; background-color: #555; border: 1px solid #666; }
					.navigation_sekundaer_titel h1	{ font-size: 15px; line-height: 16px; color: #fff; }
					.navigation_sekundaer_titel h3	{ font-size: 15px; line-height: 16px; color: #fff; }
				/*-- 1. Ebene der SekNavi ---*/
				.navigation_sekundaer > ul		{ display: block; clear: both; width: 187px; margin: 0px; padding: 0px; }
					.navigation_sekundaer > ul > li		{ display: block; clear: both; width: 187px; margin: 0px; padding: 0px; border-top: 1px solid #333; }
						.navigation_sekundaer > ul > li > a	{ display: block; clear: both; width: 172px; font-size: 13px; line-height: 18px; font-family: FFDINWebProMedium, Arial; font-weight:500; text-decoration: none; color: #333; padding: 6px 5px 5px 10px; }
							.navigation_sekundaer > ul > li > a:hover	{ background-color: #eee; }
							.navigation_sekundaer > ul > li > a.active	{ width: 159px; padding-left: 23px; background-color: #ddd; background-image: url(images/pfeil_weiss@3x.png); background-repeat: no-repeat; background-position: 10px 7px; background-size: 9px auto; }
				/*-- 2. Ebene der SekNavi ---*/
				.navigation_sekundaer > ul > li > ul		{ display: block; clear: both; width: 187px; margin: 0px; padding: 0px; }
					.navigation_sekundaer > ul > li > ul > li		{ display: block; clear: both; width: 187px; margin: 0px; padding: 0px; border-top: 1px solid #333; }
						.navigation_sekundaer > ul > li > ul > li > a	{ display: block; clear: both; width: 157px; font-family: FFDINWebProMedium, Arial; font-weight:500; font-size: 13px; line-height: 18px; text-decoration: none; color: #333; padding: 6px 2px 5px 28px; background-color: #f2f1f1; background-image: url(images/pfeil_weiss@3x.png); background-repeat: no-repeat; background-position: 15px 7px; background-size: 9px auto; }
							.navigation_sekundaer > ul > li > ul > li > a:hover	{ background-color: #ccc; }
							.navigation_sekundaer > ul > li > ul > li > a.active{ color: #fff; background-color: #666666; }
				/*-- 3. Ebene der SekNavi ---*/
				.navigation_sekundaer > ul > li > ul > li > ul		{ display: block; clear: both; width: 187px; margin: 0px; padding: 0px; }
					.navigation_sekundaer > ul > li > ul > li > ul > li		{ display: block; clear: both; width: 187px; margin: 0px; padding: 0px; border-top: 1px solid #bbb; }
						.navigation_sekundaer > ul > li > ul > li > ul > li > a	{ display: block; clear: both; width: 151px; font-family: FFDINWebProMedium, Arial; font-weight:300; font-size: 12px; line-height: 16px; text-decoration: none; color: #333; padding: 5px 2px 4px 34px; background-color: #f6f6f6; background-image: url(images/pfeil_weiss@3x.png); background-repeat: no-repeat; background-position: 20px 5px; background-size: 9px auto; }
							.navigation_sekundaer > ul > li > ul > li > ul > li > a:hover	{ background-color: #eee; }
							.navigation_sekundaer > ul > li > ul > li > ul > li > a.active{ color: #fff; background-color: #777; }
				
							
				.navigation_sekundaer_abschluss { display: block; clear: both; width: 185px; height: 8px; background-color: #555; border: 1px solid #666; }
			
			
			.profil_visitenkarte	{ width: auto; height: auto; padding: 15px 5px 15px 15px; margin: 0px 0px 18px 0px; background-color: #e2e2e2; border: 1px solid #dfdcdd; }	
				.profil_visitenkarte .align_left	{ width: 137px; }
				.profil_visitenkarte .bild_rahmen_expert { width: 135px; height: 176px; text-align: center; overflow: hidden;  }
				.profil_visitenkarte .bild_rahmen_expert_kleiner { width: 100px; height: 132px; text-align: center; overflow: hidden;  }
					.profil_visitenkarte .align_left .bild_rahmen_expert	{ border: 1px solid #999; background-color: #fff; }
				.profil_visitenkarte .align_right	{ display: inline; float: left; width: 295px; margin-left: 15px; }
					.profil_visitenkarte .align_right h2	{ margin-top: -2px; margin-bottom: 10px; }
			
			
			.profil_visitenkarte_bildgross	{ width: auto; height: auto; padding: 15px 5px 15px 15px; margin: 0px 0px 18px 0px; background-color: #e2e2e2; border: 1px solid #dfdcdd; }	
				.profil_visitenkarte_bildgross .align_left	{ width: 165px; }
				.profil_visitenkarte_bildgross .bild_rahmen_expert { width: 165px; height: 210px; text-align: center; overflow: hidden;  }
					.profil_visitenkarte_bildgross .align_left .bild_rahmen_expert	{ border: 1px solid #999;  background-color: #fff; }
				.profil_visitenkarte_bildgross .align_right	{ display: inline; float: left; width: 255px; margin-left: 15px; }
					.profil_visitenkarte_bildgross .align_right h1	{ margin-top: -2px; font-size: 19px; margin-bottom: 6px; }
					.profil_visitenkarte_bildgross .align_right h2	{ margin-top: -2px; margin-bottom: 6px; }
			
			
			.profil_visitenkarte_small	{ position: relative; float: left; display: inline; width: 137px; height: auto; padding: 8px 6px 8px 6px; margin: 0px 8px 12px 0px; background-color: #e2e2e2; border: 1px solid #dfdcdd; }	
				.profil_visitenkarte_small .bild_rahmen_expert { width: 135px; height: 176px; border: 1px solid #999; text-align: center; overflow: hidden;  }
				.profil_visitenkarte_small .bild_rahmen { width: 135px; height: 102px; border: 1px solid #999; text-align: center; overflow: hidden;  }
				.profil_visitenkarte_small h3	{ font-size: 14px; margin: 10px 0px 0px 0px; min-height: 34px; line-height: 13px; }
				.profil_visitenkarte_small h5	{ margin-top: 0px; margin-bottom: 5px; font-weight: normal; font-size: 14px; color: #333; }


            .profil_visitenkarte_small_breiter	{ position: relative; float: left; display: inline; width: 147px; height: auto; padding: 8px 0px 8px 7px; margin: 0px 5px 12px 0px; background-color: #e2e2e2; border: 1px solid #dfdcdd; }
            .profil_visitenkarte_small_breiter .bild_rahmen_expert { width: 135px; height: 176px; border: 1px solid #999; text-align: center; overflow: hidden;  }
            .profil_visitenkarte_small_breiter .bild_rahmen { width: 135px; height: 102px; border: 1px solid #999; text-align: center; overflow: hidden;  }
            .profil_visitenkarte_small_breiter h3	{ font-size: 14px; margin: 10px 0px 0px 0px; height: auto; margin: 10px 0px 9px 0px; line-height: 13px; }
            .profil_visitenkarte_small_breiter h5	{ margin-top: 0px; margin-bottom: 5px; font-weight: normal; font-size: 14px; color: #333; }
            .slideable_content .profil_visitenkarte_small_breiter	{ width: 145px; padding: 7px 0px 7px 6px; margin: 0px 2px 12px 0px; }

            /* Optimierungen für Grid-Darstellung auf Service - Rechner & Tools */
            body.page_mandanten_5_0 .profil_visitenkarte_small_breiter	{ position: relative; float: none; display: inline-block; width: 30.5%; height: 135px; padding: 8px 0px 8px 7px; margin: 0 0.6% 2% 0; background-color: #e2e2e2; border: 1px solid #dfdcdd; }
            body.page_mandanten_5_0 .profil_visitenkarte_small_breiter .bild_rahmen_expert { width: 135px; height: 176px; border: 1px solid #999; text-align: center; overflow: hidden;  }
            body.page_mandanten_5_0 .profil_visitenkarte_small_breiter .bild_rahmen { width: 135px; height: 102px; border: 1px solid #999; text-align: center; overflow: hidden;  }
            body.page_mandanten_5_0 .profil_visitenkarte_small_breiter h3	{ display: flex; align-items: center; font-size: 14px; height: 26px; margin: 3px 0px 12px 0px; line-height: 13px; }
            body.page_mandanten_5_0 .profil_visitenkarte_small_breiter h5	{ margin-top: 0px; margin-bottom: 5px; font-weight: normal; font-size: 14px; color: #333; }
            body.page_mandanten_5_0 .slideable_content .profil_visitenkarte_small_breiter	{ width: 145px; padding: 7px 0px 7px 6px; margin: 0px 2px 12px 0px; }


			.box_content_ganz			{ position: relative; float: left; display: inline; width: 465px; height: auto; padding: 8px 6px 8px 6px; margin: 0px 8px 12px 0px; color: #fff; background-color: #0093cb; border: 1px solid #dfdcdd; }	
				.box_content_ganz .bild_rahmen { display: inline; float: left; width: 215px; height: 142px; border: 1px solid #999; margin-bottom: 0px; text-align: center; overflow: hidden;  }
				.box_content_ganz h3	{ font-size: 14px; margin: 5px 0px 2px 0px; min-height: 36px; color: inherit; }
				.box_content_ganz h2	{ color: inherit; background-image: url(images/icon_vergleichsrechner@3x.png); background-repeat: no-repeat; background-position: 2px 0px; background-size: 16px 21px; padding-left: 26px; }
				.box_content_ganz h5	{ margin-top: 0px; margin-bottom: 20px; font-weight: normal; color: inherit; }	
				.box_content_ganz div, .box_content_ganz p	{ color: inherit; }
				/*.box_content_ganz ul 	{ list-style-image: url(images/pfeil_weiss.png); }*/
				.box_content_ganz ul 	{  list-style: none; margin-left: 0px;}
					.box_content_ganz ul li { padding-bottom: 2px; margin-left: 0px; padding-left: 17px; background-image: url(images/pfeil_weiss@3x.png); background-size: 9px auto; background-position: 0px 1px; background-repeat: no-repeat; }

			
				
			.box_content_halb			{ position: relative; float: left; display: inline; width: 218px; height: auto; padding: 8px 6px 8px 6px; margin: 0px 8px 12px 0px; background-color: #e2e2e2; border: 1px solid #dfdcdd; }	
				.box_content_halb .bild_rahmen { display: block; clear: both; width: 215px; height: 142px; border: 1px solid #999; margin-bottom: 0px; text-align: center; overflow: hidden;  }
				.box_content_halb h3	{ font-size: 14px; line-height: 15px; margin: 5px 0px 2px 0px; min-height: 36px; }
				.box_content_halb h5	{ margin-top: 0px; margin-bottom: 20px; font-weight: normal; color: #777; }	
			
			.box_content_drittel		{ position: relative; float: left; display: inline; width: 148px; height: auto; padding: 8px 0px 8px 5px; margin: 0px 5px 12px 0px; background-color: #e2e2e2; border: 1px solid #dfdcdd; }	
				.box_content_drittel .bild_rahmen { display: block; clear: both; width: 142px; height: 110px; margin: 0px; text-align: center; overflow: hidden;  }
				.box_content_drittel h3	{ font-size: 14px; margin: 8px 0px 2px 0px; line-height: 15px; }
				.box_content_drittel h4	{ font-size: 13px; margin: 6px 0px 2px 0px; line-height: 11px; color: #666 !important;}
				.box_content_drittel h5	{ margin-top: 0px; margin-bottom: 15px; font-weight: normal; color: #777; }	
			
				
			.element_zeilenweise	{ display: block; clear: both; width: auto; height: auto; margin: 5px 0px 15px 0px; padding: 5px 0px 10px 0px; border-bottom: 1px solid #ababab; }		
				.element_zeilenweise .align_left	{ width: 135px; }
				.element_zeilenweise .align_right	{ width: 320px; padding: 0px 10px 5px 10px; }
				.element_zeilenweise .bild_rahmen_aktuelles { width: 135px; height: auto; border: 1px solid #999; text-align: center; overflow: hidden;  }
				
					.element_zeilenweise .align_right h3	{ margin-bottom: 10px;  }
					.element_zeilenweise .align_right p		{ min-height: 80px; }
					
					.element_zeilenweise_aktuelles .align_right p	{ min-height: 40px; }
				
			.box_rechtespalte_grau	{ display: block; clear: both; width: auto; height: auto; margin: 0px 0px 20px 0px; border: 1px solid #dfdcdd; }
				.box_rechtespalte_grau .box_title	{ display: block; clear: both; width: auto; height: auto; margin: 0px; padding: 12px 4px 10px 10px; color: #333333; font-size: 13px; line-height: 15px; font-weight: bold; }
				.box_rechtespalte_grau .box_content	{ display: block; clear: both; width: auto; height: auto; margin: 0px; padding: 5px 10px 12px 12px; color: #fff; background-color: #666666; }
					.box_rechtespalte_grau a			{ color: #000 !important; }
					
					.kundenstimme_element	{ color: #fff; display: block; clear: both; padding: 8px 0px 12px 0px; border-top: 1px solid #c2c2c2; }
						.kundenstimme_element a	{ color: #000 !important; text-decoration: underline; }
						.kundenstimme_element a:hover	{ color: #000; text-decoration: none; }
				.box_rechtespalte_grau .box_abschluss	{ display: block; clear: both; width: auto; height: 8px; margin: 0px; color: #333333; }
				
				.box_rechtespalte_grau .box_content_hell{ display: block; clear: both; width: auto; height: auto; margin: 0px; padding: 12px 10px 8px 12px; color: #333; background-color: transparent; }
					.box_rechtespalte_grau .box_content_hell h4{ color: #333; font-size: 12px; line-height: 15px; font-family: arial, verdana; margin: 0px 0px 7px 0px; font-weight: bold; }
					.box_rechtespalte_grau .box_content_hell .link_to_all	{ display: block; clear: both; margin-top: 5px; text-transform: uppercase; color: #fff !important; font-weight: bold; text-decoration: none; }
						.box_rechtespalte_grau .box_content_hell .link_to_all:hover	{ color: #ddd !important;  }
					
				.box_ratgeber	{ margin-top: 90px; margin-bottom: 15px; padding: 0px; }
					.box_ratgeber_titel 	{ }
						.box_ratgeber_titel h2	{ display: block; width: 103px !important; height: auto; margin: 0px 0px; text-transform: uppercase; color: #fff; font-size: 17px; line-height: 17px; }
					.box_ratgeber_beschreibung	{  height: 205px; color: #fff !important; padding-top: 0px !important; padding-bottom: 5px !important; line-height: 14px; }
						.box_ratgeber_beschreibung p	{ color: inherit; margin: 0px; }
						.box_ratgeber_beschreibung a	{ color: inherit; font-size: inherit; }
						.box_ratgeber_beschreibung small	{  font-size: 9px; line-height: 10px; }
						.box_ratgeber_beschreibung small a	{ color: inherit; font-size: inherit; font-size: inherit; }
						.box_ratgeber_beschreibung ul 	{ list-style-image: url(images/pfeil_weiss.png); }
					.box_ratgeber_beschreibung input[type=text]	{ width: 170px; margin: 0px 0px 5px 0px; }
				
				.box_cta		{ margin-top: 90px; margin-bottom: 15px; padding: 0px; }
					.box_cta_titel 	{ }
						.box_cta_titel h2	{ display: block; width: auto; height: auto; margin: 0px 0px; text-transform: uppercase; color: #fff; font-size: 17px; line-height: 17px; }
				.box_cta_beschreibung	{  height: 205px; color: #fff !important; padding-top: 0px !important; padding-bottom: 5px !important; line-height: 14px; }
						.box_cta_beschreibung p	{ color: inherit; margin: 0px; }
						.box_cta_beschreibung a	{ color: inherit; font-size: inherit; }
						.box_cta_beschreibung small	{  font-size: 9px; line-height: 10px; }
						.box_cta_beschreibung small a	{ color: inherit; font-size: inherit; font-size: inherit; }
						.box_cta_beschreibung ul 	{ list-style-image: url(images/pfeil_weiss.png); }
					.box_cta_beschreibung input[type=text]	{ width: 170px; margin: 0px 0px 5px 0px; }
				
				#blau_kundenlogin		{ min-height: 180px; background-color: #fdfdfd; overflow: auto; margin-top: -35px; }				
				
					
				#box_videomarketing_telefonnummer { height: 165px; overflow: hidden; margin-bottom: 15px; } 	
				body.mac #box_videomarketing_telefonnummer { height: 156px !important;  } 	
					body.mac #box_videomarketing_telefonnummer .box_content_hell {  } 
				
				
				
				.slideable_title	{ display: block; clear: both; width: auto; height: auto; margin: 0px; padding: 7px 8px; font-size: 13px; font-weight: bold; cursor: pointer; border-bottom: 1px solid #ccc; background-image: url(images/icon_pfeil-ausklapp-n@3x.png); background-position: 456px 11px; background-size: 12px auto; background-repeat: no-repeat; }
					.slideable_title.active	{ background-color: #e9e7e7; background-image: url(images/icon_pfeil-ausklapp-a@3x.png); background-position: 454px 11px; border-bottom: none; border-top: 1px solid #eee; }
				.slideable_content	{ display: block; clear: both; width: auto; height: auto; padding: 10px 8px 16px 8px; line-height: 17px; background-color: #e9e7e7; }
				
				.foot_links_ueberblick .slideable_title	{ border: none; background-position: 0px 12px; padding-left: 16px; }
				.foot_links_ueberblick .slideable_title.active	{ background-color: transparent; background-image: url(images/icon_pfeil-ausklapp-a@3x.png); background-position: 0px 12px; }
					.foot_links_ueberblick .slideable_title h4	{ display: inline;  }
					.foot_links_ueberblick .slideable_content	{ background-color: transparent; padding: 5px 0px 15px 0xpx; }
				
				.bg_hellgrau		{ display: block; clear: both; width: auto; height: auto; padding: 10px 8px 10px 8px; background-color: #e9e7e7; }
				
				
		.box_eindrittel		{ width: 278px; height: 147px; display: inline; float: left; margin-left: 15px; }
		.box_home_eindrittel{ border: 1px solid #666; border-bottom: 6px solid #444; padding: 15px 10px 10px 20px; margin: 0px 0px 26px 15px; }
			.box_home_eindrittel h2		{ margin-bottom: 8px; }
			.box_home_eindrittel div.inhaltstext	{ width: 155px; height: 89px; overflow: hidden; line-height: 14px; }
			.box_home_eindrittel a		{ font-size: 13px; line-height: 13px; float: right; }
	
			.banner_fuer_news	{ position: absolute; width: 173px; height: 80px; margin: -4px 0px 0px 140px; }
			
			.news_shadow		{ position: absolute; width: 310px; height: 36px; margin: 28px 0px 0px -20px; background-image: url(images/00_news_shadow.png); background-repeat: no-repeat; background-position: 0px 0px; }
	
	
		.box_eindrittel #icon_video	{ position: absolute; width: 65px; height: 118px; margin: 35px 0px 0px 103px; opacity: 0.8; filter: alpha(opacity = 80);z-index: 999; }
		#icon_video:hover	{ opacity: 1.0; filter: alpha(opacity = 100); }

		#box_home_eindrittel_login	{ background-image: url(images/box_login.jpg); background-repeat: no-repeat; background-size: 310px 177px; background-position: 0px 0px; }
			#box_home_eindrittel_login div.inhaltstext	{ color: #fff; }

		.box_home_eindrittel.light-typo h2,
		.box_home_eindrittel.light-typo p 	 { color: #fff; }
		
	#content_head	{ display: block; clear: both; width: 960px; height: 125px; overflow: hidden; background-color: #999; border-bottom: 5px solid #333; }
	
	#foot_00			{ display: block; clear: both; width: 960px; height: auto; margin: 5px 0px 0px 0px; padding: 6px 0px 0px 0px; }
	#foot				{ display: block; clear: both; width: 920px; height: auto; margin: 5px 0px 0px 0px; padding: 6px 0px 0px 0px; }
		
	#foot_bewertungen   { display: block; clear: both; width: 960px; height: auto; margin: 20px 0px 20px 0px; padding: 0px 0px 0px 0px; }
	
		#content_foot	{ display: block; clear: both; height: 40px; margin: 20px 0px 2px 0px; padding-top: 6px; border-top: 1px solid #565655;  }
	
		#foot a, #foot_00 a				{ color: #333; text-decoration: none; }
		#foot a:hover, #foot_00 a:hover	{ color: #111; text-decoration: underline; }
		#foot a.active, #foot_00 a.active	{ color: #000; text-decoration: underline; }
			
		#foot_navi			{ display: inline; float: right; width: 757px; height: 40px; text-align: right; color: #615e5e; }
			#foot_navi a			{ color: #615e5e; text-decoration: none; }
			#foot_navi a:hover		{ color: #615e5e; text-decoration: underline; }
			#foot_navi a.active		{ color: #222; text-decoration: underline; }
		
		.foot_links_ueberblick		{ display: block; clear: both; margin: 0px 0px 5px 0px; padding: 8px 20px 8px 20px; background-image: url(images/content_bg.png); background-repeat: repeat; -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; }
		.foot_links_ueberblick.foot_links_ueberblick_index	{ margin: 0px 0px 20px 0px; padding: 8px 20px 8px 20px; background-image: none; background-color: rgba(255,255,255,0.6); -moz-border-radius: 6px; border-radius: 6px; -webkit-border-radius: 6px; }
			.foot_links_ueberblick table{ margin: 0px; padding: 0px; }
				.foot_links_ueberblick table td { vertical-align: top; margin: 0px; width: 190px; padding: 0px 6px 0px 0px; }
			
			.foot_links_ueberblick ul	{ list-style-type: none; margin: 0px; padding: 0px; }
				.foot_links_ueberblick ul li	{ margin: 0px 0px 2px 0px; padding: 0px; }
				
			#content .foot_links_ueberblick		{ width: 880px !important; background-image: url(); background-color: #f5f5f5; }
			#content .foot_links_ueberblick table td { width: 180px; }	
			
			#content .foot_links_ueberblick table td h5 { margin-bottom: 3px !important; }	
			
			.foot_links_ueberblick table td ul li { margin-top: 4px !important; margin-bottom: 3px !important; line-height: 12px !important;}	
				.foot_links_ueberblick table td ul li a { line-height: 13px !important; font-size: 11px !important; }	
				
		/* Proven-Expert-Layer-Einbindung Google-Bewertungs-Sterne zu erhalten */
		a#pe_rating	 	{ width: 100%; margin-bottom: 0px; margin-top: 8px; text-align: center; text-decoration: none !important; }	
		a#pe_rating:hover	 	{ text-decoration: underline; }	
			a#pe_rating span	 	{ font-size: 12px !important; color: #615e5e; text-decoration: none !important; }	
			a#pe_rating:hover span	 { text-decoration: underline !important; }	
				a#pe_rating span#pe_stars	 { margin-bottom: 5px !important; padding-bottom: 5px !important;  }	
				a#pe_rating span#pe_s	 { margin-top: 5px !important; padding-top: 5px !important; font-size: 11px !important; text-decoration: none !important; }
	
		
		#social_media_bar	{ display: inline; float: left; width: 158px; height: 40px; }
			.social_vcard	{ width: 20px; height: 20px; float: left; margin-right: 7px; background-image: url(images/icon_vcard@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_vcard:hover	{ background-position: 0px -22px; }
			.social_facebook	{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_facebook@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_facebook:hover	{ background-position: 0px -22px; }
			.social_xing	{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_xing@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_xing:hover	{ background-position: 0px -22px; }
			.social_linkedin	{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_linkedin@x3.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_linkedin:hover	{ background-position: 0px -22px; }
			.social_twitter		{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_twitter.png); background-repeat: no-repeat; background-position: 0px 0px; }
				.social_twitter:hover	{ background-position: 0px -22px; }
			.social_fb_empfehlen{ width: 116px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_fb_empfehlen.png); background-repeat: no-repeat; background-position: 0px 0px; }
				.social_fb_empfehlen:hover	{ background-position: 0px -22px; }
			.social_google		{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_googleplus@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_google:hover	{ background-position: 0px -22px; }
			.social_youtube		{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_youtube@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_youtube:hover	{ background-position: 0px -22px; }
			.social_appstore	{ width: 20px; height: 20px; float: left; margin-right: 6px; background-image: url(images/social_appstore@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_appstore:hover	{ background-position: 0px -22px; }
			.social_playstore	{ width: 20px; height: 20px; float: left; margin-right: 0px; background-image: url(images/social_playstore@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
				.social_playstore:hover	{ background-position: 0px -22px; }

			.social_big_facebook	{ width: 45px; height: 45px; float: left; margin-right: 9px; background-image: url(images/social_big_facebook.png); background-repeat: no-repeat; background-position: 0px 0px; }
				.social_big_facebook:hover	{ background-position: 0px -45px; }
			.social_big_xing	{ width: 45px; height: 45px; float: left; margin-right: 9px; background-image: url(images/social_big_xing.png); background-repeat: no-repeat; background-position: 0px 0px; }
				.social_big_xing:hover	{ background-position: 0px -45px; }
			.social_big_google		{ width: 45px; height: 45px; float: left; margin-right: 9px; background-image: url(images/social_big_googleplus.png); background-repeat: no-repeat; background-position: 0px 0px; }
				.social_big_google:hover	{ background-position: 0px -45px; }
			.social_big_youtube		{ width: 45px; height: 45px; float: left; margin-right: 9px; background-image: url(images/social_big_youtube.png); background-repeat: no-repeat; background-position: 0px 0px; }
				.social_big_youtube:hover	{ background-position: 0px -45px; }
		
		
		.icon_kfw	{ width: 20px; height: 20px; float: left; margin-right: 8px; text-decoration: none; background-image: url(images/icon_kfw@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
			.icon_kfw:hover	{ background-position: 0px -22px; text-decoration: none; color: #333; }
		.icon_bg	{ width: 20px; height: 20px; float: left; margin-right: 8px; text-decoration: none; background-image: url(images/icon_bg@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
			.icon_bg:hover	{ background-position: 0px -22px; text-decoration: none; color: #333; }
		.icon_jungmakler	{ width: 20px; height: 20px; float: left; margin-right: 8px; text-decoration: none; background-image: url(images/icon_jungmakler@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
			.icon_jungmakler:hover	{ background-position: 0px -22px; text-decoration: none; color: #333; }
		.icon_gutberaten	{ width: 20px; height: 20px; float: left; margin-right: 8px; text-decoration: none; background-image: url(images/icon_gutberaten@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
			.icon_gutberaten:hover	{ background-position: 0px -22px; text-decoration: none; color: #333; }
		.icon_homepage	{ width: 20px; height: 20px; float: left; margin-right: 8px; text-decoration: none; background-image: url(images/icon_website@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
			.icon_homepage:hover	{ background-position: 0px -22px; text-decoration: none; color: #333; }
		.icon_pdf		{ width: 20px; height: 20px; float: left; margin-right: 8px; text-decoration: none; background-image: url(images/icon_pdf@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 20px auto; }
			.icon_pdf:hover		{ background-position: 0px -22px; text-decoration: none; color: #333; }
			
		
		.siegel_goldwert_hover { float: left; width: 76px; height: 76px; background-image: url(images/siegel_goldwert_hover@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 76px auto; }
			.siegel_goldwert_hover:hover	{ background-position: 0px -76px; }
		.siegel_provenexpert_hover { float: left; width: 99px; height: 75px; background-image: url(images/siegel_provenexpert_hover@3x.png); background-repeat: no-repeat; background-position: 0px 0px; background-size: 99px auto; }
			.siegel_provenexpert_hover:hover	{ background-position: 0px -75px; }
		
				
	
	#show_hover_rechts	{ position: fixed; right: -100px; width: 65px; height: 390px; margin-top: 0px; top: 126px; border: 1px solid #777; border-right: none; z-index: 999; 
					  background: #999999; /* Old browsers */
					  background: -moz-linear-gradient(left,  #999999 0%, #666666 100%); /* FF3.6+ */
					  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
					  background: -webkit-linear-gradient(left,  #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
					  background: -o-linear-gradient(left,  #999999 0%,#666666 100%); /* Opera 11.10+ */
					  background: -ms-linear-gradient(left,  #999999 0%,#666666 100%); /* IE10+ */
					  background: linear-gradient(to right,  #999999 0%,#666666 100%); /* W3C */
					  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=1 ); /* IE6-9 */
					  }		
		.show_hover_layer	{ display: block; clear: both; width: 65px; height: 65px; margin: 0px; box-sizing: border-box; padding: 9px 1px 5px 1px; cursor: auto; border-top: 1px solid #fff; cursor: pointer; font-size: 11px; color: #fff; box-sizing: border-box; text-align: center; }
		.show_hover_layer:first-child	{ border: none; }
			.show_hover_layer:hover	{ color: #fff; -moz-border-radius: 0px; border-radius: 0px; -webkit-border-radius: 0px;
									  background: #545454; /* Old browsers */
									  background: -moz-linear-gradient(top,  #545454 0%, #282828 10%, #010101 100%); /* FF3.6+ */
									  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(10%,#282828), color-stop(100%,#010101)); /* Chrome,Safari4+ */
									  background: -webkit-linear-gradient(top,  #545454 0%,#282828 10%,#010101 100%); /* Chrome10+,Safari5.1+ */
									  background: -o-linear-gradient(top,  #545454 0%,#282828 10%,#010101 100%); /* Opera 11.10+ */
									  background: -ms-linear-gradient(top,  #545454 0%,#282828 10%,#010101 100%); /* IE10+ */
									  background: linear-gradient(to bottom,  #545454 0%,#282828 10%,#010101 100%); /* W3C */
									  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#010101',GradientType=0 ); /* IE6-9 */
									 }	
 			.show_hover_layer img	{ display: block; margin: 0px auto 3px auto; padding: 0px; }
			.show_hover_layer small	{ font-size: 10px; }
			.show_hover_layer i.fa	{ font-size: 32px; display: block; margin: 0px auto 2px auto; }
		
		#show_hover_layer_kontakt	{ }
		
		div.hover_layer	{ position: absolute; display: none; width: 310px; height: 390px; top: -1px; right: 65px; padding: 0px; cursor: auto; border: 1px solid #686868; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;}
			div.hover_layer_body	{ display: block; clear: both; width: 100%; height: 280px; box-sizing: border-box; text-align: left; padding: 13px 15px; line-height: 14px; background-color: #fff; color: #333; }
				div.hover_layer_body h4	{ font-size: 20px; margin: 10px 0px 10px 0px; }
				div.hover_layer_body .gross{ font-size: 16px; font-weight: bold; line-height: 18px; }
				
			div.hover_layer_foot	{ display: block; clear: both; width: 100%; height: 110px; box-sizing: border-box; padding: 10px 15px; text-align: left; background-color: #c6c4c4; color: #333333; }
				div.hover_layer_foot .inhalt		{ display: block; clear: both; width: auto; height: 58px; text-align: left; }
				div.hover_layer_foot .align_left	{ display: inline; float: left; width: 130px; text-align: right; margin-right: 20px; }
				div.hover_layer_foot .align_right	{ display: inline; float: left; width: 130px; text-align: left; }
				div.hover_layer_foot .gross{ font-size: 16px; font-weight: bold; line-height: 18px; }
				
		#hover_layer_kontakt div.hover_layer_body	{ background-image: url(images/teaser_rechts_kontakt_bg.jpg); background-repeat: no-repeat; background-size: cover; }
		#hover_layer_audio div.hover_layer_body	{ background-image: url(images/teaser_rechts_audio_bg.jpg); background-repeat: no-repeat; background-size: cover; }
		#hover_layer_chat div.hover_layer_body		{ background-image: url(images/teaser_rechts_chat_bg.jpg); background-repeat: no-repeat; background-size: cover; }
		#hover_layer_termin div.hover_layer_body	{ background-image: url(images/teaser_rechts_termin_bg.jpg); background-repeat: no-repeat; background-size: cover; }
		#hover_layer_rechner div.hover_layer_body	{ background-image: url(images/teaser_rechts_rechner_bg.jpg); background-repeat: no-repeat; background-size: cover; }
		
		div.hover_layer_body h3	{ }
		
		ul.ul_vergleichsrechner_kategorien		{ display: block; clear: both; text-align: left; margin: 0px 0px 0px 14px; list-style: none; }
			ul.ul_vergleichsrechner_kategorien li	{ display: block; clear: both; text-align: left; width: 280px; height: 35px; margin: 0px; padding: 0px; border-top: 1px solid #000000; }
			ul.ul_vergleichsrechner_kategorien li:first-child{ border-top: none; }
				ul.ul_vergleichsrechner_kategorien li a		{ display: block; clear: both; width: 280px; height: 35px; margin: 0px; padding: 12px 5px 6px 38px; box-sizing: border-box; font-size: 15px; line-height: 16px; text-decoration: none; font-weight: normal; background-color: #f2f1f1; background-image: url(); }
				ul.ul_vergleichsrechner_kategorien li a:hover	{ background-color: #e7e7e7; color: #000; }
				ul.ul_vergleichsrechner_kategorien li a.active	{ background-color: #dddddd; color: #000; background-image: url(images/icon_pfeil_vergleichsrechner.png); background-position: 263px 14px; background-repeat: no-repeat; }
					ul.ul_vergleichsrechner_kategorien li a img	{ position: absolute; margin-top: -9px; margin-left: -36px; }
		
		ul.ul_vergleichsrechner_rechner		{ display: block; clear: both; text-align: left; margin: 12px 0px 0px 8px; list-style: none; }
			ul.ul_vergleichsrechner_rechner li	{ display: block; clear: both; text-align: left; list-style: none; width: 197px; height: auto; margin: 0px; padding: 0px; }
				ul.ul_vergleichsrechner_rechner li a		{ display: block; clear: both; width: 198px; height: auto; padding: 6px 0px 6px 5px; box-sizing: border-box; font-size: 13px; text-decoration: none; }
				ul.ul_vergleichsrechner_rechner li a:hover	{ background-color: #dddddd; font-weight: bold; color: #000; }
			
		
		#show_hover_layer_chat.to_hide_if_alert	{ display: block; clear: both; padding: 0px 0px; height: 25px; }
		#show_hover_layer_chat .alert			{ display: block; clear: both; padding: 0px 0px; }
		#show_hover_layer_chat .alert-danger	{ color: #cc5449; font-size: 12px; }
		#show_hover_layer_chat .alert-success	{ color: #009F08; font-size: 12px; }
		
	
a:link,	a:active, a:visited	{ text-decoration: underline; color: #333; }
a:hover						{ text-decoration: none; color: #777; }


.h_tags_without_topmargin h1, 
.h_tags_without_topmargin h2, 
.h_tags_without_topmargin h3 	{ margin-top: 0px !important; margin-bottom: 5px !important; }

.h_tags_without_topmargin h2 	{ font-size: 16px; }



/* ----------- Impressum ------------------*/
#daterkl, #formhinweis, #formkenntnis, .erstimp {
    background-color: #EFEBEF;
    color: #555555;
    font-size: 11px;
    padding: 12px;
}
#daterkl em {
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    margin: 0 -7px;
}
.zsf0 {
    font-family: arial;
    font-size: 12px;
}
.zsf01 {
    color: #000000;
    padding: 11px;
}
.klein11 {
    font-family: arial;
    font-size: 11px;
}
.klein10, .fussnote {
    font-family: arial;
    font-size: 10px;
}
.fussnote {
    text-align: right;
}
.umfragenote {
    background-color: #EFEBEF;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    padding: 4px 6px 8px 5px;
}
#daterkl .umfragenote {
    background-color: #DED9DE;
    font-weight: bold;
    padding: 6px 13px 8px 12px;
}
#umfragetable {
    margin-right: -9px;
}
#ticker {
    background-color: #EFEBEF;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    color: #424142;
    font-size: 11px;
    height: 108px;
    line-height: 11px;
    padding: 22px 27px 2px 24px;
    width: 203px;
}
#ticker a {
    border-width: 0;
    color: #424142;
    text-align: left;
}
#ticker a:hover {
    color: #AAAAB2;
    font-weight: normal;
}
.wegframe {
    height: 660px;
    margin: 2px 0 0 1px;
    overflow: hidden;
    width: 620px;
}

.para_c, .para_d, .para_f, .para_h, .para_i {
	background-image: url(http://www.maklerplattform.de/_linkmanager/10-erst/para01.png);
	background-repeat: no-repeat;
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 7px;
	right: 9px;
	}
.para_i { background-position: 0px -160px; }
.para_h { background-position: 0px -120px; }
.para_c { background-position: 0px -80px; }
.para_d { background-position: 0px -40px; }
.para_f { background-position: 0px 0px; }
.erstimp {
	position: relative;
	margin: 12px 0px;
	}


/* ----------- Fancybox-Styling ----------- */
body.fancy_iframe_bg_pattern	{ background-image: url(../pflege/images/pattern_wall-dark.jpg) !important; background-repeat: repeat; background-color: #454545 !important;}

.fancy_iframe_wrapper		{ margin: 1px auto; align: center; width: 640px; height: auto; }

	.fancy_iframe_logo	 		{ display: block; clear: both; padding: 0px 25px 0px 25px; text-align: center; height: auto; }
	.fancy_iframe_content 		{ display: block; clear: both; margin-top: -5px; padding: 15px 20px 2px 25px; height: auto; background-color: #fff; }
	

/* ------------- Formularfelder ----------- */
input[type=text], input[type=password], textarea	{ border: 1px solid #bbb; padding: 3px 4px; font-size: 12px; font-family: Verdana, Arial; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px; }
select						{ border: 1px solid #bbb; padding: 3px 4px; font-size: 12px; font-family: Verdana, Arial; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px; }


textarea					{ resize: none; }
input[type=text].error		{ background-color: #FDEAEA; border: 1px solid #C00; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px; }
input[type=password].error	{ background-color: #FDEAEA; border: 1px solid #C00; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px; }
select.error				{ background-color: #FDEAEA; border: 1px solid #C00 !important; -moz-border-radius: 2px; border-radius: 2px; -webkit-border-radius: 2px; }

/* ------------- Tabellen ----------------- */
table						{ border: none; padding: 0px; margin: 10px 0px 15px 0px; }
	th							{ padding: 4px 8px 5px 0px; margin: 0px; vertical-align: top; text-align: left; }
	td							{ padding: 4px 8px 5px 0px; margin: 0px; vertical-align: top; text-align: left; }
	
table.table_width_100		{ width: 100%; }
table.trenner_grau th, table.trenner_grau td{ border-bottom: 1px solid #ccc; }
table.padding_gross th, table.padding_gross td{ padding: 8px 10px 15px 0px; }
table.th_width_120 th		{ width: 120px; }

/* ------------- Listen -------------------*/
ul						{ margin: 0px 0px 5px 5px; padding: 0px; list-style-type: square; }
	li						{ padding: 0px; }

.ul_pfeile_weiss			{ list-style-image: url(images/pfeil_weiss.png); }

ul.in_info_box			{ margin: 2px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: square; /*list-style-image: url(images/ul-minus_schwarz_12px.png);*/ list-style: none; }
	ul.in_info_box li		{ padding: 0px 0px 0px 10px; margin-top: 0px; margin-bottom: 0px; background-size: 8px auto; background-position: 0px 1px; }

/* ------------ Buttons --------------------*/
a.bn_grau, input.bn_grau, button.bn_grau{ display: inline-block; width: auto; height: auto; padding: 4px 8px 4px 8px; box-sizing: border-box; color: #fff !important; cursor: pointer; line-height: 14px; text-decoration: none; border: 1px solid #666666; background-color: #555555; }

a.bn_schwarz, input.bn_schwarz{ width: auto; height: auto; padding: 3px 8px; color: #fff; cursor: pointer; text-decoration: none; border: 1px solid #666666; background-color: #2a2a2a; }


/* ------------- Verläufe ---------- */
.verlauf_grau	{
background: #b4b4b4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4b4b4 0%, #313131 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(100%,#313131)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4b4b4 0%,#313131 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4b4b4 0%,#313131 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4b4b4 0%,#313131 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4b4b4 0%,#313131 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#313131',GradientType=0 ); /* IE6-9 */	
}
.verlauf_grau:hover	{
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #515151 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#515151)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#515151 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#515151 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#515151 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#515151 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#515151',GradientType=0 ); /* IE6-9 */
}

.verlauf_hellgrau	{
background: #dcdcdc; /* Old browsers */
background: -moz-linear-gradient(top,  #dcdcdc 16%, #9e9e9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,#dcdcdc), color-stop(100%,#9e9e9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dcdcdc 16%,#9e9e9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dcdcdc 16%,#9e9e9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dcdcdc 16%,#9e9e9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dcdcdc 16%,#9e9e9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
}

.verlauf_hellgrau_weiss	{
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top, #f9f9f9 0%, #dad9da 48%, #dad9da 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(48%,#dad9da), color-stop(100%,#dad9da)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f9f9 0%,#dad9da 48%,#dad9da 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f9f9 0%,#dad9da 48%,#dad9da 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f9f9f9 0%,#dad9da 48%,#dad9da 100%); /* IE10+ */
background: linear-gradient(to bottom, #f9f9f9 0%,#dad9da 48%,#dad9da 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dad9da',GradientType=0 ); /* IE6-9 */	
}

.verlauf_dunkelgrau_schwarz	{
background: #b4b4b4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4b4b4 0%, #a0a0a0 5%, #161614 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(5%,#a0a0a0), color-stop(100%,#161614)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b4b4b4 0%,#a0a0a0 5%,#161614 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b4b4b4 0%,#a0a0a0 5%,#161614 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b4b4b4 0%,#a0a0a0 5%,#161614 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b4b4b4 0%,#a0a0a0 5%,#161614 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#161614',GradientType=0 ); /* IE6-9 */
}

.verlauf_dunkelgrau_schwarz_hover, #navigation_primaer ul li a:hover	{
background: #999999; /* Old browsers */
background: -moz-linear-gradient(top,  #999999 0%, #7f7f7f 5%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(5%,#7f7f7f), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #999999 0%,#7f7f7f 5%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #999999 0%,#7f7f7f 5%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #999999 0%,#7f7f7f 5%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #999999 0%,#7f7f7f 5%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.verlauf_schwarz	{
background: #525252; /* Old browsers */
background: -moz-linear-gradient(top,  #525252 0%, #272727 25%, #020202 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(25%,#272727), color-stop(100%,#020202)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #525252 0%,#272727 25%,#020202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #525252 0%,#272727 25%,#020202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #525252 0%,#272727 25%,#020202 100%); /* IE10+ */
background: linear-gradient(to bottom,  #525252 0%,#272727 25%,#020202 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#020202',GradientType=0 ); /* IE6-9 */	
}
.verlauf_schwarz:hover	{
background: #636363; /* Old browsers */
background: -moz-linear-gradient(top,  #636363 0%, #3d3d3d 25%, #191919 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#636363), color-stop(25%,#3d3d3d), color-stop(100%,#191919)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #636363 0%,#3d3d3d 25%,#191919 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #636363 0%,#3d3d3d 25%,#191919 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #636363 0%,#3d3d3d 25%,#191919 100%); /* IE10+ */
background: linear-gradient(to bottom,  #636363 0%,#3d3d3d 25%,#191919 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}

.verlauf_hellblau	{
background: #3fa9e7; /* Old browsers */
background: -moz-linear-gradient(top,  #3fa9e7 0%, #3081b0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3fa9e7), color-stop(100%,#3081b0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3fa9e7 0%,#3081b0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3fa9e7 0%,#3081b0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3fa9e7 0%,#3081b0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3fa9e7 0%,#3081b0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa9e7', endColorstr='#3081b0',GradientType=0 ); /* IE6-9 */
}

.verlauf_orange	{
background: #e99300; /* Old browsers */
background: -moz-linear-gradient(top,  #e99300 0%, #b37000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e99300), color-stop(100%,#b37000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e99300 0%,#b37000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e99300 0%,#b37000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e99300 0%,#b37000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e99300 0%,#b37000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e99300', endColorstr='#b37000',GradientType=0 ); /* IE6-9 */	
}

.verlauf_gruen	{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55a548+0,247a19+100 */
background: #55a548; /* Old browsers */
background: -moz-linear-gradient(top,  #55a548 0%, #247a19 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #55a548 0%,#247a19 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #55a548 0%,#247a19 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55a548', endColorstr='#247a19',GradientType=0 ); /* IE6-9 */
}

.verlauf_cyan {
background: #23cdf5; /* Old browsers */
background: -moz-linear-gradient(top,  #23cdf5 0%, #1ba7d5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23cdf5), color-stop(100%,#1ba7d5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #23cdf5 0%,#1ba7d5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #23cdf5 0%,#1ba7d5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #23cdf5 0%,#1ba7d5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #23cdf5 0%,#1ba7d5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23cdf5', endColorstr='#1ba7d5',GradientType=0 ); /* IE6-9 */
}

.verlauf_simplr {
background: rgb(61,169,224);
background: -moz-linear-gradient(top,  rgba(61,169,224,1) 0%, rgba(29,72,138,1) 100%);
background: -webkit-linear-gradient(top,  rgba(61,169,224,1) 0%,rgba(29,72,138,1) 100%);
background: linear-gradient(to bottom,  rgba(61,169,224,1) 0%,rgba(29,72,138,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da9e0', endColorstr='#1d488a',GradientType=0 );

}

