/* css-file by wonders and sign */
/* Stand 01.2009 */

/*colors: Hellblau #64a1cf; Dunkelblau: #29547c; Braun: #816f49; Dunkelbraun(p): #71603c; Dunkebraun: #352507; Beige: #f1ebd1;*/

/* Basics */
* {
	margin: 0;
	padding:0;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #fff;
	background: #64a1cf url(img/bg.jpg) repeat-x center top;
	text-align: center;
}
ul, li {
	list-style: none;
}
img {
	border:0;
	margin:0;
	padding:0;
}
/* Allgemeine Klassen */
.clear {
	clear: both;
}
.logo {
	float: right;
	display: inline;
	margin: 0.7em 1.8em;
}
/* Allgemeine Formatierungen */
p {
	margin: 0;
	text-align: left;
	font-size: 1em;
	color:#fff;
}
a {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: underline;
}
/* Header */
#header {
	width: 619px;
	height: 147px;
	margin: 0 auto;
	text-align: center;
	background: transparent url(img/head.jpg) no-repeat center top;
}
/* Main */
#main {
	width: 619px;
	margin: 0 auto;
	padding-bottom: 32px;
	text-align: center;
	background: #fff url(img/bl.jpg) no-repeat center bottom;
}
/* Inhalt */
#content {
	width: 601px;
	margin: 0 auto;
	text-align: center;
	background: #816f49 url(img/b_line.jpg) repeat-y center top;
}
#content h1 {
	margin: 0;
	padding: 24px 0 7px 1.8em;
	text-align: left;
	font-size: 14px;
	background: #816f49 url(img/hl.jpg) no-repeat center bottom;
}
#content p {
	padding: 0.7em 1.8em;
}
/* News */
#content div.newsbox {
	width:553px;
	border: 1px solid #fff;
	background: #f1ebd1;
	margin: 10px auto;
	padding-bottom: .5em;
	text-align: center;
	overflow: auto;
	color: #352507;
}
#content div.newsbox h1 {
	margin: 0;
	padding: 0.5em .8em;
	text-align: left;
	font-size: 1em;
	color: #352507;
	border-bottom: 1px solid #fff;
	background: transparent;
}
#content div.newsbox h2 {
	margin: 0;
	padding: 2em .8em 0 .8em;
	text-align: left;
	font-size: 1em;
	color: #352507;
	background: transparent;
}
#content div.newsbox p {
	text-align:left;
	color: #352507;
	padding: .7em .8em;
}
#content div.newsbox p.halb {
	padding: .7em .8em 0 .8em;
}
#content div.newsbox p.halb2 {
	padding: .7em .8em 0 .8em;
	text-align: right;
}
#content div.newsbox a {
	color: #352507;
}
/* Input */
div.personal {
	float: left;
	display: inline;
	width: 275px;
}
label {
	padding:0;
	margin: 0;
}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	display:block;
	border: none;
	margin: 0 0 .5em 0;
	padding: .5em;
	width: 245px !important;
	width: 255px;
	background: #fff;
	color: #71603c;
}
#absenden {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #71603c;
	text-align: right;
	float: right;
	font-weight: normal;
	font-size: 1em;
	color: #352507;
}
#absenden:hover {
	text-decoration: underline;
}
/* Footer */
#footer {
	clear:both;
	margin: 0 auto;
	text-align: center;
	width: 619px;
	height: 100px;
	background: #64a1cf url(img/footer.jpg) no-repeat center top;
}
#footer p {
	text-align: center;
	padding: 6px 0 0 0;
}
#footer a {
	text-decoration: none;
}

.error {
   color:#ff0000;
   text-align: left;
}