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


/* ______________________________________ Layout */
#kontakt-wrap {
	margin: 30px;
	width: 740px;
}
#kontakt-left {
	width: 360px;
	float: left;
	margin-bottom: 10px;
}
#kontakt-right {
	width: 360px;
	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;
}

/* ______________________________________ Text vor dem Formular */
h2#headline-kontakt {
	margin: 0 0 10px 0;
	padding: 0;
	width: 437px;
	height: 25px;
	background: url(/images/contact/headline-kontakt.png) top left no-repeat;
	text-indent: -10000px;
}
p#formular-infos {
	color: #888888;
	margin: 0 0 20px 0;
	padding: 0;
}

/* ______________________________________ linke Formular-Haelfte */
#kontakt-left label {
	font-size: 14px;
	cursor:text;
}
#kontakt-left input, #kontakt-left textarea {
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	width: 352px;
	margin: 0;
	color: #333333;
	box-shadow: 1px 1px 3px #ececec inset;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
#kontakt-left textarea {
	height: 100px;
}
#kontakt-left input:focus, #kontakt-left textarea:focus {
    border-color: rgba(82, 168, 236, 0.75);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}
#kontakt-left div {
	position:relative;
	margin-bottom: 5px;
	cursor:text;
}
#kontakt-left label.overlabel {
	color:#999999;
}
#kontakt-left 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;
}
#kontakt-left label.overlabel-apply:focus {
	color: #cccccc;
}

/* ______________________________________ rechte Formular-Haelfte */
#kontakt-right h3 {
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}
#kontakt-right label {
	display: block;
	float: left;
	width: 145px; /* 155-5-5 */
	padding: 10px 5px;
	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;}

/* 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 5px;
}

#kontakt-right input#sonstiges-text {
	width: 300px;
	border: 1px solid #cccccc;
	padding: 3px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	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;
}

/* ______________________________________ Button */
#button {
	clear: both;
	margin: 0 auto 0 auto;
	display: block;
	width: 286px;
	height: 50px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	background: url(/images/contact/button.png) top left no-repeat;
	text-indent: -10000px;
}
#button:hover, #button:focus {
	background-position: 0 -50px;
}
#button:active {
	background-position: 0 -100px;
}

#datenschutz-hinweis {
	margin: 10px 0 0 0;
	text-align: center;
	color: #888888;
	font-size: 13px;
}
#datenschutz-hinweis a {
	color: #888888;
}


/* ______________________________________ Validierung */

label.error {
	color: red;
	display: block;
	font-size: 11px !important;
	background:none;
	margin-bottom: 12px;
	margin-top: 3px;
}
input.error, textarea.error {
	border-color: red !important;
    box-shadow: 0 0 8px #cccccc;
}
label.checked {
	display: none;
}

h4.success {
	font-size: 30px;
	margin: 45px 0 10px 0;
	font-weight: normal;
	color: #83C13C;
}
p.success {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	color: #666666;
}