
/* Global geltende Farben und Schriften */

body {
/* 	font-family: "minion-pro-1","minion-pro-2"; */
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
}

h1, h2, h3 {font-size: 24px;line-height: 30px;font-weight: normal;margin: 0 0 15px 0;font-family: sans-serif;color: #322317;}


/* Formatierung der Links */
a {
	color: #A2BD30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



body {
/* 	color: #444; */
	color: #322317;
}


p {margin: 0 0 10px 0;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
img {border: 0;vertical-align: baseline;}


/* Formulare */

input[type=text] {
	margin-bottom: 6px;
	border:1px solid transparent;
	height:16px;
	margin:2px 0px 2px 0;
	padding: 1px 2px 1px 5px;
	font-size: 12px;
	background: #D6D3D1;
}

input.text {width: 302px;}

select {
	margin-bottom: 6px;
	width: 200px;
}

textarea {
	width: 300px;
	height: 100px;
	font-size: 12px;
	font-family: Arial;
	padding: 5px;
	border:1px solid transparent;
	margin: 3px 5px 3px 0;
	background: #D6D3D1;
}

input.button { margin-top: 10px; height: 30px; border: none;font-family: sans-serif;font-size: 14px;}

.formerror, .error {border: 1px solid transparent !important;background: #B5CA59 !important;}
label.error {display: none !important;}
