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

/*

INHALT

01	Rahmen
02	Text oberhalb und unterhalb von Formularen
03	Layout Kontakt
04	Layout Sonstige
05	Formular-Design allgemein
06	Formular-Design Kontakt
07	Formular-Design Sonstige
08	Spezialfaelle
	08.01 Kontakt rechte Spalte
	08.02 Registrierung Nutzungsbedingungen
09	Button 
10	Validierung
	
*/

/* ______________________________________ 01 Rahmen */

#content-wrap {
	background: white;
	padding: 1.8em; /* 25px; */
/*	min-height: 400px; */
/*	width: 736px; */
/*	color: #333333; */
}

/* ______________________________________ 02 Text oberhalb und unterhalb von Formularen */

p#formular-infos {
	color: #888888;
	margin: 0 0 20px 0;
	padding: 0;
	width: 75%; /* 550px; */
}
p#formular-infos a {
	color: #DB0000;
}

.hinweis {
	margin: 20px 0 0 0;
	color: #888888;
	font-size: 78.57%; /* 11px; */
	line-height: 1.1667em /*14px*/;
	max-width: 500px;
	
}
#datenschutz-hinweis a {
	color: #888888;
}

/* ______________________________________ 03 Layout Kontakt */

/* Dieses Layout besteht insgesamt aus 2 langen Spalten. */

#kontakt-left {
	width: 360px;
	float: left;
}
#kontakt-right {
	float: right;
	background: #E0E0E0;
	width: 350px;
	padding: 0 0 15px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}

/* ______________________________________ 04 Layout Sonstige */

/* Dieses Layout besteht insgesamt aus mehreren Blöcken, die jweils 2spaltig sind. */
.block-wrap {
	/* width: 100%;  740px; */
	/* float: left; */
	margin-bottom: 12px;
}
/*
.block-wrap.sprechblase {
	background: url(/images/contact/sprechblase.png) 54% 10px no-repeat; war 400px 10px no.repeat 
}
*/
.block-left {
	width: 48.65%; /* 360px; */
	float: left;
	z-index: 10000;
	padding: 0;
}
.block-right {
	float: right;
	width: 32.49%; /* 240px; */
	padding: 5px 3% 0 0;
	font-size: 78.57%; /*11px; */
	line-height: 1.272em /*14px*/;
	color: #888;
}

.sprechblase .block-right {
	height: 100%;
	background: url(/images/contact/sprechblase.png) 0px 10px no-repeat; 
	padding-left: 2em;
}

.block-right a, .block-left a {
	color: #888;
	text-decoration: underline;
}
.block-right p {
	margin: 0 0 10px 0;
}

.no-bg {
	background-image: none !important;
}


/* ______________________________________ 05 Formular-Design allgemein */

a, input, select {
	outline: none;
}
.newform input, .newform textarea, .newform select {
	border: 1px solid #cccccc;
	font-family: 'Open Sans', sans-serif, Arial, Helvetica, 'Trebuchet MS';
	padding: 3px;
	width:  88%; /*342px; 95%*/
	margin: 0;
	color: #333333;
	box-shadow: 1px 1px 3px #ececec inset;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.newform textarea {
	height: 100px;
}
.newform input:focus, .newform textarea:focus, .newform select:focus {
    border-color: rgba(82, 168, 236, 0.75);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}

.overlabel-wrap {
	position:relative;
	margin-bottom: 5px;
	cursor:text;
}
/* ______________________________________ 06 Formular-Design Kontakt */

/* Diese Formulare benutzen die Overlabel-Funktion. */

.newform label, .abt-search label {
	cursor:text;
}

.newform label.overlabel, .abt-search label.overlabel {
	color:#999999;
}
.newform label.overlabel-apply, 
.abt-search label.overlabel-apply, 
.wst-search-container label.overlabel-apply, 
.usr-search label.overlabel-apply {
	position:absolute;
	top:4px;
	left:5px; /* 1 Px mehr wegen Border und 1 Px mehr wenn Cursor blinkt*/
	z-index:1;
	color:#999999;
}
.newform label.overlabel-apply:focus,
.abt-search label.overlabel-apply:focus,
.wst-search-container label.overlabel-apply:focus,
.usr-search label.overlabel-apply:focus {
	color: #cccccc;
}

.newform .block-left input, .newform .block-left select {
	margin-bottom: 10px;
	display: block;
}
.newform .block-left:first-child input, .newform .block-left:first-child select {
	margin-bottom: 0px !important;
	display: block;
}

/* ______________________________________ 07 Formular-Design Sonstige */

