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

/* wichtige Farben
Rot: #cc0000
Grun: #62BD6E
*/

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

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 82.5%;
  background: #fff;
  text-align: left;
}

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

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

img, a img {
  border: 0;
}

form {
  display: inline;
}

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

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

a {
  color: #3E3D38;
}

a:hover {
  color: #000;
}

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

.none {
  display: none;
}

.leftalign {
  float: left;
}

.rightalign {
  float: right;
}

.versteckt {
  display: none;
}


/*----------------------------------------------------------------*/
/* h1 und co */
/*----------------------------------------------------------------*/
h1 {
  color: #89ABCE;
  font-size: 1.4em;
  margin-bottom: 1em;
}

h2 {
  color: #000;
  font-size: 1.2em;
  margin: 1em 0 0.5em 0;
}

/*----------------------------------------------------------------*/
/* bereiche */
/*----------------------------------------------------------------*/
#wrap {
  margin: 0 auto;
  padding: 0 0 0 29px;
  width: 951px;
  min-height: 100%;
  text-align: left;
  background: transparent url('../bilder/tuttlingen.gif') right 120px no-Repeat;
}

#header {
  padding-top: 30px;
  height: 94px;
}

#content {
  width: 865px;
  min-height: 498px;
  border-right: 1px solid #6B5150;
  border-bottom: 1px solid #6B5150;
  background: transparent url('../bilder/content_back.gif') left bottom Repeat-Y;
}

#navi {
  height: 237px;
  background: #A7C3DE url('../media/top/default.jpg') right top no-Repeat;
  border-top: 10px solid #E20916;
  border-bottom: 10px solid #E20916;
}

#subnavi {
  float: left;
  display: inline;
  width: 210px;
  padding-bottom: 80px;
}

#inhalt {
  float: left;
  display: inline;
  width: 615px;
  padding: 33px 18px 17px 22px;
}

#footer {
  padding: 0.5em 0 0 233px;
}

/*----------------------------------------------------------------*/
/* navigation */
/*----------------------------------------------------------------*/
#header ul li {
  float: left;
  display: inline;
  padding: 75px 12px 0 3px;
}

#header ul li a {
  color: #8E7D7D;
  text-decoration: none;
}

#header ul li.selected a {
  color: #4279B0;
  font-weight: bold;
}

#navi ul {
  margin: 15px 10px 0 15px;
  width: 175px;
}

#navi ul li {
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 15px;
}

#navi ul li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

#navi ul li a strong {
  font-size: 1.3em;
}

#navi ul li a:hover {
  text-decoration: underline;
}

#navi ul li.selected a {
  color: #4279B0;
}

#subnavi ul {
  margin-top: 15px;
  width: 210px;
}

#subnavi ul li {
  margin-bottom: 0px;
}

#subnavi ul li a {
  display: block;
  width: 195px;
  padding: 3px 0 3px 15px;
  color: #fff;
  text-decoration: none;
}

#subnavi ul li.selected a, #subnavi ul li a:hover {
  background-color: #4279B0;
  font-weight: bold;
}

/*----------------------------------------------------------------*/
/* Content */
/*----------------------------------------------------------------*/
#footer p {
  font-size: 0.9em;
  color: #82A1C6;
}


/*----------------------------------------------------------------*/
/* hintergrundbilder */
/*----------------------------------------------------------------*/
#team #navi {
  background-image: url('../media/top/team.jpg');
}

/*
#team #content {
  background-color: #8EAFD0;
}
*/


/*----------------------------------------------------------------*/
/* 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;
  text-align: left;
}

fieldset legend {
  color: #6AB111;
  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%;
}

td input, td select {
  margin-left: 5px;
}