html,body{
  margin:0;
  padding:0;
}
body{
  background:rgb(255,248,191);
  font: verdana, arial, sans-serif;
}
* html body{
  width:100%;
}
a {
  margin-right:10px;
}

a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
a:active {
	text-decoration:none;
	color: #FFFFFF;
}

div#wrapper{
  /*border: 1px solid black;*/
  margin-left:auto;
  margin-right:auto;
}
* html div#wrapper{
  /*max-width:66em;
  width:expression(document.body.clientwidth > 66? "66em": "66em");*/
}
div#container{
  /*border: 1px solid red;*/
  background:rgb(255,248,191);
  width:100%;
  min-height:500px;
}
* html div#container{
  /*border: 1px solid black;*/
}

#titel {
  /*border: 1px solid green;*/
  text-align:left;
  margin-top:4px;
  margin-left:60px;
}
#titel img {
  /*border: 1px solid green;*/
  margin-left:0px;
}
* html #titel {
  /*border: 1px solid green;*/
}

#titelzeile {
  /*border: 1px solid blue;*/
  text-align:right;
  font-size: 1em;
  font-weight:bold;
  color:rgb(118,163,218);
  margin-top:-22px;
  margin-right:60px;
}

#menue {
  /*border: 1px solid red;*/
  border-top: 1px solid black;
  border-bottom: 1px solid white;
  font-size: 1em;
  color:white;
  background:rgb(118,163,218);
}
#menuetoplinks {
  /*border: 1px solid red;*/
  margin-top:10px;
  margin-bottom:10px;
  margin-left:80px;
}
#menuetoprechts {
  /*border: 1px solid blue;*/
  text-align:right;
  margin-top:-30px;
  margin-bottom:10px;
  margin-right:60px;
}
* html #menue {
  height:40px;
}
* html #menuetoplinks {
  /*margin-left:140px;*/
}

#sidebar {
  /*border: 1px solid blue;*/
  float:left;
  /*border-bottom: 1px solid white;*/
  background:rgb(118,163,218);
  text-align:justify;
  font-size:0.9em;
  width:230px;
  min-height:351px;
  margin-top:0px;
  margin-left:60px;
}
* html #sidebar {
  /*width:290px;*/
  height:352px;
  margin-left:30px;
}
#sidebar p {
  margin-top:10px;

  padding-left:20px;
  padding-right:20px;
}
#hintergrundcontent {
  /*border: 1px solid blue;*/
  margin-left:0px;
  background:url(/images/hintergrund-01.jpg);
}
* html #hintergrundcontent {
/*  border: 1px solid blue;*/
  margin-left:0px;
}
#content {
  /*border: 1px solid blue;*/
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background:rgb(255,255,255);
  min-height:350px;
  margin-top:0px;
  margin-left:290px;
  padding-left:20px;
  padding-right:80px;
}
* html #content {
  /*border: 1px solid blue;*/
  height:351px;
}
#content h1 {
  font:22px georgia;
  font-weight:bold;
  color: #CC3300;
  letter-spacing:.1em;
  line-height:26px;
  margin-top:20px;
  margin-bottom:26px;
}
#content h2 {
  font:16px georgia;
  font-weight:bold;
  color: #CC3300;
  letter-spacing:.1em;
  line-height:26px;
  margin-top:0px;
  margin-bottom:16px;
}
#content a:link {
	text-decoration:none;
	color:rgb(0,0,255);
}
#content a:visited {
	text-decoration:none;
	color:rgb(0,0,255);
}
#content a:hover {
	text-decoration:underline;
	color: #000000;
}
#content a:active {
	text-decoration:none;
	color:rgb(0,0,255);
}

div#pebo01 {
  margin-top:10px;
  padding-left:14px;
}
div#pebo01 img{
/*  height=50%;
  width=72%;*/
}

* html div#pebo01 {
  width:100px;
}
div#pebo02 {
  /*border: 1px solid blue;*/
  margin-top:10px;
  margin-bottom:26px;
  text-align:left;
  font-size: 1em;
  padding-left:44px;
}
* html div#pebo02 {
  width:400px;
}


#footer {
  /*border: 1px solid blue;*/
  border-top: 1px solid white;
  border-bottom: 1px solid black;
  background:rgb(118,163,218);
  clear:left;
  font-size: 0.7em;
  letter-spacing:.1em;
  text-align:center;
  color:white;
  margin-top:0px;
  height:50px;
}
#footer p {
  margin-left:20px;
  margin-top:3px;
}
#footer2 {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background:white;
  clear:left;
  font-size: 0.7em;
	/*letter-spacing:.1em;*/
	text-align:center;
  color:white;
  margin-top:10px;
  height:20px;
}
#footer2 p {
  margin-left:20px;
  margin-top:3px;
}

