@charset "utf-8";
/* -------------- Newsletter CSS -------------
##### Change these styles at whim to match your own site layout and look #### */


/* ---------- 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 */
	
	margin:0 0 10px 0;
	padding:2px;
	width:200px;

	/* ---- 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 {
	border:1px inset #c2c2c2;
}



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

/* ---------- Submit button ---------- */
form.newsletter input#eintragen, form.newsletter input#austragen, form.newsletter input#abschicken {
	background:#0074b0;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:13px;
	font-weight: bold;
	height: 35px;
	
	/* Watch out! IE6 will double the left margin if the submit button is floated. To prevent this, provide only half the margin value to IE6. */
	margin:0 0 0 140px;
	*margin:10px 0 0 140px;
	_margin:10px 0 0 70px;

	
	padding:5px;
	width:205px;
}




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




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

input#html {
	margin-top: 2px;
	*margin-top: -2px;
}

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

form.newsletter label.radio-small {
	width:85px;
}




/* ---------- 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/kontakt/required.gif) top right no-repeat;	
}


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


/* ---------- The error message - make it huge and hard to miss! :) ---------- */
div#meldung {
	background: #0074b0;	
	margin:0 0 15px 0;
	padding:20px;
	width: 300px;
	color: #fff;
}



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




/*================================================================================
======================= ---------- QUICK NEWS ---------- =========================
==================================================================================*/


form.newsletter-quick {
	position: absolute;
	top: 111px;
	left: 502px;
	width: 300px;
	height: 27px;
}

form.newsletter-quick input#email-quick {
	background: #fff;
	width:162px;
	height:22px;
	*height:19px;
	border:none;
	padding:3px 0 2px 5px;
	*padding: 6px 0 2px 5px;
}

/* ---------- Shared styles for labels and input fields  ---------- */
form.newsletter-quick label, form.newsletter-quick input {		/* Allgemeine Stile fr Labels und Formularfelder */
	color:#383838;
	font:1em Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:2px;
	width:166px;

	/* ---- These are here for a reason - don't remove if not necessary ---- */
	display:block;
	float:left;
}

/*form.newsletter-quick input {
	padding:7px 0 0 7px;
}*/

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

/* ---------- Fieldsets can be made visible by removing the default style here ---------- */
form.newsletter-quick fieldset {
	border:none;
	text-indent:-9999px!important;
}

form.newsletter-quick input#abschicken,
form.newsletter-quick input#abschicken:hover {
	background: #000;
	display:block;
	width:54px;
	height:27px;
	border:none;
	cursor:pointer;
	color: #fff;
	font-size: 11px;
}

form.newsletter-quick input#abschicken:hover {
	text-decoration: underline;
}


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

form.newsletter label.radio-small {
	width:85px;
}




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

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



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



/* ---------- Since by default labels and form fields are floated, the cleared br elements are required to keep them all in place ---------- */
form.newsletter br,
form.newsletter-quick 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],
form.newsletter-quick fieldset.hidden, form.newsletter-quick input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}


