body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#summe {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;					
	color:#333333;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#sumbox {
	visibility:hidden;
	position:fixed;
	padding:20px;
	left:85%;
	width:150px;
	height:100px;
	background-image:url(../../weingut-vinothek/sum.png);
	background-repeat:no-repeat;
}

* html #sumbox {
	visibility:hidden;
	position:fixed;
	padding:20px;
	left:85%;
	width:150px;
	height:100px;
	background-image:url(../../weingut-vinothek/sum_ie.jpg);
	background-repeat:no-repeat;
}


#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 2px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 2px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0px 0px 0px;
	padding-top:5px;
	width:400px;
	height:25px;
	background-image:url(bg2.jpg);
	background-repeat:no-repeat;
	color:white;
	font-size:12px;
	font-weight:none;
	text-align:center;
}

.custom-advice a {
	text-decoration:none;
	color:white;
}

.bemerkung {
	width:300px;
	height:100px;
}

.custom-advice a:hover {
	text-decoration:none;
	color:white;
	padding-top: 10px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	width:600px;
	clear: both;
	padding: 0.5em;
}

.submit {}

.field-label {
	font-size:12px;
	float:left;
	width:120px;
	padding-left:20px;
}

.field-label-duty {
	font-size:12px;
	float:left;
	width:120px;
	padding-left:20px;
	background-image:url(submit.gif);
	background-position:left;
	background-repeat:no-repeat;
}
		

.field-widget {
	float:left;
}

.clear {
	clear:both;
}