#captchabild {
  float:left;
  padding-left:19px;
  padding-top:6px;
}
* html #captchabild {
  padding-left:17px;
  padding-top:8px;
}
#captchabild img {
  width:120px;
}

#captchatext {
  /*border: 1px solid green;*/
  height:40px;
  width:240px;
  margin-left:5px;
  padding-left:160px;
  padding-top:11px;
}
* html #captchatext {
  width:257px;
  padding-top:14px;
  padding-left:27px;
}

#captchatext input {
  /*border: 1px solid red;*/
  width:85px;
  margin-left:27px;
}
* html #captchatext input {
/*  border: 1px solid red;*/
  width:84px;
  margin-left:17px;
}

#kontakt_pebo {
  margin-top:16px;
  margin-left:10px;
}
#kontakt_pebo_text {
  font-size:0.8em;
  margin-left:26px;
}
#kontakt_pebo_text p {
  border: 1px solid red;
  margin:0px;
  padding:0px;
}

#kontakt_wsf {
  /*border: 1px solid blue;*/
  float:left;
  margin-top:40px;
  margin-left:10px;
  font-size:0.8em;
}
#kontakt_wsf a:link {
	text-decoration:none;
	color:rgb(225,225,225);
}

#kontakt_wsf img {
  width:180px;
  height:80px;
}
#kontakt_wsf_text {
  /*border: 1px solid red;*/
  margin-top:40px;
  margin-bottom:20px;
  font-size:0.8em;
  margin-left:220px;
}
#kontakt_wsf_text p {
  /*border: 1px solid red;*/
  margin:0px;
  padding:0px;
}

#contentdownload {
	line-height: 1.4em;
	text-align: justify;
	font-size: 0.9em;
	padding: 0 0 0px 0px;
	margin-top: 35px;
	margin-left: 100px;
	width: 520px;
	min-height:350px;
}
#captchafehlt {
  margin-top:20px;
  margin-left:-36px;
  list-style-type:none;
}

#dcaptchabild {
  /*border: 1px solid red;*/
  /*float:left;*/
  width:146px;
  padding-top:6px;
}

#dcaptchabild img {
  height:40px;
  width:146px;
}
#dcaptchatext {
  /*border: 1px solid green;*/
  height:30px;
  width:160px;
  margin-left:180px;
  margin-top:-50px;
}
#dcaptchatext label {
  /*border: 1px solid blue;*/
  /*width:200px;*/
  /*margin-top:-8px;*/
  /*margin-left:-30px;*/
}
#dcaptchatext input {
  border: 1px solid blue;
  margin-top:28px;
}

#inputweiter {
  /*border: 1px solid yellow;*/
  margin-top:-16px;
  margin-left:320px;
}
#inputweiter input {
  border: 1px solid blue;
  margin-top:-20px;
}

#formular {
  /*margin:0 auto;*/
  padding:0;
  width:320px;
}
#downloadformular form { margin:0; padding:0;}
#downloadformular fieldset {font-size:0.9em;border: 1px solid gray;-moz-border-radius:8px;width:380px; padding:0px; padding-left:10px; margin:0px; text-align:left;}
#downloadformular fieldset:hover {border-color:#333;}
#downloadformular fieldset#checkbox input  {width:35px; border:0px;}
#downloadformular legend {font-size:1.1em; color:#666; font-weight:bold; padding:5px; margin:5px; background:none;}
#downloadformular label { color:#666; font-size:1em; margin:0 3px 3px 20px; padding:0; line-height:1.5em; width:100px; display:block; float:left; clear:left;}
#downloadformular input {-moz-border-radius:4px; font-size:0.9em; border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; width:84px; height:14px; background:#fff;}
#downloadformular input:focus {border-color:#900;}
#downloadformular select {font-size:1.1em; border:1px solid #666; padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
#downloadformular option {color:#900;}
#downloadformular textarea {-moz-border-radius:4px; width:242px; margin-bottom:10px; border:1px solid #666;}
#downloadformular textarea:focus {border-color:#900;}
#downloadformular .rname {width:160px;}
#downloadformular .rort {width:160px;}
#downloadformular .rmail {width:160px;}
#downloadformular .rkennwort {width:160px;}
#downloadformular .submitbtn {-moz-border-radius:5px;width:80px; height:20px; background:#666; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin-left:-10px;}
#downloadformular .submitbtn:hover {background:#900; color:#fff; border:1px solid; border-color:#c00 #990100 #990100 #c00;}



