@charset "utf-8";

/* CSS Document */

/* FORMULARE */

fieldset
{
	text-align:right;
	border:0px;
	width:100%;
	padding-top:2px;
}

label
{
	margin: 0px 6px 0px 0px;
	vertical-align:top;
}

input,
textarea
{
	border:1px solid #999;
}

input:focus,
textarea:focus
{
	border:1px solid #01853c;
}

input,
.input-small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 0px 4px 0px 4px;
	height:16px;
	width:200px;
	margin:-1px 0px 1px 0px;
}

.input-small
{
	width: auto;
}

html > body input
{
	margin:0px 0px 2px 0px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	height:18px;
	width:210px;
	margin:0px 0px 2px 0px;
}

textarea,
.textarea-small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	padding: 0px 4px 0px 4px;
	height:90px;
	width:200px;
	margin-bottom:2px;
}

.textarea-small
{
	height:40px;
	width:auto;
	margin-top:2px;
}

button,
input.button
{
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 12px;
	line-height: 12px;
	background-image: url(../pics/layout/button-hg.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 2px 0px;
	margin-top:0px;
	border:0px !important;
	cursor: pointer;
}

html > body button
{
	padding: 0px 9px 2px 9px;
}

.check
{
	width:16px;
	border:0px;
	margin-top:1px;
}

.check[class]
{
	width:16px;
	border:0px;
	margin-bottom:-1px;
}

.radio
{
	width:16px;
	border:0px;
	margin-right:1px;
	margin-bottom:0px;
}

.radio[class]
{
	margin-right:0px;
	margin-bottom:-4px;
}

.input_row
{
	float:right;
	margin-left:10px;
}

.kategorie .input_row
{
	float:left;
}

.input_row_no_label
{
	float:right;
	margin-left:4px;
}

.form_trennung
{
	margin: 10px 4px 0px 4px;
	height:10px;
	clear:both;
	font-size:0px;
	line-height:0px;
	border-top:1px solid #fff;
}

.form_trennung[class]
{
	padding: 10px 4px 0px 4px;
	margin: 0px 4px 10px 4px;
	height:0px;
	border-top:0px solid #fff;
	border-bottom:1px solid #fff;
}

.trennung_klein
{
	margin:4px 0px 4px 0px;
}

/* SUCHFELD im Kopfbereich */

.cont_left_info_body form
{
	margin-top: 3px;
}

#searchbox input
{
	width: 108px;
	margin-right:4px;
}

.cont_left_info_body input
{
	width: 125px;
	margin-right:4px;
}

#searchbox button,
.cont_left_info_body button,
.filialfinder_box_rechts button,
#detailsuche button,
#right button.go,
#forumsuche button
{
	position:absolute;
	width: 18px;
	height: 18px;
	background-image: url(../pics/icons/search-button.gif);
	background-repeat: no-repeat;
}

/* FORMULAR REGISTRIERUNG */

.registration
{
	width:368px;
	padding:0px 10px;
	background-color: #edefe8;
	float:left;
}

.registration_head,
.registration_bottom
{
	background-image:url(../pics/layout/registration-oben.gif);
	font-size:0px;
	width:368px;
	height:10px;
	padding:0px 10px;
	background-color: #edefe8;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}

.registration_bottom
{
	background-image:url(../pics/layout/registration-unten.gif);
	background-position: bottom;
	margin-bottom:4px;
}

.registration_add
{
	width:388px;
	/*height:10px;
		padding:0px 10px;*/
		float:left;
}

.registration_txt,
.registration_txt_popup
{
	width:250px;
	float:right;
}

.registration_txt_popup
{
	width: 115px;
	margin-top: 20px;
}

.registration_plz
{
	width:40px;
	margin-left:4px;
}

.registration_ort
{
	width:100px;
	margin-left:4px;
}

.registration_ort_l
{
	width:107px;
	margin-left:4px;
}

.registration_tag
{
	width:50px;
	margin-left:0px;
}

.registration_monat
{
	width:97px;
	margin-left:0px;
}

.registration_jahr
{
	width:55px;
	margin-left:0px;
}

.registration_strasse
{
	width:112px;
	margin-left:4px;
}

.registration_head_gewinnen
{
	background-image:url(../pics/layout/registration-oben.gif);
	font-size:11px;
	font-weight:bold;
	width:368px;
	padding:2px 10px 0px 10px;
	margin-bottom:-2px;
	background-color: #edefe8;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}

.capture
{
	padding:7px 10px 0px 27px;
}

.geschenk_input
{
	width:62px;
}

.adresse_input
{
	width:280px;
}

.adresse_select
{
	width:290px;
	margin-top:0px;
}

.adresse_select[class]
{
	width:290px;
	margin-top:-1px;
}

.adresse_name
{
	margin: 0px 0px 4px 83px;
}

#guthaben
{
	text-align:right;
}

/* FORMULARE IM TEASER */

#teaser_kontakt
{
	height: 328px;
	background-image: url(../pics/teaser/teaser-kontakt.jpg);
	background-repeat: no-repeat;
	background-color: #edefe8;
}

#teaser_login
{
	height: 283px;
	background-image: url(../pics/teaser/teaser-login.jpg);
	background-repeat: no-repeat;
	background-color: #edefe8;
}

#teaser_kontakt form,
#teaser_kontakt .sent_container
{
	padding:36px 10px 0px 0px;
	float:right;
	width:368px;
}

#teaser_kontakt .sent_container
{
	width: 255px;
}

#teaser_login form
{
	padding:175px 10px 0px 0px;
	float:right;
	width:368px;
}

/* MAIL FORMULARE */

.loadmail_im_content
{
	margin: 20px 0px 0px 154px;
}

#loadmail
{
	visibility: hidden;
}

#loadmail[id]
{
	position:fixed;
	left:0px;
	top:0px;
	z-index:10;
	width:100%;
	height:100%;
}

#loadmail form,
#loadmail form.bettina_form
{
	width:414px;
	margin-top:20px;
}

#loadmail form.bettina_form
{
	width: 390px;
}

#loadmail input,
#loadmail textarea
{
	width:250px;
}

#loadmail textarea
{
	height:70px;
}

#mailBg
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	width:100%;
	height:100%;
	background:#484848;
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}

#mailcontainer
{
	position:absolute;
	z-index:12;
	top:10%;
	left:50%;
	right:50%;
	margin: 0px -300px;
	width:600px;
}

#mailcontainer[id]
{
	position:fixed;
}

#mailtop
{
	height:8px;
	font-size:0px;
	background-image: url(../pics/layout/mail-bg-top.gif);
	background-repeat: no-repeat;
}

#mailbody
{
	width:528px;
	background-color: #FFFFFF;
	border-width: 0px 4px 0px 4px;
	border-style: solid;
	border-color: #8a8c84;
	padding:20px 32px 10px 32px;
}

#mailbottom
{
	height:8px;
	font-size:0px;
	background-image: url(../pics/layout/mail-bg-bottom.gif);
	background-repeat: no-repeat;
}

/* FORMULARE CONT RIGHT */

.cont_right select
{
	width: 127px;
}

.cont_right input
{
	width: 95px;
	margin-right:4px;
}

/* FORMULAR WARENKORB */

#warenkorb_body
{
	width:640px;
	padding:0px 10px;
	background-color: #edefe8;
}

#warenkorb_head,
#warenkorb_bottom
{
	background-image:url(../pics/layout/warenkorb-oben.gif);
	font-size:0px;
	width:640px;
	height:10px;
	padding:0px 10px;
	background-color: #edefe8;
	background-repeat: no-repeat;
	background-position: top;
}

#warenkorb_bottom
{
	background-image:url(../pics/layout/warenkorb-unten.gif);
	background-position: bottom;
	height:14px;
	margin-bottom:4px;
}

.wk_save_button,
.wk_delete_button
{
	width: 18px;
	height: 18px;
	background-image: url(../pics/icons/wk-save.gif);
	background-repeat: no-repeat;
	margin:0px 0px 1px 4px;
}

.wk_delete_button
{
	background-image: url(../pics/icons/wk-delete.gif);
}

.wk_save_button[class],
.wk_delete_button[class]
{
	margin:0px 0px 0px 0px;
}

.wk_input
{
	width:26px;
	text-align:right;
}

/* Warenkorb Tabelle */
#wk_list th,
#wk_list td
{
	border-bottom:1px solid #fff;
	padding: 4px 0px;
}

#wk_result
{
	border-bottom:1px solid #fff;
	margin:4px 0px 6px 0px;
}

#wk_result td
{
	padding-bottom: 4px;
}

/* FORMULAR Kommentar */

#kommentar_txt
{
	width:120px;
	float:right;
}

#kommentar
{
	width:330px;
	padding:0px 10px;
	background-color: #edefe8;
	float:left;
}

#kommentar_head,
#kommentar_bottom
{
	background-image:url(../pics/layout/kommentar-oben.gif);
	font-size:0px;
	width:330px;
	height:10px;
	padding:0px 10px;
	background-color: #edefe8;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}

#kommentar_bottom
{
	background-image:url(../pics/layout/kommentar-unten.gif);
	background-position: bottom;
	height:14px;
	margin-bottom:4px;
}

.kommentar_textarea
{
	height:90px;
	width: 320px;
}

.komm_textarea_label
{
	display:block;
	text-align:left;
}

.kommentar_textfield
{
	width: 320px;
}

/* FORMULAR bewerten */


.bewerten_label
{
	margin:0px 0px 0px 11px;
}

/* PRESSEBEREICH */

#searchbox-presse input
{
	width: 94px;
	margin-right:4px;
	border:1px solid #daded1;
}

#searchbox-presse button
{
	position:absolute;
	width: 18px;
	height: 18px;
	background-image: url(../pics/icons/search-button-presse.gif);
	background-repeat: no-repeat;
}

fieldset.presse
{
	text-align:left;
	border:0px;
	width:100%;
	padding-top:8px;
}

.cont_right input.check-presse
{
	width:16px;
	border:0px;
	margin:0;
	padding:0;
}

.cont_right input.input-presse
{
	width:116px;
	margin:6px 0 2px 0;
}

.cont_right .presse_trennung
{
	margin: 12px 0 0 0;
	height:10px;
	clear:both;
	font-size:0px;
	line-height:0px;
	border-top:1px solid #fff;
}

select.presse_select
{
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	height:auto;
	width:auto;
	margin:0px 0px 2px 0px;
}

.img-button-links
	{
		margin: 0 8px 0 0;
	}

/* INLINE FORMULARE */

.inline-forms
	{
	padding:0px 10px;
	background: url(../pics/icons/schneeball/form-hg.gif) no-repeat left top;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	}

.inline-forms h6
{
	color: #000;
	font: bold 12px/17px Verdana, Arial, Helvetica, sans-serif;
}

.inline-forms .helptext
{
	float:left;
	margin-top:-7px;
	margin-bottom:10px;
	color: #484848;
	font-size: 11px;
	line-height: 15px;
}

.inline-field
{
}

.inline-status-ok
{
	float:left;
	height:20px;
	background: url(../pics/icons/schneeball/ok.gif) no-repeat left center;
	padding-left:26px;
}

.inline-status-fault
{
	float:left;
	height:20px;
	background: url(../pics/icons/schneeball/not-ok.gif) no-repeat left center;
	padding:1px 0 0 26px;
	color:#CC0000;
}

.inline-forms br
{
	clear:both;
	display:block;
}

.inline-forms label,
.inline-forms label.checkradio,
.inline-forms div.more,
.inline-forms div.more-icon
{
	margin: 0;
	vertical-align:top;
	display:block;
	margin:0 0 1px 0;
	font-size: 12px;
	line-height: 17px;
	color: #484848;
}

.inline-forms label.checkradio
{
	display:inline;
	margin-right:14px;
}

.inline-forms div.more,
.inline-forms div.more-icon
{
	color: #000;
	height:13px;
	float:left;
}

.inline-forms div.more-icon
{
	margin:2px 0 12px 6px;
}

.inline-forms input,
.inline-forms textarea
{
	float:left;
	border:1px solid #999;
	width:auto;
	height:auto;
	padding:2px;
	margin:0 0 10px 0;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.inline-forms input.small
{
	width:auto;
}

.inline-forms input:focus,
.inline-forms textarea:focus
{
	border:1px solid #01853c;
}

.inline-forms input.fault,
.inline-forms textarea.fault
{
	border:1px solid #cc0000;
}

.inline-forms input.checkradio
{
	float:none;
	border:none;
	margin:0 2px 4px 0;
}

.inline-forms select
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding:2px;
	margin:0 0 10px 0;
	width:120px;
	height:auto;
	float:left;
}

.inline-forms textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	padding: 0;
	margin: 0;
}

.inline-forms button
{
	height:30px;
	width:auto;
	color:#fff;
	padding: 0 12px 1px 8px;
	margin:0px;
	border:0px !important;
	cursor: pointer;
	font: bold 12px/12px Verdana, Arial, Helvetica, sans-serif;
	background: url(../pics/icons/schneeball/button-right.gif) no-repeat right;
	overflow:visible;
}

ul.buttonline
{
	padding: 0;
	margin:0px;
	list-style: none outside;
}
li.buttonline
{
	float:left;
	padding: 0;
	margin:0px;
}
li.buttonlinetext
{
	float:left;
	padding: 7px 0 0 14px;
	margin:0px;
	color: #484848;
	font-size: 11px;
	line-height: 15px;
}

.inline-forms ul.button
{
	padding: 0;
	margin:0px;
	list-style: none outside;
}

.inline-forms ul.button li
{
	background: url(../pics/icons/schneeball/button-left.gif) no-repeat left top;
	padding: 0 0 0 4px;
	margin:0px;
}
