html, body{
  font-family: "Verdana", "Helvetica", "Arial";
  font-size: 12px;
  background-color: #fff2da;
  margin: 0px;
  width: 100%;
  padding: 0px;
  position: absolute;
  text-align: center;
}

a{
  color: #053fb5;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #555555;
}

img{
	border:none;
	behavior: url(system/iepngfix.htc);
}

p{
	margin:0px;
	margin-bottom:18px;
	padding:0px;
}

ul{
	padding: 0px;
	margin-left: 14px;
}

li{
	margin-bottom: 8px;
}

input, select{
  font-size: 11px;
  font-family: "Verdana", "Helvetica", "Arial";
}

table{
	margin: 0px;
	padding: 0px;
	border: 1px solid #fcb040;
	border-collapse: collapse;
}

table td {
	border: 1px solid #fcb040;
	padding: 2px;
	border-style: inset;
	background-color: #fff2da;
}

.container-alles{
  margin: auto; /* vertikale Zentrierung */
  width: 1000px;
  min-height: 783px;
  height: 100%;
  margin-top: 0px;
  text-align: left;
  display: table;
}

/* ## CONTAINER OBEN */

.container-oben{
  padding: 0px;
  margin: auto; /* vertikale Zentrierung */
  width: 1000px;
  height: 222px;
}

  .logo-oben{
    width: 100%;
    height: 188px; /* 233 px - 10 px (wegen padding-top) */
    color: #ffffff;
    text-align: right;
    font-size: 10px;
    color: #cccccc;
    padding-top: 10px;
    background-image: url(../grafiken/header/header.gif);
    background-repeat: no-repeat;
  }
  
  /* ## MENUE OBEN */
  .menue-oben{
    width: 100%;
    height: 24px;
    background-color: #fcb040;
  }

  /* MENUE OBEN ## */
  
/* CONTAINER OBEN ## */

/* ## CONTAINER MITTE */
.container-mitte{
  width: 1000px;
  height: 0px;
  margin: auto; /* vertikale Zentrierung */
}

/* CONTAINER MITTE ## */

/* ## CONTAINER UNTEN */
.container-unten{
  width: 1000px;
  height: 450px;
  margin: auto; /* vertikale Zentrierung */
  margin-top: 0px;
  display: table;
}

  .container-inhalt{
    /* IE 6 extra */
    width: 1000px;
    height: 450px;
    margin-top: 0px;
    display: table;
    background-color: #99ccff;
    text-align: left;
    padding-top: 30px;
    background-image: url(../grafiken/hintergrund/hintergrund.jpg);
    background-repeat: no-repeat;
  }
  
  .container-inhalt-abstand{
    padding-left: 40px;
  }

.container-ganz-unten{
  margin: auto; /* vertikale Zentrierung */
  width: 1000px;
  height: 30px;
  margin-top: 0px;
  text-align: center;
  position: relative;
  color: #808080;
  font-size: 10px;
}

  .container-ganz-unten a, .container-ganz-unten a:visited{
    color: #000000;
    font-size: 10px;
    margin-left: 30px;
  }
  
  .container-ganz-unten a:hover{
    color: #000000;
  }

  .container-ganz-unten-links{
    width: 457px;
    text-align: left;
    float: left;
  }
  
  .container-ganz-unten-rechts{
    width: 455px;
    text-align: right;
    float: left;
    padding-right: 5px;
  }
  

/* ## ALLGEMEIN */
h1{
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.text{
  text-align: left;
  width: 550px;
  height: 100%;
  margin-top: 35px;
  margin-left: 50px;
  border: 1px solid #bbbbbd;
  font-size: 11px;
  color: #737373;
  padding: 5px;  
}

.zitat{
  width: 279px;
  height: 174px;
  float: right;
  margin-top: 22px;
}

.textStatisch{
  width: 610px;
  height: 100px;
  float: left;
  padding-left: 12px;
  margin-left: 40px;
  font-size: 13px;
  display: table;
}

.fragen{
  width: 660px;
  height: 350px;
  float: left;
  padding-left: 12px;
  padding-bottom: 12px;
  /*overflow: auto;*/
  display: table;
  margin-left: 40px;
}
  
  .antwort{
    padding-top: 10px;
    padding-bottom: 20px;
  }

.pdfDownload{
  width: 220px;
  height: 100px;
  float: left;
  padding: 12px;
  margin-left: 26px;
}

.hinweisGut{
  color: #00ff00;
}

.hinweisSchlecht{
  color: #ff0000;
}

/* ALLGEMEIN ## */

/* ## START */

.start{
  width: 100%;
}

.container-zentriert{
  margin: auto; /* vertikale Zentrierung */
  width: 500px;
  height: 499px;
  text-align: center;
  background-image: url(../grafiken/start.png);
  background-repeat: no-repeat;
  background-position: center;
  /* ## PNG-FIX */
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  this.src = "grafiken/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
  this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
  /* PNG-FIX ## */
}

  .rechteck-links-oben{
    width: 150px;
    height: 100px;
    float: left;
    margin-top: 115px;
    margin-left: 70px;
  }
  
  .rechteck-rechts-oben{
    width: 120px;
    height: 100px;
    float: left;
    margin-left: 20px;
    margin-top: 115px;
  }
  
  .rechteck-links-unten{
    width: 150px;
    height: 150px;
    float: left;
    margin-top: 0px;
    margin-left: 70px;
  }
  
  .rechteck-rechts-unten{
    width: 150px;
    height: 150px;
    float: left;
    margin-left: 20px;
  }

.newsletter-bestellen{
  position: relative;
  top: -400px;
  left: 720px;
  width: 150px;
  height: 100px;
  text-align: center;
}

/* START ## */

table.leer{
	border: none;
}

table.leer td {
	padding: 2px;
	border: none;
	background-color: transparent;
}

/* ## TERMINE */
table.termine{
  width: 660px;
  border: 1px solid #fcb040;
  border-collapse: collapse;
}

table.termine td {
	border: 1px solid #fcb040;
	padding: 2px;
	border-style: inset;
	background-color: #fff2da;
}

.tdMarkiert{
  font-weight: bold;
}

.termineDick {
	font-weight: bold;
}
/* TERMINE ## */

/* ## ADMIN */

.abmelden{
  color: #ffffff;
  background-color: #ff0000;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #000000;
}

/* ADMIN ## */
