/*************************************************
* Allgemeine Definitionen
*************************************************/

/* Einbindung Schrift, LICENSE: /css/webfonts/LICENSE.txt */

@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/opensans-regular.eot');
    src: url('webfonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans-regular.woff2') format('woff2'),
         url('webfonts/opensans-regular.woff') format('woff'),
         url('webfonts/opensans-regular.ttf') format('truetype'),
         url('webfonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('webfonts/opensans-bold.eot');
    src: url('webfonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans-bold.woff2') format('woff2'),
         url('webfonts/opensans-bold.woff') format('woff'),
         url('webfonts/opensans-bold.ttf') format('truetype'),
         url('webfonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}	

html {overflow-y: scroll;}	
	
/* HTML5 display-role reset fuer alte Browser */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
	
img {display: block;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; table-layout: fixed; empty-cells: show;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 		0;
	padding: 		0;
	border: 		0;
	vertical-align: baseline;
	font: 			inherit;
	font-size: 		100%; 
	}

body {
	width:				100%;
	height:				100%;
	margin:0;
	border:0;
	padding:0;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#262626;
	text-align:center;
	background:#fff;
	}
	
* {
    box-sizing: border-box;
}		

/* Keine Standard-Formatierungen fuer Bilder und Formulare */

img, form {
	margin:0;
	border:0;
	padding:0;
	overflow:hidden;
	}

/* Standards */

a, input {
	outline:0;
	}

div.Clear {
	margin:0;
	border:0;
	padding:0;
	width:auto;
	height:auto;
	clear:both;
	}
	
.NoWrap {
	white-space: nowrap;
	}	

strong, b {font-weight: 700; font-family: inherit;}	
	
/* Diverse Elemente Ausblenden */

hr, span.hidden {
	display:none;
	}
	
/* Diverse Responsive Elemente Ausblenden */	

#SearchMobile,	
.MobileLogo,	
.MobileClose,
.MobileLink,
#MobileTransBg,
#MobileButtonSearch,
#Header #MobileButtonWarenkorb,
#Header #MobileButtonNavigation,
#Header #MobileNavigation						
	{display: none;} 
	

/* Keine Umrandung/Abrundungen fuer diverse Elemente */

a, input, textarea, select {outline: 0;}

textarea,
input[type="text"],
input[type="button"],
input[type="image"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
	}

		
/* Hauptelemente  */	

#Main {
	margin:0;
	border:0;
	padding:0;
	background:#fff url(../img/bg_main.gif) left top repeat-x;
	text-align:center;
}	

#BottomGrey {
	margin:0;
	border:0;
	padding:0;
	background:#cbcbcb url(../img/bg_footergrey.gif) left top repeat-x;
	text-align:center;
}	

#BottomBlack {
	margin:0;
	border:0;
	padding:0;
	background:#252525;
	text-align:center;
}	
		
/* Umschliessende Elemente  */

.Wrap {
	position:relative;
	margin:0px auto;
	border:0;
	padding:0;
	width:986px;
	text-align:left;
	overflow:hidden;
	}
	
/* Info-Layer */	

#ContainerLayerBg {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	margin:0;
	border:0;
	padding:0;
	background:#393939;
	-moz-opacity:0;
	opacity:0;
	filter:Alpha(opacity:0);
	z-index:200;
	}	

.ContainerLayer  {
	position:absolute;
	padding:1em 4.5em 3em 4.5em;
	width:500px;
	text-align:left;
	border:1px solid #C7C7C7;
	background:#fff url(../img/icon_info.gif) 1.15em 1.15em no-repeat;
	background-size: 2.235em auto;
	min-height:130px;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0, 0.2);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0, 0.2);
	box-shadow: 0 0 10px 5px rgba(0,0,0, 0.2);		
	z-index:201;	
	}	
	
.ContainerLayer h3 {
	margin-top:0.25em;
	font-size: 114.286%;	
	}	
	
.ContainerLayer h4 {
	font-size:100%;
	margin:30px 0 0 0;
	}			
	
.ContainerLayer p {
	margin:0.5em 0 0 0;
	line-height:1.45;
	}	
	
.ContainerLayer .LogoZahlung {
	float:left;
	}	
		
.ContainerLayer .LogoPayPal {
	padding:2.5em 0 0 2em;
	}	
	
.ContainerLayer .LogoPayPal img {
	width: 6em;
	height: auto;
	}	
			
.ContainerLayer .LogoSofortUeberweisung {
	padding:1.95em 0 0 2em;
	}
	
.ContainerLayer .LogoSofortUeberweisung img {
	width:11.5em;
	height: auto;
	}			
	
.ContainerLayer p a {
	white-space: nowrap;
	}	
	
/* Link-Layer */	

#ContainerLayerLinkBg {
	position:fixed;
	width:100%;
	height:5.25em;
	bottom:0px;
	left:0px;
	margin:0;
	border:0;
	padding:0;
	background:#FFAE00;
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity:0.7);
	z-index:200;
	text-align: center;	
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.3);	
	}
	
#ContainerLayerLink {
	position:fixed;
	width:100%;
	height:5.25em;
	bottom:0;
	z-index:201;
	overflow:hidden;
	}
	
#ContainerLayerLink	.Wrap {
	text-align: center;
	}	

#ContainerLayerLink	a {
	color: #fff;
	font-weight: 400;
	}	
	
#ContainerLayerLink .LinkClose {
	margin-top:2.25em;	
	margin-right:32%;
	font-size:90%;
	color:#262626;
	float:right;
	}
	
#ContainerLayerLink .LinkClose span {
	display: inline-block;
	padding-right: 0.5em;
	font-weight: 600;
	font-size: 110%;
	}	
	
#ContainerLayerLink .LinkClose:hover {
	color: #990600;
	}
	
#ContainerLayerLink .LinkButton {
	display:inline-block;
	float:left;
	width: 56.35%;
	margin:1.15em 0 1em 2.75%;
	padding:0.75rem 2rem 0.75rem 2rem;
	color: #fff;
	font-size: 100%;	
	font-weight:300;
	text-align:center;
	text-decoration:none;
	background:#262626 url(/img/icon_arrow-right-w.png) 96.5% center no-repeat;
	background-size:auto 1.15em;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: all 200ms ease;
	}
	
