/* --------------- 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; }

/* --------------- Login Bereich ---------------*/
#clogin { clear: both; float: left; width: 910px; height: 56px; overflow: hidden; }
#clogin form{ margin: 20px 0px 0px 0px; float: right; }
#clogin label { float: left; margin: 7px 5px 0px 0px; color: #8D8B8B; }
#clogin input.input{ float: left; margin: 3px 10px 0px 0px; padding: 4px 2px; background-color: #4D4B4C; border: 1px solid #656465; color: #fff; }
#clogin input.submit{ float: left; width: 69px; height: 28px; text-align: center; background: url(images/bg-login.png) left 3px no-repeat; border: none; color: #fff; }

/* --------------- 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; padding: 20px 0px 10px 0px; color: #313031; text-decoration: none; }
#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; }

/* --------------- commercial ---------------*/
#ad { clear: none; float: right; display: block; width: 468px; height: 60px; margin: 38px 10px 0px 0px; left top no-repeat; }

/* --------------- header-text ---------------*/
#htext { clear: right; float: right; display: block; margin: 38px 10px 0px 0px; left top no-repeat; color: #000; }

/* --------------- header-save ---------------*/
#hsave { clear: none; float: right; display: block; margin: 38px 10px 0px 0px; left top no-repeat; color: #000; }

/* --------------- 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; }
#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;}

#footer { clear: both; color: #8D8B8B; font-size: 10px; }
#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; }

/* --------------- Formulare ---------------*/
#kontaktform { clear: left; float: left; line-height: normal; width: 500px; margin: 0px 0px 30px 0px; padding: 0px 10px 30px 10px; border: 1px solid #ccc; background-color: #efefef; }
#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; }
