/*	
	  ************.C.O.P.Y.R.I.G.H.T.*************
	************************************************
	Design und CSS Copyright by Thomas Ballschmieter
  www.pt-webservice.de or tballschmieter@pro-tempre.de
	    Created 09.10.2008 - 12:30 Uhr - Berlin
	************************************************
	  ********************************************
*/


body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
	background:url(../images/bg.jpg) top left repeat;
}

a:link { color:#000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:focus { color:#000; text-decoration:underline; }
a:hover { color: #333; text-decoration:none; }
a:active { color: #000; text-decoration:underline; }

h1 {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#4A2500;
	line-height:14px;
}

#container {
	padding:10px 0;
	margin:0 auto;
	width:810px;
}

#header {
	padding:0;
	margin:0;
	width:810px;
	height:196px;
	background:url(../images/header.jpg);
}

#content {
	padding:0;
	margin:0;
	width:810px;
	background:url(../images/content.jpg);
}

#footer {
	padding:0;
	margin:0;
	width:810px;
	clear:both;
}

#footer #footer_1 {
	padding:0;
	margin:0;
	height:102px;
	background:url(../images/footer_1.jpg);
}

#footer #footer_2 {
	padding:0 0 0 10px;
	margin:0;
	line-height:33px;
	background:url(../images/footer_2.jpg);
	color: #795d4d;
	font-size:10px;
}

#footer #footer_2 a {
	color: #795d4d;
	text-decoration:none;
}

#footer #footer_2 a:hover {
	color: #fff;
	text-decoration: underline;
}

#topmenu {
	padding:0;
	margin:0 0 0 52px;
}

#topmenu ul {
	padding:0 0 0 1px;
	margin:159px 0 0 0;
	list-style:none;
	background:url(../images/topmenu_1.jpg) top left no-repeat;
	float:left;
}

#topmenu ul li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#topmenu ul li a {
	padding:0;
	margin:0;
	line-height:32px;
	list-style:none;
	float:left;
	display:block;
	background:url(../images/topmenu_1.jpg) top right no-repeat;
	color:#fff;
	text-decoration:none;
	width:100px;
	text-align:center;
}

#topmenu ul li a:hover {
	color:#000;
	text-decoration: underline;
	background:url(../images/topmenu_over.jpg) top left no-repeat;
}

#topmenu .over {
	color:#000;
	text-decoration: none;
	background:url(../images/topmenu_over.jpg) top left no-repeat;
}

#content {
	padding:8px 0 10px 0;
	margin:0;
	width:810px;
}

#text {
	padding:0;
	margin:0 auto;
	width:778px;
	background:url(../images/text_2.jpg) left top repeat-y;
}

#text_2 {
	padding:10px 20px 10px 20px;
	margin:0;
	line-height:20px;
}

.formular {
	width:280px;
	margin:5px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #be7e45;
	background: #fff5df;
	padding:3px;
}

.button {
	width:100px;
	margin:8px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #512c19;
	padding:1px;
	background:url(../images/ver_1.jpg);
	color:#fff;
}

.button:hover {
	border:1px solid #512c19;
	background:#fff5df;
	color:#000;
	cursor: pointer;
}

a.button_url {
	width:270px;
	border:1px solid #512c19;
	padding:5px;
	background:url(../images/ver_1.jpg);
	color:#fff;
	text-align:center;
	text-decoration:none;
}

a.button_url:hover {
	border:1px solid #512c19;
	background:#fff5df;
	color:#000;
	cursor: pointer;
}


#kontaktformular {
	padding:0;
	margin:0;
	float:left;
	line-height:30px;
}

#kontaktbox {
	padding:0;
	margin:0 45px 0 0;
	float:left;
	background:url(../images/kontakt.jpg) no-repeat;
	width:230px;
	height:328px;
}

#kontaktbox ul {
	padding:0;
	margin:190px 0 0 14px;
	list-style:none;
	line-height:45px;
	color:#fff;
}

#kontaktbox ul a {
	color:#fff;
}

.felder {
	color: #CA622D
}

.box_1 {
	border:1px solid #ffde9e;
	padding:5px;
}

.box_2 {
	border:1px solid #EFEFEF;
	display:block;
	text-align:center;
}

.box_3 {
	border:1px solid #ffde9e;
	padding:5px;
	text-align: left;
}