#ContainerLayerLink .LinkButton strong {
	white-space:nowrap;
	}	

#ContainerLayerLink .LinkButton:hover {
	color:#A9A9A9;
	text-decoration: underline;
	background-position: 97.5% center;
	}		

/*************************************************
* Lightboxes
*************************************************/	
	
a.Close {
	position:absolute;
	display:block;
	top:0.75em;
	right:0.35em;
	width:2.25em;
	height:2.25em;
	background:url(../img/button_close.gif) left top no-repeat;
	background-size: 97% auto;	
	}	
	
a.Close:hover {
	background-image:url(../img/button_close-x.gif);
	}	
				
#Lightbox {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	margin:0;
	border:0;
	padding:0;
	background:#393939;
	-moz-opacity:0.70;
	opacity:0.70;
	filter:Alpha(opacity:70);
	z-index:200;
	}	
	
#LayerContainer {
	position:absolute;
	top:0px;
	left:0px;
	z-index:201;
	background-color:#fff;
	width:627px;
	padding-bottom:13px;
	text-align:center;
	border:1px solid #C7C7C7;
	min-height:517px;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	}	
	
#LayerContainer img {
	width: 100%;
	height: auto;
	}		
	
#LayerContainer h1 {
	text-align:left;
	font:normal normal 700 128.571%/1.3;
	}	
	
/* Layer: PRODUCT */	

.LayerContainerProduct {
	text-align:left;
	padding:3.5em 0.75em 0.75em 0.75em;
	}	
	
.LayerContainerProduct div {
	position:relative;
	margin:0;
	border:0;
	}		
	
.LayerContainerProduct p {
	position:absolute;
	bottom:182px;
	left:12px;	
	}	
	
/* Standard Textformatierungen/Ueberschriften/Listen */

h1, .h1 {
	margin-top:0.95em;
	margin-bottom:1em;
	width:90%;
	font-size:180%;	
	font-weight:normal;	
	line-height:1.4;	
	}		
	
h2, .h2 {
	margin-top:1.5em;
	margin-bottom:1.5em;
	font-size:100%;
	line-height:1.55;
	font-weight:700;
	}	
	
h2.Text, .h2.Text {
	margin-bottom:1em;
	font-size:100%;
	line-height:1.55;
	font-weight:normal;	
	}		
	
h3, .h3 {	
	margin-top:1.5em;
	margin-bottom:1.5em;
	font-size:100%;
	line-height:1.55;
	font-weight:700;	
	}			
	
h4, .h4 {
	font-size:100%;	
	line-height:1.55;
	font-weight:700;		
	}
	
p, ol, ul {
	line-height:1.55;
	}	
	
ul {
	margin-bottom:1.15em;
	}	
	
ol li {
	margin-bottom:1.15em;
	}			
		
ul.NoBullet {
	list-style:none;
	margin-top: 1.15em;
	margin-left:0;
	}	

.TextXLarge {
	font-size:183.333%;
	line-height:1.55;
	font-weight:normal;
	}

.TextLarge {
	font-size:150%;
	line-height:1.55;
	font-weight:normal;
	}

.TextNorm {
	font-size:100%;
	line-height:1.55;
	}
	
.TextSmall {
	font-size:90%;
	line-height:1.45;
	}	

.Grey {
	color:#939393;
	}	
	
.Red {
	color:#990600;
	}	
	
.Fliesstext {
	padding-right:2em;
	}	
	
.Fliesstext p {
	margin:1.25em 0 1.25em 0;
	}	
	
.Fliesstext .TitleL {
	margin-top:1.25em !important;
	margin-bottom:-1.25em !important;
	font-size:100% !important;
	line-height:1.55 !important;
	font-weight:700 !important;	
	color:#262626 !important;
	}			
	
/* Standard Linkdarstellung */

a {
	color:#FFAE00;
	font-weight: 700;
	text-decoration:underline;
	}
	
a:hover {
	color:#990600;
	}	

#Content a.LinkNoDec {
	text-decoration:none;
	}
	
#Content a.LinkNoDec:hover {
	text-decoration:underline;
	}
	
#Content p.Top {
	margin:1em 0 0 0.25em;
	text-align:right;
	}	

/* Standard Trennlinien */	

.LinieWhite {
	margin: 3% 0 3% 0;
	padding:0;
	background-color:white;
	height:1px;
	font-size:1px;
	border:none;
	}	
	
.LinieGrey {
	margin:1.75% 0 1.75% 0;
	padding:0;
	background-color:#A8A8A8;
	height:1px;
	font-size:1px;
	border:none;
	}	
	
.LinieBlack {
	margin: 3% 0 3% 0;
	padding:0;
	background-color:#000;
	height:1px;
	font-size:1px;
	border:none;
	}		
	
.LinieMargin {
	margin-top:25px;
	}		
	
.LinieGreyText {
	margin:4.5% 0 4% 0;
	padding:0;
	background-color:#E6E6E6;
	height:1px;
	font-size:1px;
	border:none;
	}		
	
/*************************************************
* Header
*************************************************/

#Header {
	position:relative;
	margin:0;
	border:0;
	width:100%;
	height:160px;
	background:none;
	text-align:left;
	overflow:hidden;
	}
	
/* Logo */

#Header #Logo {
	position:absolute;
	top:0;
	left:0;
	border:0;
	padding:0;
	width:32.15%;
	overflow:hidden;
	}
	
#Header #Logo img {
	width:100%;
	height:auto;
	overflow:hidden;
	z-index:2;
	}	
	
#Header #Logo .Freecall {
	position:absolute;
	top:54%;
	left:41.5%;
	font-size:113%;
	z-index:3;
	}	
	
#Header #Logo .Freecall span {
	color:#990600;
	white-space:nowrap;
	}		
	
#Header #Logo .Freecall span a {
	color: #990600;
	font-weight:400;
	}	
	
/* Sprachauswahl */	

#Header .LanguageSelection {
	position:absolute;
	top:12.85%;
	left:33.5%;
	border:0;
	padding:0;
	height:20px;
	overflow:hidden;
	}
	
