/**************************************************
	Stylesheet für Popup Bezugsquellen
	www.weinkontor-freund.de
	Start: 14.03.2006
	Letzte Aenderung: 31.03.2009
***************************************************/
body {
	margin: 1em 0px 0px 2em;
	padding: 6.5em 0px 0px;
	color: #333333;
	text-align: left;
	width: 32em;
	background: #FFF url(../gfx/design/header-popup-bezugsquellen.png) no-repeat 15px top;
	font: 83% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0px 0.4em;
	color: #CC7504;
}	

p {
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #ccc;
	margin-top: 0.6em;
	background-image: url(../gfx/design/textarea-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
input:focus {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
}
textarea {
	border: 1px solid #ccc;
	background-image: url(../gfx/design/textarea-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0em;
	font-size: 1em;
	line-height: 1.3em;
	width: 28em;
	margin: 0em 0em 0.7em;
	height: 5em;
}
textarea:focus {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px dotted #000000;
}

legend {
	font-weight:bold;
	padding: 0.4em;
	text-align:center;
	color: #CC7504;
}
fieldset {
	border: 1px solid #ccc;
	display: block;
	width: 30em;
	margin: 1em 0px 0em;
	padding: 0px 0px 0em 1em;
}
label	{
	float: left;
	text-align: right;
	width: 6em;
	margin-right: 0.5em;
	margin-top: 1em;
	cursor: pointer;
}

form br	{ clear:left;}

.submit {
	margin: 1em 0;
	display: block;
	width: 6em;
	border: 2px solid;
	border-color: #F2F2F2 #C0C0C0 #C0C0C0 #F2F2F2;
	background: #f0cf70;
	cursor: pointer;
}

/*Styles für Bestätigungseite beim Formular*/

input.mail-error  { border: 1px solid red; }

p.mail-error  {
	border: 1px solid #FF0000;
	padding-bottom: 1em;
	width: 30em;
	margin: 1.5em 0px 1em;
	padding-left: 1em;
	}
	
.mail-return    {
	width: 30em;
	padding-bottom: 0em;
	margin: 1.5em 0 0em;
	padding-left: 1em;
	line-height: 150%;
	}
		
.width50 {width: 50px;}
.width140 {width: 140px;}
.width200 {width: 200px;}
.pflichtfeld {color: #FF0033;cursor: help }
.red-text {color: #FF5300;}
