@charset "utf-8";

@import url("css3_transitions.css");
@import url("css3_zindex.css");
@import url("../fonts/fontawesome/css/font-awesome.css");

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic); /* 'Open Sans' */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700); /* 'Open Sans Condensed' */

html, body {
	/*
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 33%, #e1e1e1 56%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(33%,#f1f1f1), color-stop(56%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 56%,#f6f6f6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 56%,#f6f6f6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 56%,#f6f6f6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 56%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	background-size: cover;
	*/
	background: transparent url(../images/bg_body.jpg) no-repeat center top fixed;
	-webkit-background-size: 2560px 1440px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal 12px/18px Arial,Helvetica;
	color: #fcfcfc;
	height: 100%;
	min-height: 100%;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-locale: 'de';
	-webkit-text-size-adjust: none;
	

}



/* DEMO PREVIEW */
.layout_demo_hinweis {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 10px;
	border: 1px solid #393939;
	position: absolute;
}
.layout_demo_hinweis_inhalte {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	padding: 5px 5px 5px 5px;
}



/* LOGO */
.layout_logo {
	background: transparent url(../images/bg_lefima_logo.png) no-repeat left top;
	width: 220px;
	height: 80px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 10px;
	left: 320px;
} 
.layout_logo a, 
.layout_logo a:link,
.layout_logo a:visited {
	width: 220px;
	height: 80px;
	display: block;
}