#Header .LanguageSelection p {
	margin:0;
	font-size:75%;
	line-height:1.25;
	}	
	
#Header .LanguageSelection p a {
	float:left;
	display:inline-block;
	padding:0 0 0 2.8em;
	margin-left:1.35em;
	height:15px;
	color:#989898;
	font-weight:normal;
	text-decoration:none;
	background:url(../img/flag_de.gif) left top no-repeat;
	background-size: 22px auto;
	}		
	
#Header .LanguageSelection p a:hover {
	color:#bfbfbf;
	text-decoration:underline;
	background-position: left bottom;
	}	
	
#Header .LanguageSelection p a.De {
	background-image:url(../img/flag_de.gif);
	}	
	
#Header .LanguageSelection p a.En {
	background-image:url(../img/flag_en.gif);
	}		
	
#Header .LanguageSelection p a.Fr {
	background-image:url(../img/flag_fr.gif);
	}		
	
#Header .LanguageSelection p a.Fr:hover {
	background-image:url(../img/flag_fr.gif);
	}		
	
#Header .LanguageSelection p a.Nl {
	background-image:url(../img/flag_nl.gif);
	}		
	
#Header .LanguageSelection p a.Nl:hover {
	background-image:url(../img/flag_nl.gif);
	}				

/* Metanav */	

#Header #Metanav {
	position:absolute;
	top:58px;
	left:32.5%;
	border:0;
	padding:0;
	width: 35%;
	text-align:center;	
	overflow:hidden;
	}
	
#Header #Metanav p {
	color:#7a7a7a;
	font-size:91.667%;
	line-height:1.55;
	}	
	
#Header #Metanav p a {
	color:#7a7a7a;
	font-weight:normal;
	text-decoration:none;
	}		
	
#Header #Metanav p a:hover {
	text-decoration:underline;
	}		
	
/* Warenkorb */	

#Header #Warenkorb {
	position:absolute;
	top:0;
	right:0;
	border:0;
	padding:0;
	width:314px;
	height:100px;
	text-align:left;	
	background: url(../img/bg_warenkorb.png) left top no-repeat;
	background-size: 100% auto;
	overflow:hidden;
	}
	
#Header #Warenkorb a.Link {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	color: #000;
	font-weight: 400;
	text-decoration:none;	
	z-index:3;
	}		
	
#Header #Warenkorb p {
	padding:3% 2.1em 0 25%;
	margin:0;
	font-size:100%;
	line-height:1.35;
	}		
	
#Header #Warenkorb p span.Item {
	display: inline-block;
	padding-left:0.15em;
	color:#990600;
	font-size:160%;
	}
	
#Header #Warenkorb a.Link .TextLink {
	display: block;
	line-height:1.95;
	text-align:right;
	color:#FFAE00;
	font-weight:700;
	text-decoration: underline;
	}	
	
#Header #Warenkorb a.Link:hover .TextLink {
	color:#990600;
	}		
	
/* Navigation */		

#Header #Navigation {
	position:absolute;
	top:105px;
	left:0;
	border:0;
	padding:0;
	width:100%;
	height:55px;
	text-align:left;	
	overflow:hidden;
	}
	
#Header #Navigation ul {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:calc(100% - 12px);
	margin:0;
	border:0;
	padding:0 0 0 2px;
	height:55px;
	text-align:left;
	list-style:none;
	overflow:auto;
	}
	
#Header #Navigation ul li {
	margin:0 2px 0 0;
	border:0;
	padding:7px 0 0 0;
	height:100%;
	list-style:none;
	overflow:hidden;
	flex: 1 1 auto !important;
	}
	
#Header #Navigation ul li a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	font-size:104%;
	font-weight:400;
	color:#000;
	text-decoration:none;
	line-height:3.575;
	background: rgb(211,211,209);
	background: linear-gradient(0deg, rgba(211,211,209,1) 0%, rgba(255,255,255,1) 59%);
	border-top-left-radius:.5em;
	border-top-right-radius:.5em;
	-webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,.9); 
	box-shadow: 0px 0px 7px -3px rgba(0,0,0,.9);
	}
	
#Header #Navigation ul li a:hover {
	color: #fff !important;
	background: rgb(255,185,0);
	background: linear-gradient(0deg, rgba(255,185,0,1) 45%, rgba(238,165,3,1) 100%);
	}	

#Header #Navigation ul li.Active a {
	color: #fff !important;
	background: rgb(255,185,0);
	background: linear-gradient(0deg, rgba(255,185,0,1) 45%, rgba(238,165,3,1) 100%);
	}

#Header #Navigation ul #Nav_8 a {
	color:#FFAE00;
	font-weight: 600;
	}	
			

	
/*************************************************
* Suche
*************************************************/	

#Search {
	position:absolute;
	top:225px;
	right:14px;
	padding-bottom: 0.15em;
	width:35.5%;
	text-align:left;
	background:url(../img/bg_search.png) 2px 1px no-repeat;
	background-size: auto 104%;
	overflow:hidden;
	}	
	
#Search #SearchField {
	margin:0 0 0 18%;
	border:0;
	padding:0;
	overflow:hidden;
	}	
	
#Search #SearchField input {
	margin:1% 0 0 0;
	border:0;
	width:100%;
	padding:2.75% 4em 3% 0.75em;
	color:#000;
	background-color:#f0f0f0;
	font-family:'Open Sans', sans-serif;
	font-size:100%;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-webkit-box-shadow: inset -10px 62px 38px -62px rgba(204,204,204,1);
	-moz-box-shadow: inset -10px 62px 38px -62px rgba(204,204,204,1);
	box-shadow: inset -10px 62px 38px -62px rgba(204,204,204,1);
	}
	
#Search #SearchField input:focus {
	color:#000000;
}
	
#Search #SearchButton {
	position:absolute;
	top:2px;
	right:2px;
	margin:0;
	overflow:hidden;
	}
	
#Search #SearchButton input[type="image"] {
	width: 35px;
	height: auto;
}
	
/*************************************************
* Content
*************************************************/	
	
