/*******************************************/
/*
/*  Stylesheet für FVS
/*
/*  Formulare
/*
/* (c) Sunbeam Gmbh, 
/* kl last: 5.8.07
/*
/*******************************************/

/* Allgemeine Formularklassen */

input,
select,
textarea {
	background-color: #fff;
	color: #000;
	border: 1px solid #7fa5c3;
	padding: 2px;
}

legend {
	font-weight: bold;
	display: inline;
}

.submit {
	background-color: #dae4ee;
	color: #004b8c;
	font-size: 0.9em;
}

input:hover.submit,
input:focus.submit {
	background-color: #004b8c;
	color: #ffc60a;
	font-weight: bold;
} 

div.error {
 	background-color: #ffcccc;
 	padding: 1em !important;
	width: 70%;
	margin-bottom: 1em;
 }
 
 .error h4 {
	color: #B70000 !important;
	background: transparent !important;
	padding: 0 0 0.6em 0 !important;
 }
 
div.ok,
div.warning {
	width: 70%;
	padding: 1px;
	background-color: #fff;
	
	background-color: #FFE864;	 /* 04.08.07 - HTML-Code anscheinend wieder anders - CSS daran angepasst, pd 2007 */
	color: #000;
	border: 1px solid #ffc60a;
	margin-top: 1em;
} 

div.ok p,
div.warning p {
	margin: 0 !important;
	padding: 1em;
	background-color: #FFE864;
}
/**
* @hackfor 	ie <= 6
* @info		Hintergrundfarbe bricht sonst seitlich durch
*/
* html div.ok p,
* html div.warning p {
	height: 1%;	
}

div.ok p.top {	padding-bottom: 0; }

/* Pressverteiler Anmeldung, id = 85 */
.tx-thmailformplus-pi1 fieldset div {
	margin: 0.2em 0;
	clear: both;
}

.tx-thmailformplus-pi1 label {
	width: 12em;
	float: left;
}

.tx-thmailformplus-pi1 textarea {
	xwidth: 20em;
	clear: both;
}

.tx-thmailformplus-pi1 input {
	margin-bottom: 2px;
	width: 200px;
}

.tx-thmailformplus-pi1 input.radio {
	width: auto;
}

.tx-thmailformplus-pi1 select {
	margin-bottom: 2px;
	width: 204px !important;
}

.tx-thmailformplus-pi1 .submit {
	margin: 10px 0 0 10.7em;
}

.tx-thmailformplus-pi1 select {
	margin-bottom: 2px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tx-thmailformplus-pi1 label.error {
	float: none;
	display: block;
	padding: 2px 0px;
	width: auto;
}

.tx-thmailformplus-pi1 fieldset label.error {
	clear: both;
	color: #B70000;
	font-weight: bold;
}

/* ====== Bestell-Liste, WARENKORB ======= */
.order_hint {
line-height: 1.4;
margin: 25px 0 10px 5px;
}

#content .form-basket {
margin-top: 20px;
}
.form-basket {
max-width: 50em;
}

/*#content .form-basket fieldset {
position: relative;
margin: 1em 0 2em 0;
padding: 0.5em;
border: 1px solid #ccc;
}*/
.form-basket fieldset {
	display: block;
	margin: 1em 0 1em 0;
	padding: 0.5em;
	width: 45em;
	width: 70%;
	xclear: both;
	border: 1px solid #ccc;
}

#content .form-basket legend {
	padding: 0px 10px;
	font-weight: bold;
	border: 1px solid #ccc;
}

/*#content .form-basket .input-basket {

}*/
.form-basket .input-basket {
	display: inline;
	width: 250px;
	margin-right: 5px;
	border: 1px solid #ccc;
}

/*#content .form-basket .margin-basket {
margin: 0 0 0.5em 0;
}*/
.margin-basket {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
	float: none;
}

/*#content .form-basket label {
float: left;
width: 12em;
font-weight: bold;
}*/
.form-basket label {
	font-weight: bold;
	width: 12em;
	display: block;
	float: left;
}

/*#content .form-basket .label-long-basket {
float: left;
width: 24em;
font-weight: bold;
}*/
.form-basket .label-long-basket {
	font-weight: bold;
	width: 26em;
	display: block;
	float: left;
}

/*#content .form-basket .input-small-basket {
width: 2.5em;
margin-right: 5px;
}*/
.input-small-basket {
display: inline;
width: 40px;
margin-right: 5px;
border: 1px solid #ccc;
}

#content .form-basket input.button-basket {
	padding: 2px 0px 2px 5px;
	font-size: 0.9em;
	background-color: #fff;
	color: #004b8c;
	border: 1px solid #004b8c;
	cursor: pointer;
	min-width: 80px;
}
#content .form-basket input:hover.button-basket {
/*padding: 2px 0px 2px 5px;
background-color: #004b8c;
color: #ffc60a;*/
} /* not for IE! */ 


/*neu*/

m-basket {
display: block;
float: none;
}

.form-basket submit {
display: inline;
}

.red {
	display: block;
	color: #CC0000;
	width: 42em;
	float: none;
}


/* Publikationsseite - Kategoriesuche */
#rechts select {
  color: #004B8C;
  font-size: 0.8em;
  width: 64%;
}

#rechts input {
  color: #004B8C;
  font-size: 0.8em;
  margin: 0 0 .5em;
  padding: 4px;
  width: 60%;
}

#rechts input.submit {
  background: none repeat scroll 0 0 #A7C7DC;
  padding: 2px;
  text-align: center;
  width: 30%;
}
#rechts input.submit:hover, #rechts input.submit:focus {
	background-color: #004b8c;
	color: #ffc60a;
	font-weight: bold;
	cursor: pointer;
}
