/* --------------- Einstellung für alle Elemente ---------------*/
html * {
	margin: 0;
	padding:0;
	font-size: 12px;
}

/* --------------- Body ---------------*/
body {
	background-color: #313031;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #313031;
}

/* --------------- umschreibendes Rechteck ---------------*/
#page { width: 910px; margin: 0px auto 0px auto; text-align: left; overflow: hidden; }

/* --------------- Header ---------------*/
#header { clear: both; float: left; width: 910px; height: 237px; background: url(images/bg-header.png) left top no-repeat; overflow: hidden; }

/* --------------- Hauptmenue ---------------*/
#hm ul { list-style-type: none; color: #313031; text-transform: uppercase; }
#hm ul li { float: left; width: 112px; text-align: center; }
#hm ul li a {
	display: block;
	width: 112px;
	float: left;
	color: #313031;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#hm ul li a:hover { background: url(images/bg-hm-over.png) -1px top no-repeat; color: #fff; padding: 18px 0px 12px 0px; }
#hm ul li a.active , #hm ul li a.active:hover { background: url(images/bg-hm-active.png) -1px top no-repeat; color: #fff; padding: 18px 0px 12px 0px; }

/* --------------- logo ---------------*/
#logo { clear: left; float: left; display: block; width: 276px; height: 107px; margin: 38px 0px 0px 10px; background: url(images/logo.png) left top no-repeat; }
#logo span { display: none; }

/* --------------- Content Bereiche ---------------*/
#ccontent { clear: both; float: left; width: 910px; background-color: #fff; }
#leftmenue { float: left; width: 240px; margin: 20px 37px 20px 0px; padding: 0px 0px 60px 20px; background: url(images/bg-leftmenue.png) left bottom no-repeat; }
#leftmenue h2 { margin: 30px 0px 0px 0px; font-size: 16px; padding: 0px 0px 10px 0px; border-bottom: 1px solid #EAEAEA; }
ul.submenue { list-style-type: none; }
ul.submenue li { padding: 10px 0px 10px 0px; border-bottom: 1px solid #EAEAEA; }
ul.submenue li a { color: #313031; text-decoration: none; padding: 0px 0px 0px 20px; background: url(images/bg-submenue-li.png) left top no-repeat; }
ul.submenue li a:hover { background: url(images/bg-submenue-li-a.png) left top no-repeat; }
ul.submenue li a.active, ul.submenue li a.active:hover { background: url(images/bg-submenue-li-a.png) left top no-repeat; color: #83B60A; }

#content {
	float: left;
	width: 580px;
	margin: 20px 0px 20px 0px;
	line-height: 1.5em;
	list-style-type: square;
}
#content h1 {font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 22px; text-transform: uppercase; margin: 0px 0px 20px 0px;}
#content p {margin: 0px 0px 20px 0px;}
#content a {color: #83B60A;}
#content ul {
	list-style-type:square;
	padding-left: 30px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	color: #8D8B8B;
	font-size: 10px;
	float: left;
	width: 300px;
}
#footer a { color: #8D8B8B; font-size: 10px; }
#footer p { padding: 5px 0px 5px 0px; font-size: 10px; }
#footer p.adress span { color: #79B002; }
#footer p.adress a { color: #79B002; }
#footer p.copyright { color: #646262; }
#footer p.copyright a{ color: #646262; }

#counter {
	font-size: 10px;
	color: #8D8B8B;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 7px;
}
	
/* --------------- Formulare ---------------*/
#kontaktform {
	clear: left;
	float: left;
	line-height: normal;
	width: 500px;
	margin: 0px 0px 30px 0px;
	padding: 0px 10px 30px 10px;
	border: none;
	background-color: #FFF;
}
#kontaktform label { clear: left; float: left; margin: 10px 4px 0px 0px; text-align: right; text-transform: uppercase; }
#kontaktform label.plabel { color: #313031; }
#kontaktform input, #kontaktform select, #kontaktform textarea { clear: left; float: left; width: 486px; margin: 1px 0px 0px 0px; border: 1px solid #666; }
#kontaktform select{ width: 200px; }
#kontaktform input{ padding: 2px 4px 2px 4px; }
#kontaktform textarea{ padding: 2px 4px 2px 4px; height: 100px; }
#kontaktform select{ width: 395px; }
#kontaktform input.submit { width: auto; float: right; margin: 10px 5px 0px 0px; padding: 2px 10px 2px 10px; background-color: #7BB107; color: #fff; }
#kontaktform input.reset { width: auto; float: right; margin: 10px 0px 0px 0px; border: 1px solid #63656B; background-color: #313031; padding: 2px 10px 2px 10px; color: #fff; }

/* --------------- Bilder ---------------*/
img.right {
	float: right;
	margin: 0px 40px 0px 0px;
}