#Content {
	position:relative;
	margin:0 0 5em 1.2em;
	border:0;
	padding:3.25em 3.5em 0 0;
	width:68%;
	text-align:left;
	min-height:400px;
	float:left;
	overflow:hidden;
	background: url(../img/bg_contentlinie.gif) 100% 140px no-repeat;
	}
	
#Content #BgImg {
	position:absolute;
	bottom:0;
	right:1px;
	height:30px;
	width:12px;
	background:url(../img/bg_contentlinie_bottom.gif) right top no-repeat;
	background-size: 100% auto;
	}	

#Content .Img {
	padding:1.75em 1% 1.75em 0;
	}	
	
#Content .Img img {
	width: 100%;
	height: auto;
	}		
	
#Content .Img p {
	margin:1em 0 0 0;
	font-size:91.667%;
	line-height:1.5;
	color:#939393;
	}	
	
#Content .CategDescBottom {
	padding-top:1px;
}	
	
#Content .catTextBottom {
	margin:22px 0 0 0;
}	
	
#Content .CategDescBottom h2, 
#Content .CategDescBottom h3 {
	font-size:100%;
	line-height:1.55;
	font-weight:normal;
}			
				
		
/* Produkt-Konfigurator */	

#Content .ContainerMeldung, 
#Content .ContainerMeldungError {
	padding:1.15em 2em 1.15em 3.5em;
	margin:2em 0 2em 0;
	text-align:left;
	border:1px solid #C7C7C7;
	background:#fff url(../img/icon_erfolg.gif) 0.75em 1.15em no-repeat;
	background-size:1.55em auto;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	}

#Content .ContainerMeldungError {
	background-image: url(../img/icon_info.gif);
	border:1px solid #dc0029;		
	}

#Content .ContainerKonfig {
	position:relative;
	width:100%;
	margin:2em 0 1.25em 0;
	padding:1.5em 0 2.5em 0;
	background:#f0f0f0;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	}		
	
#Content .ContainerKonfig .ProduktImg {
	float:left;
	padding:0;
	margin:0.55em 0 0 1.8em;
	width:23%;
	text-align:center;
	font-weight:700;
	color:#990600;
	}
	
#Content .ContainerKonfig .ProduktImg img {
	border:1px solid #A8A8A8;
	}

#Content .ContainerKonfig .ProduktImg p, 
#Content .ContainerProdukt .ProduktImg p {
	margin:1.85em 0 0 0;
	line-height: 1.4;
	}	

#Content .ContainerKonfig .ProduktImg .ProduktImgZoom, 
#Content .ContainerProdukt .ProduktImg .ProduktImgZoom,
#Content .ContainerProduktOrder .ProduktImg {
	position:relative;
	height:auto;
	}
	
#Content .ContainerKonfig .ProduktImg img, 
#Content .ContainerProdukt .ProduktImg img,
#Content .ContainerProduktOrder .ProduktImg img {
	width:100%;
	height:auto;
	}	
	
#Content .ContainerKonfig .ProduktImg .ProduktImgZoom .ZoomLink, 
#Content .ContainerProdukt .ProduktImg .ProduktImgZoom .ZoomLink {	
	position:absolute;
	bottom:-1.85em;
	right:0;
}
	
#Content .ContainerKonfig .ProduktImg .ProduktImgZoom .ZoomLink img, 
#Content .ContainerProdukt .ProduktImg .ProduktImgZoom .ZoomLink img {
	border:0;
	}
	
#Content .ContainerKonfig .ProduktFormular {
	float:right;
	margin:0 1em 0 0;
	padding: 0.5em 0 0 0;
	width:66.5%;	
	overflow: hidden;
	}	
	
#Content .ContainerKonfig .ProduktFormular .Label {
	clear:left;
	float:left;
	margin:0;
	width:29%;
	text-align:left;
	font-weight:700;
	line-height:2.25;	
	}
		
#Content .ContainerKonfig .ProduktFormular .Field {
	float:left;
	height:37px;
	width:70%;
	overflow:hidden;
	}	
	
#Content .ContainerKonfig .ProduktFormular .Field p {
	line-height:2.25;	
	}			
	
#Content .ContainerKonfig .ProduktFormular .Field select {
	width:96.75%;
	}	
	
#Content .ContainerKonfig .ProduktFormular .Field .Preis {
	float:left;
	margin-left:0;
	font-weight:normal;	
	font-size:133.333%;
	line-height:1.7;	
	color: #990600;
	}	

#Content .ContainerKonfig .ProduktFormular .Field .Button {
	text-align:right;
	}	
	
#Content .ContainerKonfig .ProduktFormular .Field .Button input {
	height:41px;
	}		
		
#Content .ContainerKonfig .ProduktFormular .Field .Linie {
	border-bottom:1px solid #fff;
	height:14px;
	}			

/* Produktliste */		

#Content h2.TitelProduktRubrik {
	clear:both;
	margin:1.5em 0px 0px;
	width: 100%;
	font-weight:normal;
	font-size: 121.429%;
	line-height: 1.35;
	color:#fff;
	background:#009bdc;
	border:1px solid #fff;
	}	
	
#Content h2.TitelProduktRubrik span {
	display:inline-block;
	padding:0.45em 0 0.45em 0.65em;
	}	

#Content .ContainerProdukt {
	position:relative;
	width:100%;
	margin: 0 0 1.5em 0;
	padding: 1.5em 0 8em 0;
	background:#f0f0f0;
	overflow:hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;		
	}	
	
#Content .ContainerProdukt .ProduktImg {
	float:left;
	width: 23%;
	margin:0.25em 0 0 1.8em;
	text-align:center;
	font-weight:700;
	color:#990600;	
	}	
	
#Content .ContainerProdukt .ProduktImg img {
	border:1px solid #A8A8A8;
	}			
		
#Content .ContainerProdukt .ProduktDaten {
	float:right;
	margin:0 1em 0 0;
	width:66.5%;	
	}	
	
#Content .ContainerProdukt .ProduktDaten .Verfuegbarkeit {	
	display:block;
	margin-top:0.5em;
	font-size:65%; 
	color:#909090;
	white-space: nowrap;	
	font-weight: 400;
	}	
	