/* Diese Formulare benutzen NICHT die Overlabel-Funktion. */
.newform .block-wrap input, .newform .block-wrap select {
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
	padding: 8px;
	font-size: 133.33%; /* 16px */
}
.newform .block-wrap label, .newform h4 {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 85.714%; /*12px*/
	color: #666;
	margin-bottom: 5px;
	margin-left: 0;
}
.block-wrap-label-override{
	font-size: 12px !important;
	margin-top: 0 !important;
}
.block-left .anleitung {
	margin: 0 0 6px 0;
	color: #666;
	font-size: 91.67% /*11px*/; 
}
.block-left img {
	margin: 0 0 8px 0;
}

.block-wrap .block-left label {
	margin-top: 12px;
}
.block-wrap .block-left label:first-child {
	margin-top: 0px;
}


/* ______________________________________ 08 Spezialfaelle */

/* ______________________________________ 08.01 Kontakt rechte Spalte */
#kontakt-right h3 {
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-weight: normal;
	font-size: 150% /*18px*/;
}
#kontakt-right label {
	display: block;
	float: left;
	width: 139px; /* 155-8-8 */
	padding: 10px 8px;
	margin: 0 0 10px 10px;
	background: #E9E9E9;
	cursor: pointer;
}
#kontakt-right #sellyorder {background: #E9E9E9 url(/images/contact/produkte/sellyorder.png) 30px center no-repeat;}
#kontakt-right #sellymenue {background: #E9E9E9 url(/images/contact/produkte/sellymenue.png) 30px center no-repeat;}
#kontakt-right #sellyreport {background: #E9E9E9 url(/images/contact/produkte/sellyreport.png) 30px center no-repeat;}
#kontakt-right #sellymobile {background: #E9E9E9 url(/images/contact/produkte/sellymobile.png) 30px center no-repeat;}
#kontakt-right #sellyconnect {background: #E9E9E9 url(/images/contact/produkte/sellyconnect.png) 30px center no-repeat;}
#kontakt-right #sellyexpress {background: #E9E9E9 url(/images/contact/produkte/sellyexpress.png) 30px center no-repeat;}
#kontakt-right #prins {background: #E9E9E9 url(/images/contact/produkte/prins.png) 30px center no-repeat;}
#kontakt-right #clearingcenter {background: #E9E9E9 url(/images/contact/produkte/clearingcenter.png) 30px center no-repeat;}
#kontakt-right #sellyoffer {background: #E9E9E9 url(/images/contact/produkte/sellyoffer.png) 30px center no-repeat;}
#kontakt-right #sellyscan {background: #E9E9E9 url(/images/contact/produkte/sellyscan.png) 30px center no-repeat;}

/* checkbox- und radio-Style-Ausnahme, ggf noch auf aeltere Browser optimieren */
input[type=checkbox], input[type=radio] {
	border: none;
	box-shadow: none;
	width: auto;
	margin: auto;
	padding: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}


/* Text ausblenden = span */
#kontakt-right span {
	display: none;
}

/* Sonstiges */
#sonstiges-area {
	clear: both;
	background: #E9E9E9;
	margin: 0 0 10px 10px;
	width: 320px;
	padding-bottom: 10px;
}
#sonstiges-area label {
	margin: 0;
	width: 250px;
	padding: 10px 5px 5px 8px !important;
	position: relative;
}
#sonstiges-area label#sonstiges i {
	padding-left: 3px;
	font-style: normal;
	/* font-size: 12px; */
}

#kontakt-right input#sonstiges-text {
	width: 300px;
	border: 1px solid #cccccc;
	padding: 3px;
	width: 262px;
	margin: 0 0 0 30px;
	color: #333333;
	box-shadow: 1px 1px 2px #ececec inset;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;	
}

/* sonstiges-Eingabefeld darstellen wenn optisch deaktiviert */
.deaktiviert {
	background: #ececec;
	color: #999999 !important;
	border-color: #cccccc !important;
}


/* ______________________________________ 08.02 Registrierung Nutzungsbedingungen */
.textbox {
	height: 230px;
	overflow-y: scroll;
	background: #ececec;
	padding: 6px;
	font-size: 78.57% /*11px*/;
	border: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff;
	color: #666;
 }
 .textbox p {
 	margin: 0 0 10px 0;
 }
 .textbox h5 {
	margin: 0 0 0 0;
 	font-size: 109.1%; /* 12px */
 	color: #666666;
}
label#nutzungsbedingungen, label.checkbox-wrap {
	font-weight: normal !important;	
	position: relative;
	margin-top: 15px;
}
label#nutzungsbedingungen input, label.checkbox-wrap input {
	position: absolute;
}
label#nutzungsbedingungen span, label.checkbox-wrap span {
	display: block;
	margin-left: 25px;
}

