@charset "utf-8";

/* -------------- Newsletter CSS -------------
##### Change these styles at whim to match your own site layout and look #### */

/*==================================================
    => Newsletterseite + QuickRegister
==================================================*/

/* ---------- Styles for the form element itself  ---------- */
form.newsletter {
	margin:0 0 20px 0;
	padding:0 0 30px 0;
}

/* ---------- Shared styles for labels and input fields  ---------- */
form.newsletter label,
form.newsletter input {		/* Allgemeine Stile fr Labels und Formularfelder */
	color:#555555;
	font:1em Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:2px;
	width:250px;
	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}

/* ---------- Special styles for input fields only ---------- */
form.newsletter input {
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	border:1px solid #d7d7d7;
}

/* ---------- For better usability, change the look of your form fields when they are focused ---------- */
form.newsletter input:focus {
	border:1px solid #0692ab;
	background:#ffffff;
}

/* ---------- Label styles ---------- */
form.newsletter label {
	margin-right:5px;
	padding:2px 15px 2px 0;
	width:120px;
}

/* ---------- If you want to display legends, just remove the display:none here and add your own styles ---------- */
form.newsletter legend {
	display:none;
}

/* ---------- Fieldsets can be made visible by removing the default style here ---------- */
form.newsletter fieldset {
	border:none;
}

form.newsletter fieldset.infos {
	margin-left:50px;
}

form.newsletter fieldset.infos label {
	text-align:right;
}

/* ---------- Submit button ---------- */
form.newsletter input#eintragen,
form.newsletter input#austragen {
	background:#048ba6;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:12px;
}

fieldset.positionButton {
	padding:0 0 0 190px;	/* position of submit buttons */
}

* html fieldset.positionButton {
	padding-top:10px;	/* position top for IE6 */
}

html* fieldset.positionButton {
	padding-top:10px;	/* position top for IE7  */
}

/* ---- Won't show in IE6 - but why should everyone else miss all the fun? ---- */
form.newsletter input#eintragen:hover,
form.newsletter input#austragen:hover {
	background:#048ba6;
}

/* ---------- Radio buttons ---------- */
form.newsletter input.radio {
	background:transparent;
	border:none;
	width:20px;
	margin-top:5px;
}

* html form.newsletter input.radio {
	margin-top:0;/* position top for IE6 */
}

html* form.newsletter input.radio {
	margin-top:0;/* position top for IE7  */
}*/

form.newsletter label.radio {
	width:120px;
}

form.newsletter label.radio-small {
	width:85px;
	text-align:left!important;
}

/* ---------- Checkboxes ---------- */
form.newsletter input.checkbox {
	background:transparent;
	border:none;
	width:20px;
}

form.newsletter label.checkbox {
	width:90px;
}

/* ---------- Class for required fields - add colors, an image, or whatever you wish ---------- */
form.newsletter label.required {
	background:url(../images/required.png) top right no-repeat;
}

/* ---------- On user errors, required labels are style with these ---------- */
.error {
	color:#707070;
	font-weight:bold;
}

/* ---------- The error message - make it huge and hard to miss! :) ---------- */
div#meldung {
	background-color:#f5f5f5;
	border:1px solid #f5f5f5;
	color:#707070!important;
	padding:10px;
	margin:20px 0 10px 0;
	width:550px;
}

/* ---------- Since by default labels and form fields are floated, the cleared br elements are required to keep them all in place ---------- */
form.newsletter br {
	clear:left;
}

/* ---------- Without these styles, some browsers show a huge gap where the hidden fields are. Don't remove them unless you know what you're doing! ---------- */
form.newsletter fieldset.hidden,
form.newsletter input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}

/*==================================================
    => QuickRegister
==================================================*/

/* ---------- Special style for AnmeldungQuick only ---------- */
#AnmeldungQuick input {
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	border:1px solid #ffd778;
	width:130px;
}

#email-text {
	width:45px;
	padding:3px 0 0 0;
}

#AnmeldungQuick input:focus {
	border:1px solid #ffd778;
	background:white;
}

/* ---------- Submit button abschicken ---------- */
input#abschicken {
	background:#aaaaaa;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	width:85px;
	margin-left:5px;
}