#Content .ContainerProdukt .ProduktDaten p {
	margin:0.75em 0 0 0;
	}		
	
#Content .ContainerProdukt .ProduktDaten h2 {
	margin:0 0 0.75em 0;
	font-size:100%;	
	line-height:1.5;
	font-weight:400;
	}
	
#Content .ContainerProdukt .ProduktDaten h3 {
	margin:0.25em 0 0.75em 0;
	font-size:125%;
	line-height:1.35;	
	font-weight:700;
	color:#990600;
	}	
	
#Content .ContainerProdukt .ProduktDaten .Row {
	display: block;
	margin: 0.5em 0 0 0;
	width:100%;
	overflow: hidden;
	}	
	
#Content .ContainerProdukt .ProduktDaten span {
	display: block;
	}		
	
#Content .ContainerProdukt .ProduktDaten .Row01 {
	margin: 1em 0 .05em 0;
	}	
	
#Content .ContainerProdukt .ProduktDaten .Row span.Label {
	float: left;
	width: 29%;
	line-height: 2.7;
	}	
	
#Content .ContainerProdukt .ProduktDaten .Row select {
	float: left;
	width: 70%;
	}	
	
#Content .ContainerProdukt .ProduktDaten .Row02 select {
	margin-bottom: 1em;
	}		
	
#Content .ContainerProdukt .PosFix {
	position:absolute;
	width:66%;
	bottom:0.815em;
	left:31%;
	}	
	
#Content .ContainerProdukt .PosFix .Grundpreis {
	margin:4px 0 0 0;
	padding:0 0 0 150px;
	font-size:78.571%;
	font-weight:normal;
	color:#909090;
	}				
	
#Content .ContainerProdukt .ProduktDaten .ContainerMenge {
	float:left;
	width:30%;
	margin:0.4em 0 0 0;
	}
	
#Content .ContainerProdukt .ProduktDaten .ContainerMenge p {
	float:left; 
	line-height:2.5;
	margin:0 0.5em 0 0;
	}	
	
#Content .ContainerProdukt .ProduktDaten .ContainerMenge input {
	float:left;
	width:3.75em; 
	}	
	
#Content .ContainerProdukt .ProduktDaten .ContainerPreis {
	float:left;
	margin:0.4em 0 0 0;
	}	
	
#Content .ContainerProdukt .ProduktDaten .ContainerPreis p {
	float:left; 
	margin:0 0.75em 0 0;
	line-height:2.5;
	font-weight:700;
	}	
	
#Content .ContainerProdukt .ProduktDaten .ContainerButton {
	float:right;
	text-align:right;
	margin:0 -8px 0 0;
	}	
	
#Content .ContainerProdukt .ProduktDaten .ContainerButton input {
	height: 41px;
	}			
	
#Content .ContainerProdukt .ProduktDaten .ContainerPreis p.Preis {
	margin:0;
	color:#990600;
	font-size:133.333%;
	line-height:1.7;
	font-weight:normal;
	}	
	
#Content .ContainerProdukt a.MehrInfo,
#Content .ContainerProdukt a.MehrInfoAktiv {
	display:block;	
	position:absolute;
	padding-left:1.25em;	
	bottom:2.1em;
	left:2.5%;
	font-size:100%;	
	line-height:14px;
	background:url(/img/bg_mehr-ausklappen.gif) left top no-repeat;
	background-size: 12px auto;
	}	
	
#Content .ContainerProdukt a.MehrInfoAktiv {
	background:url(/img/bg_mehr-einklappen.gif) left top no-repeat;
	}	
	
/* Konfigurator/Produktliste: Produktdetails */			

.ProduktDetails {
	position: relative;
	margin:1em 0 0 0;
	padding:0 1.25em 0 1.65em;
	background: url(../img/bg_produktdetails.gif) left top repeat-x;
	overflow:hidden;
	}	
	
.ProduktDetails .ProduktDetailsNav {
	margin:0 0 1em 0;
	}			
	
.ProduktDetails .ProduktDetailsNav ul {
	display:block;
	height:2.9em;
	text-align:left;
	overflow:auto;
	}
	
.ProduktDetails .ProduktDetailsNav ul li {
	display:block;
	position:relative;
	margin:0 0.5em 0 0;	
	padding:0.45em 1.5em 0.85em 1.5em;
	height:97%;
	border:0;
	float:left;
	background: url(../img/bg_detailsnav_left.gif) left top no-repeat;
	background-size: auto 32px;
	}
	
.ProduktDetails .ProduktDetailsNav ul li a {
	color:#262626;
	text-decoration:none;
	font-weight: 400 !important;
	line-height: 1;
	}	
	
.ProduktDetails .ProduktDetailsNav ul li a:hover {
	color:#990600;
	text-decoration:underline;
	}	
	
.ProduktDetails .ProduktDetailsNav ul li div {
	position:absolute;
	top:0;
	right:0;
	width:5px;
	height:100%;
	background: url(../img/bg_detailsnav_right.gif) left top no-repeat;
	background-size: auto 32px;	
	}		
	
.ProduktDetails .ProduktDetailsNav ul li.Active {
	background-image: url(../img/bg_detailsnav_left-x.gif);
	}
	
.ProduktDetails .ProduktDetailsNav ul li.Active a {
	color:#262626;
	cursor:default;
	}	
	
#Content .ContainerKonfig .ProduktDetails .ProduktDetailsNav ul li.Active a:hover {
	text-decoration:none;
	}		

.ProduktDetails .ProduktDetailsNav ul li.Active div {
	background-image: url(../img/bg_detailsnav_right-x.gif);
	}	
	
.ProduktDetails .ProduktDetailsIcon {
	float:left;
	margin:1em 0 0 0;
}		

.ProduktDetails .ProduktDetailsIcon img {
	width:1.9em;
	height:auto;
}	
			
.ProduktDetails .ProduktDetailsText {
	float:right;
	width:93%;
	margin:1em 0 0 0;
	font-size:91.667%;
	line-height:1.55;
}	

.ProduktDetails .ProduktDetailsText p {
	margin-bottom:0;
	line-height:1.55;
}	

