* {
	color:#000000;
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:11px;
}
p {
	margin-bottom:5px;
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin-bottom:10px;
/*	padding:5px 0 5px 3px;
	margin:10px 0px 5px 0px; */
}
h1 {
	color:#82430C;
	font-size:14px;
	line-height:180%;
}
h2 {
	color:#82430C;
	font-size:12px;
	margin-bottom:10px;
}
h3 {
	color:#351B05;
	font-size:11px;
	margin-bottom:10px;
}
li {
	margin:5px 0 0 0;
}

label, select, input, textarea {
	cursor:pointer;
	margin-bottom:6px;
}
select, input, textarea {
	background-color:#FFFFFF;
}


input, textarea, select {
	padding: 4px;
	border:0px;
	border-bottom-style:solid;
	border-bottom-color:#623100;
	border-bottom-width:1px;
}
input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover {
	background-color:#f2c684;

}
input.button, input.button:hover{
	border: 1px solid #623100;
	font-weight:bold;
	background-color:#f2c684;
}
input.small {
	width:50px;
}
input.medium {
	width:250px;
}
input.large {
	width:400px;
}
input.datum, input.uhrzeit{
	width:70px;
}
optgroup {
	margin-top:4px;
	font-size:13px;
	line-height:120%;
	font-style:normal;
}
option {
	margin-top:2px;
	font-size:11px;

}