/* ______________________________________ 09 Button */
.button-wrap {
	clear: both;
	padding-top: 5px;
}
#wrap .button, .newform .button {
	display: inline-block !important; /* wichtig fuer Link-Buttons */

	width: auto;
	clear: both;
	margin: 0;
	
	-moz-box-shadow: 2px 2px 2px 0px #cccccc;
	-webkit-box-shadow: 2px 2px 2px 0px #cccccc;
	box-shadow: 2px 2px 2px 0px #cccccc;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#8fd43b url(/images/contact/button-bg.png) top left repeat-x !important;
		
	border:1px solid #80bc2d !important;
	display:inline-block;
	color:#ffffff;
	/*font-family: Verdana, sans-serif;*/
	font-size: 128.57%; /*18px*/
	line-height: 26px; /* wichtig fuer Link-Buttons */
	font-weight:normal;
	padding:8px 20px;
	text-decoration:none;
	text-shadow:1px -1px 0px #66952d;
	cursor: pointer;
}
#wrap .button:hover, .newform .button:hover {
	background:#80bc2d !important;
	box-shadow: 2px 2px 2px 0px #cccccc !important;
}
#wrap .button:focus, .newform .button:focus {
	box-shadow: 2px 2px 2px 0px #cccccc !important;
	background:#669900 !important;
}

.newform .button:focus {
	top:1px !important;
	position:relative;
}

#wrap .button-wrap .button:active, .newform .button-wrap .button:active {
	position:relative;
	top:1px;
	background:#669900 !important;
}

/* Version fuer Kontaktseite */
#kontakt-button {
	margin: 10px auto 0 auto !important;
}
 

/* ______________________________________ 10 Validierung */

label.error, span.error, .newform .block-wrap label.error {
	color: red;
	display: block;
	font-size: 78.57% /*11px*/ !important;
	background:none;
	margin-bottom: 4px;
	margin-top: 3px;
	font-weight: normal;
}
/* mehr Abstand nach unten beim Kontaktformular */
.newform #kontakt-left label.error {
	margin-bottom: 12px;
}
/* Textzeile PHP-Validierung */
p.error {
	margin: 0 0 20px 0;
	font-size: 114.29% /*16px*/ !important;
	color: red;
}

/* Sonderfall: ueber der Eingabe, z.B. bei Kontotyp-Auswahl */
.error-above {
	margin-bottom: 107.142% /*15px*/ !important;
}

input.error, textarea.error, select.error {
	border-color: red !important;
    box-shadow: 0 0 8px #cccccc;
}
label.checked {
	display: none;
}

h4.success {
	font-size: 214.286% /*30px*/;
	margin: 45px 0 10px 0;
	font-weight: normal;
	color: #74AD14;
}
p.success {
	font-size: 107.142% /*15px*/;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	color: #666666;
}
.success {
    color: #74AD14;
}

/* ______________________________________ jsf container */
.button-wrap .panelGrid {
	width: 500px;
	text-align: left;
}

#content-wrap h5 {
	vertical-align: middle;
	padding: 0px 0px;
	line-height: 1.5em;
	background-color: transparent;
	background-image: none;
}

.button-wrap .panelGrid td{
	vertical-align: bottom;
}

.gridSeparator {
	line-height: 1.2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #7B7B7B;
	padding-bottom: 1em;
}

#toolcol-wrap {
	padding: 8px;
	font-family: Verdana, sans-serif;
	font-size: 78.57% /*11px*/;
	color: #333333;
}
.newform  .buttonSmall {
	display: block !important;

	width: auto;
	clear: both;
	margin: 0;
	
	-moz-box-shadow: 2px 2px 2px 0px #cccccc;
	-webkit-box-shadow: 2px 2px 2px 0px #cccccc;
	box-shadow: 2px 2px 2px 0px #cccccc;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4x;
	border-radius:4px;
	background:#8fd43b url(/images/contact/button-bg.png) top left repeat-x !important;
		
	border:1px solid #80bc2d !important;
	display:inline-block;
	color:#ffffff;
	font-size: 78.57% /*11px*/;
	font-weight:normal;
	padding:4px 8px;
	text-decoration:none;
	text-shadow:1px -1px 0px #66952d;
	cursor: pointer;
}


.contactView {
	margin: 0.75em 1em 0 1em;
	border-top: 1px dotted #c0c0c0;
}