.ProduktDetails .ProduktDetailsText ul {
	line-height:1.5;
}		
					
/* Warenkorb/Bestellschritte */		

#Content h1.TitelWk {
	margin-top: 0.65em;
	padding:0.3em 0 .075em 2.5em; 
	background: url(/img/bg_warenkorb-order.gif) -0.15em top no-repeat;
	background-size: 52px auto;
}	

#Content .ContainerProduktOrder {
	position:relative;
	width:100%;
	margin: 0;
	padding: 1.25em 0 0 0;
	background-color:#f0f0f0;
	}	

#Content .ContainerProduktOrder .ProduktImg {
	float:left;
	margin:0.25em 0 0 1.5em;
	text-align:center;
	font-weight:700;
	color:#990600;
	width: 23%;
	}	
	
#Content .ContainerProduktOrder .ProduktImg img {
	border:1px solid #A8A8A8;
	}			
		
#Content .ContainerProduktOrder .ProduktDaten {
	float:right;
	margin:0 1em 0 0;
	width:66.5%;	
	}	
	
#Content .ContainerProduktOrder .ProduktDaten p {
	line-height:1.55;	
	margin:1em 0 1em 0;
	}	
	
#Content .ContainerProduktOrder .ProduktDaten h3 {
	margin:0.15em 0 0 0;
	font-size:125%;
	line-height:1.3;		
	font-weight:700;
	color:#990600;
	}		
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerMenge {
	float:left;	
	margin:0.25em 0 0 0;
	overflow: hidden;
	}
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerMenge p {
	float:left; 
	margin:0.25em 1em 0 0;
	}	
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerMenge input {
	float:left;
	margin:0 0.4em 0 0;
	width:40px;
	font-weight:700; 
	}	
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerPreis {
	float:right;
	margin:0 0 1.5em 0;
	}	
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerPreis p {
	margin:0 1em 0 0;
	font-weight:700;
	float:right;
	line-height:2.65;
	}	
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerPreis p.Preis {
	margin:0;
	color:#990600;
	font-size:150%;
	line-height:1.65;	
	font-weight:normal !important;
	float:right;
	}	
	
#Content .ContainerProduktOrder .ProduktDaten .ContainerButton {
	float:right;
	text-align:right;
	margin:0 0 -0.25em 0;
	}	

#Content .ContainerProduktOrder .ProduktDaten .ContainerButton input {
	height:33px;
	margin-top: 0.25em;
	}		
	
#Content .ContainerProduktOrder02 {
	margin-top:0;
	overflow:hidden;
	}	
	
#Content .ContainerProduktOrder02 .ProduktDaten .ContainerPreis {
	margin-top: 0.5em;
	margin-bottom: 3em;
	float:right;
	}		
		
#Content #ContainerButtonOrder {
	text-align:right;
	margin:1em 0 2em 0;
	overflow:hidden;
	}
	
#Content #ContainerButtonOrder a {
	display: inline-block;
	}

#Content #ContainerButtonOrder a img,
#Content #ContainerButtonOrder input {
	height:50px;
	width:auto;
	}	
	
#Content #ContainerButtonOrder a.ButtonBack {
	float:left;
	}	
	
#Content #ContainerButtonOrder a.ButtonOrder {
	float:right;
	}			
		
#Content .ContainerGrey {
	padding:1.25em 1em 1.25em 1em;
	background-color:#f0f0f0;	
	}	
	
#Content .ContainerGrey h3 {
	margin-top: 0;
	}	
	
#Content .ContainerGrey .Clear {
	height:20px;
	}		
	
#Content .ContainerGrey p.LinkInfo {
	display:block;
	float:right;
	height:2em;
	background:url(/img/icon_info.gif) right top no-repeat;	
	background-size: auto 80%;
	margin:0;
	}		
	
#Content .ContainerGrey p.LinkInfo a {
	display:block;
	padding:0 2.45em 0 1em;
	text-align:right;
	}		
	
#Content .ContainerGrey p.LinkKorrektur {
	float:right; 
	}		
	
#Content .ContainerGrey .LogoZahlung {
	float:left;
	padding:0 0 0 1em;
	}	
	
#Content .ContainerGrey .LogoZahlung img {
	margin-top:0.35em;
	width:5.5em;
	height:auto;
	}	
	
#Content .ContainerGrey .LogoSofortUeberweisung img {
	margin-top:-0.15em;
	width:10em;
	height:auto;
	}			
	
#Content #ContainerSumme {
	padding:1em 1em 1em 1em;
	text-align:right;
	background-color:#f0f0f0;
	}	
	
#Content #ContainerSumme p {
	margin-right: 0;
	}	
	
#Content #ContainerSumme .Red {
	white-space: nowrap;
	}			
	
#Content #ContainerSumme p.Label {
	margin:0.25em 1em -0.5em 0;
	font-weight:700;
	float:right;
	}	
	
#Content #ContainerSumme p.Preis {
	margin:0;
	color:#990600;
	font-size:185.714%;
	line-height:1;
	font-weight:normal;
	float:right;
	}		
	
#Content #ContainerSumme .MwSt span {
	white-space:nowrap;
	}		
	
#Content #ContainerSumme .LinieWhite {
	margin:2% 0 2% 0;
	}			
		
/*************************************************
* Sidebar
*************************************************/	
	
#Sidebar {
	margin:11.75em 1.15em 0 0;
	padding:0 0 4em 0;
	width:28%;
	text-align:left;
	float:right;
	}
	
#Sidebar div {
	margin:0 0 1.25em 0;
	padding: 0 0 1em 0;
	position:relative;
	}
	
#Sidebar .Freecall {
	background: url(../img/bg_box_freecall.jpg) right bottom no-repeat;
	background-size: 83% auto;
	}	
	
#Sidebar .Freecall h2 span, #Sidebar .Freecall .h2 span {
	font-size:110%;
	font-weight:normal;
	color:#990600;
	white-space: nowrap;
	}	
	
#Sidebar .Freecall h2 span a, #Sidebar .Freecall .h2 span a {
	color:#990600;
	font-weight:400;
	}	
	
