/*----------------------------------------------------------------*/
/* CSS by K4SYSTEMS */
/*----------------------------------------------------------------*/

/* wichtige Farben
Rot: #cc0000
Grun: #A2D344
*/

/*----------------------------------------------------------------*/
/* Allgemeines */
/*----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  font-size: 82.5%;
  background: #fff url('../bilder/layout/back.jpg') top left no-repeat; */
  text-align: center;
  background-color: #fff;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, p, input, textarea, select {
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
  color: #000;
  text-align: left;
}

h1 {
  color: #707070;
  font-weight: normal;
  font-size: 0.8em;
}

h2 {
  color: #BE2A2C;
  font-size: 1.2em;
  margin-bottom: 16px;
}

h3 {
  color: #707070;
  font-size: 1.0em;
}

h4 {
  font-size: 0.8em;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

h6 {
  font-size: 1.3em;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}

img, a img {
  border: 0;
}

form {
  display: inline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted;
}

p {
  line-height: 1.3em;
  margin: 0 0 1em 0;
}

a {
  color: #BE2A2C;
}

/*----------------------------------------------------------------*/
/* pseudoklassen */
/*----------------------------------------------------------------*/
.clear {
  clear: both;
}

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}


/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#adresse {
  display: none;
}

#wrap {
  padding: 0;
  width: 830px;
  text-align: left;
  height: 100%;
}

#spalte-1 {
  width: 156px;
  float: left;
  text-align: right;
  padding-top: 86px;
}

#spalte-2 {
  width: 441px;
  padding: 126px 10px 1.0em 10px;
  float: left;

}

div#spalte-2 div {
  padding-left: 32px;
}

#spalte-3 {
  width: 159px;
  float: left;
  margin-top: 86px;
  background-image: url('../bilder/layout/aktuell_back.gif');
  background-repeat: repeat-Y;
}


/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#spalte-1 ul, #spalte-1 ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

#spalte-1 ul li {
  text-align: right;
}

#spalte-1 ul li a {
  font-size: 0.8em;
  font-weight: bold;
  color: #BE2A2C;
  text-decoration: none;
  padding-right: 28px;
  background: transparent url('../bilder/layout/navidot.gif') right 0.3em no-repeat;
}

#spalte-1 ul li ul {
  margin-right: 28px;
  margin-bottom: 24px;
}

#spalte-1 ul li ul li a {
  font-weight: normal;
  color: #707070;
  text-decoration: none;
  padding: 0;
  background: none;
}

/*----------------------------------------------------------------*/
/* Module */
/*----------------------------------------------------------------*/
dl.lehrer {
  float: left;
  margin-bottom: 12px;
}

dt.lehrer {
  margin-right: 8px;
  border: 1px solid #707070;
  padding: 2px;
  float: left;
}

div#spalte-3 ul {
  background: transparent url('../bilder/layout/aktuell_oben.gif') bottom left no-repeat;
  border-right: 1px solid #BE2A2C;
}

div#spalte-3 ul li {
  padding: 3px;
  padding-left: 0;
  padding-top: 0;
  font-size: 0.9em;
}

div#spalte-3 ul li.trennlinie {
  background: transparent url('../bilder/layout/aktuell_oben.gif') top left no-repeat;
  padding: 0;
  font-weight: normal;
  color: #707070;
  font-size: 0.8em;
}



/*----------------------------------------------------------------*/
/* footer-navi */
/*----------------------------------------------------------------*/
ul#footer, ul#footer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul#footer {
  clear: both;
  margin-left: 166px; 
  margin-top: 1.0em;
  margin-bottom: 1.0em;
}

ul#footer li {
  display: inline;
}

ul#footer li a {
  border-left: 1px solid #000;
  padding-left: 0.6em;
  padding-right: 0.6em;
}



/*----------------------------------------------------------------*/
/* kontaktformular */
/*----------------------------------------------------------------*/
p.cx_error {
  background-color: #FFFFD5;
  border: 1px solid #cc0000;
  padding: 0.6em;
  color: #cc0000;
}

span.cx_pflicht {
  color: #cc0000;
}

input.cx_pflicht, textarea.cx_pflicht {
  background-color: #FFFFD5;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.6em;
}

fieldset legend {
  color: #BE2A2C;
  letter-spacing: 0.1em;
}

fieldset table {
  width: 100%;
}

fieldset table td.spalte-1 {
  width: 20%;
  text-align: right;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
}

fieldset table td.spalte-2 {
  width: 70%;
  text-align: left;
  padding-bottom: 0.3em;
}

input.default {
  width: 80%;
}

input.halb {
  width: 50%;
}

input.plz {
  width: 20%;
}

input.submit {
  text-align: center;
}

textarea.default {
  width: 95%;
}



div#seitennavi {
  text-align: center;
  padding-right: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 1.0em;
  padding-bottom: 0.2em;
}

div#seitennavi a {
  padding: 0.2em;
}

#admin_link {
  cursor: pointer;
  width: 40px;
  height: 20px;
  position: absolute;
  top: 65px;
  left: 730px;
}