/* LAYOUT */
.layout_body {
	background: transparent url() no-repeat center top;
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.layout_body_blank {
	background: transparent url() no-repeat center top;
	/* im body tag */
	width: 100% !important;
	height: 100% !important;
	display: block;
}
.layout_rahmen {
	width: 960px;
	height: 100%;
	margin: 0 auto;	
}
.layout_rahmen_inhalte {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* SPALTEN */
.layout_elemente_rahmen {
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;
}
.layout_elemente_rahmen_inhalte {
	width: 1280px;
	margin: 0 auto;
}



/* CUSOMIZER EBENEN */
.layout_elemente {
	/* background: transparent url(../images/IMG_0376_matallic_WEBversion_1000px_grau.png) no-repeat left top; */
	width: 1000px;
	height: 600px;

	display: block;
	position: absolute;
	margin: 0px 0px 0px 100px;
	/*border: 1px dashed #e2e2e2;*/
}

.customizer_ebene {
	width: 1000px;
	height: 600px;

	display: block;
	position: absolute;
}




/* DROP DOWN */
.ebenenauswahl_dropdown {
	background: #656565;
	color: #fcfcfc;
	width: 290px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #333333;
}
.ebenenauswahl_dropdown option {
	background: #464646;
	color: #fcfcfc;
}
.ebenenauswahl_dropdown option:hover {
	background: #fcfcfc;
	color: #464646;
}

/* RADIOS */
.input_radio_div {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #333333;
}
.input_radio_div:last-child {
	border-bottom: none;
}
.input_radio {
	position: relative;
	top: 2px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.input_radio_div_aktiv {
	background: #606060;
}
.input_radio_div label {
	cursor: pointer;
}


/* COLOR ICONS */
.icon_color {
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 15px;
	cursor: pointer;
	border-bottom: 1px solid #333333;
}
.icon_color:last-child {
	border-bottom: none;
}

.icon_color_hex {
	width: 35px;
}
.icon_color_hex_aussen {
	width: 24px;
	height: 24px;
	display: block;
	-webkit-border-radius: 12px;	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 0px 0px 0px 0px;
}
.icon_color_hex_innen {
	width: 16px;
	height: 16px;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 4px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}
.icon_color_name {
	line-height: 24px;
}
.icon_color_colorcode {
	font-size: 11px;
	line-height: 24px;
	color: #656565;
}


/* MUSTER ICONS */
/* HOLZ */
.icon_muster_holz {
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 15px;
	cursor: pointer;
	border-bottom: 1px solid #333333;
}
.icon_muster_holz:last-child {
	border-bottom: none;
}
.icon_muster_holz_musterpreview {
	width: 35px;
}
.icon_muster_holz_musterpreview_icon {
	width: 24px;
	height: 24px;
	display: block;	
}
.icon_muster_holz_name {
	line-height: 24px;
}
/* SPEZIAL */
.icon_muster_spezial {
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 15px;
	cursor: pointer;
	border-bottom: 1px solid #333333;
}
.icon_muster_spezial:last-child {
	border-bottom: none;
}
.icon_muster_spezial_musterpreview {
	width: 35px;
}
.icon_muster_spezial_musterpreview_icon {
	width: 24px;
	height: 24px;
	display: block;	
}
.icon_muster_spezial_name {
	width: 220px;
	line-height: 24px;
}
/* PICKER */
.icon_colorpicker {
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 15px;
	cursor: pointer;
}
.icon_color_colorpicker_aussen {
	width: 35px;
}
.icon_color_colorpicker {
	background: url(../images/icons/icon_colorpicker_select.png) no-repeat center;
	width: 24px;
	height: 24px;
	display: block;
	position: relative;
}
.icon_color_colorpicker div {
	background: url(../images/icons/icon_colorpicker_select.png) no-repeat center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 4px;
	cursor: pointer;
	/*border: 4px solid rgba(255,255,255,0);*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.icon_color_colorpicker_name {
	width: 220px;
	line-height: 24px;
}


/* TAB INTERFACE */
/*
.tab_interface_links {
	width: 260px;
	position: fixed;
	z-index: 8888;
}
.tab_interface_rechts {
	width: 310px;
	position: relative;
	z-index: 8888;
}
*/
.tab_interface_links {
	width: 280px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 8888;
}
.tab_interface_rechts {
	width: 310px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 8888;
	padding: 0px 0px 50px 0px;
}
.tab_interface_ebenen_rechts {
	width: 200px;
}
.tabs_fuer_interface_ebenen_rechts {
	margin: 10px 0px 10px 0px;
}

.tab_interface_unten {
	width: 1000px;
}
.element_interface_ {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


ul.tabs_module_navi {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}
ul.tabs_module_navi li {
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
}
ul.tabs_module li:hover {
}
ul.tabs_module_navi a.selected, ul.tabs_module_navi a.selected:link {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	font-weight: normal;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-top: 1px solid #393939;
}
a.tab_modul_navi, a.tab_modul_navi:link, a.tab_modul_navi:visited {
	background: #393939;
	display: block;
	cursor: pointer;
	padding: 5px 12px 5px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #fcfcfc;
	text-transform: uppercase;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-top: 1px solid #393939;
}

.tabs_module_div {
	padding: 0px 0px 0px 0px;
	margin: -1px 0px 0px 0px;
	z-index: 1;
}
.modul_tabs {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #393939;	
}
.modul_tabs_inhalte_links,
.modul_tabs_inhalte_rechts {
	min-height: 285px;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
.modul_tabs_inhalte_rechts {
	min-height: 150px;
}.modul_tabs_platzhalter {
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 15px;
}



/* LABEL */
.label_neu {
	background: #D32A23;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 4px 2px 4px;
	margin: 4px 10px 0px 0px;
	z-index: 9999;
	display: inline-block;
}
.label_preview {
	background: #1e90ff;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 4px 2px 5px;
	margin: 4px 10px 0px 0px;
	z-index: 9999;
	display: inline-block;
}
.label_preview_inhalte {
	margin: 2px 0px 0px 0px;
}
.label_exklusiv {
	background: #313131;
	font: normal 10px/10px Arial,Helvetica;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 4px 3px 5px;
	margin: 4px 10px 0px 0px;
	z-index: 9999;
	display: inline-block;
}
.label_exklusiv_inhalte {
	margin: 2px 0px 0px 0px;
}



/* TABLOOK */
.customizer_tablook_div {
	background: #464646;
	background: rgba(70, 70, 70, 1);

	padding: 5px 12px 5px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #fcfcfc;
	text-transform: uppercase;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-top: 1px solid #393939;

}

.customizer_tablook_div_inhalte {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	width: 150px;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;	
	padding: 10px 0px 10px 0px;
	margin: -1px 0px 0px 0px;
	z-index: 1;

}



/* WUNSCHFARBE */
.layout_wunschfarbe {
	position: absolute;
	left: 310px;
	top: 10px;
	z-index: 9999;
}
.wunschfarbe_interface_button {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px !important;
}


/* CUSTOMIZER HARDWARE */
.customizer_felleundhardware {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}



/* INTERFACE BUTTONS */
.interface_buttons {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
.interface_button {
	background: #464646;
	display: block;
	cursor: pointer;
	padding: 5px 12px 5px 12px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	color: #fcfcfc;
	text-transform: uppercase;
	border: 1px solid #393939;
}
.fontawesome_icon {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
}
.fontawesome_icon_info {
	padding: 0px 0px 0px 0px;
	margin: 0px 16px 0px 0px;
}
#hidden_button_logfile {
	cursor: pointer;
}



/* PRDUKTAUSWAHL */
.layout_produktauswahl {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #393939;
}
.layout_produktauswahl_inhalte {
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}
.produktauswahl_dropdown {
	background: #656565;
	color: #fcfcfc;
	width: 280px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #333333;
}
.produktauswahl_dropdown option {
	background: #464646;
	color: #fcfcfc;
}
.produktauswahl_dropdown option:hover {
	background: #fcfcfc;
	color: #464646;
}



/* PRODUKTBESCHREIBUNG */
.produkt_informationen_box {
	background: #010101;
	background: rgba(1, 1, 1, 0.50);
	width: 420px;
	height: 200px;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -200px;
	bottom: -2000px;
	z-index: 99999;
	padding: 25px;
}
.produkt_informationen_details {
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

.produkt_informationen_hinweise_ausblendbar_mit_button {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	width: 420px;
	height: 180px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #393939;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -210px;
	bottom: -2000px;
	z-index: 9999;
}
.produkt_informationen_hinweise {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #393939;
}
.produkt_informationen_hinweise_inhalte {
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}
.produkt_informationen_hinweise_inhalte ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.produkt_informationen_hinweise_inhalte ul li {	background: url(../images/icons/icon_arrow_weiss_rechts.png) no-repeat left 8px;
	padding: 2px 0px 2px 15px;
}



/* FEEDBACK FORM */
.customizer_form_feedback {
	background: #010101;
	background: rgba(1, 1, 1, 0.50);
	width: 420px;
	height: 200px;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -200px;
	bottom: -2000px;
	z-index: 99999;
	padding: 25px;
}



/* CUSTOMIZER FORM */
.customizer_form {
	background: #464646;
	background: rgba(70, 70, 70, 1);
	width: 420px;
	height: 750px;
	border: 1px solid #393939;
	position: fixed;
	left: 50%;
	margin: 0px 0px 0px -210px;
	bottom: -2000px;
	z-index: 9999;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	*/
}
.customizer_form_inhalte {
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
}
.customizer_form_element {
	padding: 0px 0px 5px 0px;
}
.customizer_form_label {
	width: 170px;
}
.customizer_form_input_text {
	background: #656565;
	color: #fcfcfc;
	width: 150px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
}
.customizer_form_icon_color_rgb {
	background: #e2e2e2;
	width: 25px;
	height: 19px;
	display: block;
	border: 1px solid #333333;
	margin: 0px 0px 0px 10px;
}
.customizer_hidden_form_aktive_ebenengruppe_input_text,
.customizer_hidden_form_aktiver_mustereffekttab_input_text {
	background: #656565;
	color: #fcfcfc;
	width: 278px;
	margin: 10px 0px 10px 10px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #333333;
}



/* LADER */
.customizer_lader {
	background: transparent url(../images/icons/ajaxlader_win8.gif) no-repeat left top;
	width: 24px;
	height: 24px;
	display: block;
}


/* LIGHTBOX OVERLAY */
.div-overlay {
	background: #010101;
	background: rgba(1, 1, 1, 0.60);
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 99999;
	display: none; 
}



/* BUTTONS UND INPUTS */
textarea, input {
	font: normal 12px/18px Arial,Helvetica;
}
.button {
	background: #2D2D2D;
	border: 1px solid #282828;
	color: #f9f9f9;
	cursor: pointer;
	font: 12px/12px Arial,Helvetica;
	padding: 4px 15px 4px 15px;
	text-shadow: 1px 1px 1px #000000;
}
.button:hover {
	background: #3F3F3F;
	border: 1px solid #585858;
}
.button_ {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	color: rgba(0,0,0,0.9);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
	border: 1px solid #c8c8c8;
	font: 12px/12px Arial,Helvetica;
	padding: 5px 10px 5px 10px;
}
.button_:hover {
	background: rgba(240,240,240,1);
}
.button_:active, .button_:focus {
	background: -webkit-gradient(linear,0% 100%,0% 0%,from(rgba(255,255,255,1)),to(rgba(185,185,185,1)));
	background: -moz-linear-gradient(bottom,rgba(255,255,255,1),rgba(185,185,185,1));
}
.button_:disabled {
	color: rgba(0,0,0,0.4);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	background: rgba(220,220,220,1);
}



/* SPRACHEN */
.customizer_sprachauswahl_links {
	width: 270px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.customizer_sprachauswahl_links_inhalte {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.customizer_sprachauswahl_rechts {
	width: 300px;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.customizer_sprachauswahl_rechts_inhalte {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.sprache_label {
	margin: 5px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}
.sprache_label a, 
.sprache_label a:link,
.sprache_label a:visited {
	width: 24px;
	height: 19px;
	display: block;
}
.sprache_de {
	background: transparent url(../images/icons/flaggen/de-DE.png) no-repeat left top;
}
.sprache_en {
	background: transparent url(../images/icons/flaggen/en-GB.png) no-repeat left top;
}
.customizer_copyright {
	font: normal 11px/11px Arial,Helvetica;
	color: #fcfcfc;
	margin: 5px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}



/* HINWEIS TECHNIK */
.layout_hinweis_technik {
	width: 600px;
	font: normal 11px/13px Arial,Helvetica;
	color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.layout_hinweis_technik_links {
	font: normal 11px/13px Arial,Helvetica;
	color: #fcfcfc;
	margin: 20px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}



/* HEADINGS */
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font: bold 20px/20px 'Open Sans', Helvetica, sans-serif;
	font-weight: 400;
	color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font: normal 24px/24px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font: normal 20px/20px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	color: #fcfcfc;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
h3 {
	font: normal 15px/15px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
h4 {
	font: normal 18px/18px 'Open Sans', Helvetica, sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	color: #fcfcfc;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}



/* LINKS */
a, a:link, a:visited {
	color: #fcfcfc;
	text-decoration: none;
}



/* FACEBOOK */
.layout_socialmedia_facebook {
	margin: 15px 0px 0px 9px;
	padding: 0px 0px 0px 0px;
}
/*
.facebook_button {
	background-color: #ECEEF5;
	border: 1px solid #CAD4E7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 3px 0px;
}
.facebook_button:hover {
	border: 1px solid #9DACCE;
}
*/
a.ahref_facebook {
	background: transparent url(../images/icons/icons_faceboook.png) no-repeat scroll 0px 0px;
	margin: 0px 0px 0px 3px;
	padding: 0px 5px 0px 0px;
	font: normal 12px/12px Arial,Helvetica;
	text-decoration: none;
}
a.ahref_facebook:visited {
	font: normal 12px/12px Arial,Helvetica;
	text-decoration: none;
}
a.ahref_facebook span {
    font: normal 0.920em/11px 'Tahoma',tahoma,verdana,arial,sans-serif;
    color: #335088;
    padding: 0px 0px 0px 17px;
}
.facebook_like {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}
/* NEW SOCIAL MEDIA BUTTONS */
a.ahref_button_dribbble,
a.ahref_button_facebook,
a.ahref_button_googleplus,
a.ahref_button_linkedin,
a.ahref_button_pinterest,
a.ahref_button_rss,
a.ahref_button_tumblr,
a.ahref_button_twitter {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #FFFFFF;
	/*line-height: 23px;*/
	display: inline-block;
	text-align: center;
	font: bold 0.890em/12px 'Tahoma',tahoma,verdana,arial,sans-serif !important;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 4px;
}
a.ahref_button_facebook {
	background: rgb(75,104,185); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(75,104,185,1) 0%, rgba(59,85,160,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,104,185,1)), color-stop(100%,rgba(59,85,160,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(75,104,185,1) 0%,rgba(59,85,160,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(75,104,185,1) 0%,rgba(59,85,160,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(75,104,185,1) 0%,rgba(59,85,160,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(75,104,185,1) 0%,rgba(59,85,160,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b68b9', endColorstr='#3b55a0',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	text-shadow: 0px -1px 0px #354C8C;
	margin: 0px 0px 0px 0px;
	color: #ffffff !important;
}
a.ahref_button_facebook:hover {
	background: rgb(92,123,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(92,123,213,1) 0%, rgba(73,101,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,123,213,1)), color-stop(100%,rgba(73,101,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(92,123,213,1) 0%,rgba(73,101,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(92,123,213,1) 0%,rgba(73,101,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(92,123,213,1) 0%,rgba(73,101,179,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(92,123,213,1) 0%,rgba(73,101,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7bd5', endColorstr='#4965b3',GradientType=0 ); /* IE6-9 */
	color: #ffffff !important;
}
a.ahref_button_facebook:visited {
	color: #ffffff !important;
}
a.ahref_button_facebook i.icon_social_facebook_12x12 {
	background: rgba(0, 0, 0, 0) url(../images/icons/icon_social_facebook_12x12.png) no-repeat left center;
	width: 12px;
	height: 12px;
	display: block;
	padding: 0px 4px 0px 0px;
}



/* UNIVERSAL */
img {
	border: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.display_block {
	display: block;
}
.display_inline {
	display: inline;
}
.display_none {
	display: none;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
.element_draggable {
	cursor: move;
}
::-moz-selection {
	background: #a6a6a6;
	color: #ffffff;
}
::selection {
	background: #a6a6a6;
	color: #ffffff;
}
.breite_33p {
	width: 33%;
}
.breite_100p {
	width: 100%;
}