#Sidebar .Freecall p span {
	white-space:nowrap;
	}	
	
#Sidebar .Freecall p span a {
	color:#000;
	font-weight:400;
	}		
	
#Sidebar div h2, #Sidebar div .h2 {
	margin:0;
	font-size:125%;
	line-height:1.5;
	font-weight:700;
	color:#A9A9A9;
	}	
	
#Sidebar div h2 span.Info, #Sidebar div .h2 span.Info {
	font-weight:700;
	font-size:150%;
	color:#8f8f8f;
	}		
	
#Sidebar div h3, #Sidebar div .h3 {
	margin:0.5em 0 0 0;
	font-size:100%;
	line-height:1.5;
	font-weight:700;
	color:#2F2F2F;
	}		

#Sidebar div p {
	margin:0;
	font-size:100%;
	line-height:1.5;
	}	
	
#Sidebar div p.InfoText {
	font-size:75%;
	line-height:1.5;
	color:#8f8f8f;
	}			
	
#Sidebar .SidebarDelivery {
	margin:1em 0 0 2em !important;
	width:85%;
	height:240px;
	margin:0;
	background: url(../img/icon_delivery-sidebar_new2.png) left top no-repeat;
	background-size: 100% auto;
	overflow:hidden;
}	

#Sidebar .SidebarDelivery span {
	display:none;
}			
		
	
/*************************************************
* Footer
*************************************************/	

.Footer p  {
	font-size:91.667%;
	line-height:1.75;
	}	

/* FooterGrey */		
.Footer {
	position:relative;	
	margin:0;
	padding:0 1em 0 1em;
	width:100%;
	overflow: hidden;
	}		
	
.Footer p.FooterNavBlock {
	float:left;
	margin:1.5% 0 1.5% 0;
	padding:0 4.5% 0 0;	
	}	
	
.Footer p.FooterNavBlock a {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	}		
	
.Footer p.FooterNavBlock a:hover {
	text-decoration:underline;
	}	
	
.Footer .Zertifizierung  {
	position:absolute;
	bottom:10%;
	right:10px;
	margin:0;
	}	
	
.Footer .Zertifizierung div {
	float:right;
	margin:0 0 0 0.75em;
	}	
	
.Footer .Zertifizierung div img {
	height:60px;
	width: auto;
	}	
	
.Footer .Zertifizierung div.Zert01 img {
	margin-top: -8%;
	width:70px;
	height:auto;
	}			
	
.Footer .Zertifizierung div.Zert02 img {
	width:84px;
	height:auto;
	}						
	
/* FooterBlack */		
		
.Footer p.Adresse  {
	margin:1.5em 0 1.5em 0;
	padding:0;
	float:left;
	color:#cfcfcf;
	}	
	
.Footer p.Adresse span  {
	display:inline-block;
	padding-right: 1em;
	white-space: nowrap;
	}	

.Footer a  {
	font-weight:normal;
	text-decoration:none;
	}		
	
.Footer a:hover  {
	text-decoration:underline;
	color:#FFAE00;
	}	
	
.Footer p.FooterLink  {
	margin:1.5em 0 0 2.75em;
	font-weight:normal;
	float:left;
	color:#cfcfcf;
	}	
	
.Footer div.gPlusShare  {
	position: absolute;
	right: 1em;
	bottom: 0;
	margin:0;
	}
	
/*************************************************
* Abweichungen/neue Elemente Startseite
*************************************************/	

/* Hauptelemente */	
#MainHome {
	background:#fff url(../img/bg_main_home.gif) left top repeat-x;
	background-size:100% 429px;
}	

/* Header */	
#MainHome .Wrap #Header {
	height:159px;
}	

/* Navigation */	
#MainHome .Wrap #Header #Navigation {
	height:54px;
	}	
	
/* Icon Versandkostenfrei */	 
#MainHome .Wrap #ContainerDelivery {
	position:absolute;
	right:13%;
	top:240px;
	width:205px;
	height:199px;
	margin:0;
	background: url(../img/icon_delivery_new2.png) left top no-repeat;	
	background-size: 100% auto;
	overflow:hidden;
}		

#MainHome .Wrap #ContainerDelivery span {
	display:none;
}	
	
/* Claim */	 
#MainHome .Wrap #ContainerClaim {
	width:100%;
	height:228px;
	margin:0;
	padding:0 0 0 1.15em;
	background: url(../img/bg_claim.jpg) left top no-repeat;
	background-size:cover;
	text-align:left;
	overflow:hidden;
}	

#MainHome .Wrap #ContainerClaim #Claim {
	margin:0;
	width:65%;
}	

#MainHome .Wrap #ContainerClaim #Claim img {
	width: 598px;
	height: auto;
}	

#MainHome .Wrap #ContainerClaim #Claim h1, #MainHome .Wrap #ContainerClaim #Claim .h1 {
	margin:1em 0 0 0;
	font-weight: 600;
	font-size: 225%;
	color: #fff;
	line-height: 1.2777;
	}	

#MainHome .Wrap #ContainerClaim #Claim h2, #MainHome .Wrap #ContainerClaim #Claim .h2 {
	margin:0.425em 0 0 0;
	padding:0;
	font-size:130%;
	line-height:1.5;
	font-weight:600;
	color:#FFB700;
	}	
	
#MainHome .Wrap #ContainerClaim #Claim h3, #MainHome .Wrap #ContainerClaim #Claim .h3 {
	margin:.75em 0 0 0;
	font-size:108.333%;
	line-height:1.5;
	font-weight:normal;
	color:#fff;
	}	
	
#MainHome .Wrap #ContainerClaim #Claim h3 span, #MainHome .Wrap #ContainerClaim #Claim .h3 span {
	display: block;
	}		
		
/* Suche */	
#MainHome .Wrap #Search {
	top:190px;
	right: 12px;
	width: 36%;
	padding-bottom: 0.5em;
	background:url(../img/bg_search_home.png) no-repeat 2% 1px;
	background-size: auto 104%;
	}	
	
#MainHome .Wrap #Search #SearchField input {
	margin:1% 0 0 0;
	border:0;
	width:99.5%;
	padding:2.55% 4em 2.25% 0.75em;
	color:#000;
	background-color: #c9c9c9;
	font-family:'Open Sans', sans-serif;
	font-size:100%;
	-webkit-box-shadow: inset -10px 62px 38px -62px rgba(128,128,128,1);
	-moz-box-shadow: inset -10px 62px 38px -62px rgba(128,128,128,1);
	box-shadow: inset -10px 62px 38px -62px rgba(128,128,128,1);
	}		
	
/* Content */		
#MainHome .Wrap #Content {
	padding:3.5em 3em 0 0;
	background: url(../img/bg_contentlinie.gif) 100% 20px no-repeat;
	background-size: 12px auto;
	}
		
#MainHome .Wrap #Content h1, #MainHome .Wrap #Content .h1 {
	width:auto;
	margin:0 0 1em 0;
	font-weight:700;
	font-size:133.333%;
	line-height:1.25;
	color:#A9A9A9;
	}	
	
#MainHome .Wrap #Content .Fliesstext .TextSmall	 {
	padding-top: 3%;
	}	
	
#MainHome .Wrap #Content .Container {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	width:30.5%;
	height:auto;
	overflow:hidden;
	}	
	
#MainHome .Wrap #Content .Container img {
	width: 100%;
	height: auto;
	}		
	
#MainHome .Wrap #Content .Container a {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	font-weight: 700;
	font-size: 105%;
	text-align:center;
	color: #fff;
	text-decoration:none;
	background-image:url(../img/button.png);
	background-repeat: no-repeat;
	background-position: left 100%;
	background-size: 100% auto;	
	z-index:5;
	}
	
#MainHome .Wrap #Content .Container a:hover {
	background-image:url(../img/button_x.png);
	}			
	
#MainHome .Wrap #Content .Container a span {
	display: block;	
	position: absolute;
	width: 100%;
	bottom: 9.5%;
	}		
	
#MainHome .Wrap #Content .Container a:hover span {
	display: block;	
	position: absolute;
	left: 1%;
	bottom: 9%;
	}	
	
#MainHome .Wrap #Content .Container a.Button_1 {}		
#MainHome .Wrap #Content .Container a.Button_1:hover {}
	
#MainHome .Wrap #Content .Container a.Button_2 {}	
#MainHome .Wrap #Content .Container a.Button_2:hover {}
	
#MainHome .Wrap #Content .Container a.Button_3 {}	
#MainHome .Wrap #Content .Container a.Button_3:hover {}
	
#MainHome .Wrap #Content .Container a.Button_4 {}	
#MainHome .Wrap #Content .Container a.Button_4:hover {}
	
#MainHome .Wrap #Content .Container a.Button_5 {}
#MainHome .Wrap #Content .Container a.Button_5:hover {}
	
#MainHome .Wrap #Content .Container a.Button_6 {}	
#MainHome .Wrap #Content .Container a.Button_6:hover {}
	
#MainHome .Wrap #Content .Container a.Button_7 {}	
#MainHome .Wrap #Content .Container a.Button_7:hover {}
	
#MainHome .Wrap #Content .Container a.Button_8 {}
#MainHome .Wrap #Content .Container a.Button_8:hover {}
	
#MainHome .Wrap #Content .Container a.Button_9 {}	
#MainHome .Wrap #Content .Container a.Button_9:hover {}
		
/* Sidebar */		
#MainHome .Wrap #Sidebar {
	margin:3.15em 1.1em 1.15em 0;
	}	
	
/* Sidebar */		
#MainHome .Wrap #Sidebar .SidebarDelivery {
	display:none;
	}	
	
/*************************************************
* Formulare
*************************************************/		

form  { 
	display: inline;
	margin-bottom: 0;
}

select:focus, input:focus {
	outline: medium none;
	}	

select {
	width:99%;
	outline:0;
	border:1px solid #A8A8A8;
	padding:0.35em 0 0.35em 0.15em;
	font-family:'Open Sans', sans-serif;
	font-size:100%;
	}		
	
select option {
	background:#fff;
	}	
	
input.Text {
	width:99%;
	border:1px solid #A8A8A8;
	padding:0.35em 0 0.35em 0.5em;
	font-family:'Open Sans', sans-serif;
	font-size:100%;
	}		
	
.ContainerGrey p.Label	{
	clear:left;
	float:left;
	width:30%;
	line-height:2.75;	
	overflow: hidden;
	}		
		
.ContainerGrey p.Label span {
	color:#EE3135;
	}		
	
.ContainerGrey div.Field {
	float:left;
	width:62%;
	margin-bottom: 0.85em;
	}	
	
.ContainerGrey p.LabelText {
	clear:both;
	float:left;
	width:10.5em;
	margin-right: 0 !important;	
	padding:0 0 0.75em 0;	
	line-height:1.25;	
	border:0;
	}	
	
.ContainerGrey p.FieldText {
	float:left;
	width:65%;
	margin-right: 0 !important;	
	padding:0 0 0.75em 0;	
	line-height:1.25;	
	font-weight:700;	
	}		
	
.ContainerGrey div.Radio {
	clear:left;
	float:left;
	padding:0.45em 0 1em 0.25em;
	width:2.5em;
	}	
	
.ContainerGrey div.Checkbox {
	clear:left;
	float:left;
	padding:0.375em 0 0.35em 0.5em;
	width:2.5em;
	}		
	
.ContainerGrey p.LabelRadio,
.ContainerGrey p.LabelCheckbox {
	float:left;
	padding:0.25em 0 0.5em 0;
	margin:0 !important;	
	}	
	
/* Popup */

.Popup  {
	backgound-image: none;
	text-align:left;
	}	
								
.TopPopup {
	backgound-image: none;
	text-align:right;
	margin:2.5em 2em 2em 0;
	border:0;
	}	

/*----------------- 404er --------------------*/
	
.ErrorTopic {
	font-family:	'Open Sans', sans-serif;
	font-size:		280%;
	display:		inline;
	margin:			0px;
}

.FileNotFound {
	font-family:	'Open Sans', sans-serif;
	font-size:		180%;
	color:			#FFB700;
	text-transform: none;
	display:		inline;
	margin:			0px;
}