
/* Grobeinteilung des Bildschirms */
body {
  background: #ffffff;
  margin: 0px;
  padding: 50px 50px 50px 50px;
  font-family:Helvetica,Arial,sans-serif;
  color:#333333;
  font-size:16px;
}

#main {
  padding: 0px;
}

#head {
  /*
  background: #0713b5;
  background-image:url("logo.jpg");
  background-position:right bottom;
  background-repeat:no-repeat;
  */
  height:200px;
  /*
  border-right: 1px dashed #00f;
  border-left: 1px dashed #00f;
  border-top: 1px dashed #00f;
  */
}

#navigationandcontent {
  background: #ffffff;
  padding: 2px 2px 20px 2px;
  /*
  border-left: 1px dashed #333333;
  border-right: 1px dashed #333333;
  border-bottom: 1px dashed #333333;
  */
  overflow:hidden;
}

#navigationandcall {
  padding: 0px;
  margin: 2px;
  width: 211px;
  float:left;
}

#navigation {
  padding: 0px;
  margin: 1px;
  width: 210px;
  border: 1px dashed #333333;
}



  #navigation .title {
    background-color:#333333;
    color:#ffffff;
    padding:4px;
    font-weight:bold;
  }

  #navigation a.navlink {
    display: block;
    padding: 4px;
    text-decoration:none;
    padding-left:12px;
  }

  #navigation a.navsublink,
  #navigation a.navactivesublink {
    padding-left:20px;
  }

  #navigation a.navsubsublink,
  #navigation a.navactivesubsublink {
    padding-left:40px;
  }

  #navigation a.navactivelink:link,
  #navigation a.navactivelink:visited,
  #navigation a.navactivesublink:link,
  #navigation a.navactivesublink:visited {
    color:#333333;
    font-weight:bold;
    padding-left:12px;
  }

  #navigation a.navactivesublink:link,
  #navigation a.navactivesublink:visited {
    padding-left:20px;
  }

  #navigation a {
    display: block;
    padding: 4px;
    font-size:14px;
    text-decoration:none;
  }

  #navigation a:link,
  #navigation a:visited {
    background-color:#ffffff;
    color:#333333;
  }

  #navigation a:hover {
    background-color:#aaaaaa;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center left;
  }

  #navigation a:active {
    background-color:#333333;
  }





#call {
  padding: 0px;
  margin: 1px;
  width: 210px;
  height: 210px;
  border: 0px dashed #ff0000;
  font-size:14px;
}

#content {
  line-height:1px;
  margin: 5px 5px 5px 240px;
  padding: 0px;
  line-height:150%;
}

#foot {
  background: #ffffff;
  overflow: visible;
  font-size: 12px;
  text-align:center;
}

  #foot a {
    font-size:12px;
  }

  #foot .nav a {
    font-size: 12px;
  }

/* Text und Trennlinien
   (Überschriften, bold, oblique, Trennlinien, Textausrichtung, Schriftgröße, Listen) */
h1 {
  font-size:26px;
  font-weight:normal;
  border-bottom:1px solid #333333;
  border-top:1px solid #333333;
  padding-top:15px;
  padding-bottom:15px;
  color: #333333;
  line-height:150%;
}

h2 {
  font-size:23px;
  font-weight:normal;
  line-height:150%;
}

h3 {
  font-size:20px;
  font-weight:normal;
  line-height:150%;
}

h4 {
  font-size:16px;
  font-weight:bold;
  margin-bottom:2px;
  line-height:150%;
}

hr {
  border: 1px dashed #333333;
}

b,
.bold {
  font-weight:bold;
}

i,
.oblique {
  font-style: oblique;
}

.centered {
  text-align: center;
}

.right {
  text-align: right;
}

.tenpx {
  font-size: 10px;
}

.twelfpx {
  font-size: 12px;
}

.tenpxcenter {
  font-size: 10px;
  text-align: center;
}

.twelfpxcenter {
  font-size: 12px;
  text-align: center;
}

/* Links */
a:link,
a:visited {
  text-decoration:underline;
  color:#333333;
}

a:hover,
a:focus {
  text-decoration:underline;
  color:#333333;
}

a:active {
  text-decoration:none;
  color:#333333;
}

a:hover.nohighlighting {
  text-decoration:none;
  color:#00ff00;
}

a:link.green,
a:visited.green {
  color:#00ff00;
}
/* Breitenangaben */

.fortypercent {
  width: 40%;
}

.fiftypercent {
  width: 50%;
}

.sixtypercent {
  width: 60%;
}

.fullsize {
  width: 100%;
}

/* Farben */
.red {
  color:#ff0000;
}

.green {
  color:#00ff00;
}

.blue {
  color:#0000ff;
}

.yellow {
  color:#ffff00;
}

/* Bilder */
img {
  padding:1px
}

img.left {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}

/* Formulare */
input.error,
select.error,
textarea.error {
  border:1px solid #ff0000;
}

input,textarea,select {
  border:1px solid #333333;
  color:#333333;
  padding:2px;
  margin:1px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=image]:focus,
textarea:focus {
  background-color:#ffffff;
}

option {
  color:#333333;
  background-color:#ffffff;
  border-bottom:3px;
}

option.disabled {
  color: #5555ff;

}

input[type=checkbox] {
  border:1px solid #333333;
  color: #333333;
  padding: 2px;
  margin: 1px;
}

input[type=radio] {
  border:0px solid #333333;
  color: #333333;
  padding: 2px;
  margin: 1px;
}

input[type=submit],
input[type=reset] {
  color:#333333;
  border:1px outset #333333;
}

input[type=submit]:hover,
input[type=reset]:hover {
  color:#333333;
  border:1px outset #333333;
}

input[type=submit]:active,
input[type=reset]:active {
  color:#333333;
  border:1px inset #333333;
}

select.redborder {
  border:1px solid #ff0000;
  padding:3px;
}

/* Barierefreie Formulare */
label.floatleft {
  float: left;
  text-align: right;
  width: 150px;
  margin-right: 5px;
}
input[type=text], input[type=password], input[type=file] select {
  float: left;
}
input.floatright {
  float: left;
  width: auto;
  clear: both;
  margin-left: 155px;
  margin-right: 5px;
}
input[type=checkbox].floatright,
input[type=radio].floatright,
input[type=submit].floatright,
label.floatright {
  margin-left: 155px;
}
form br {
  clear: both;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
  cursor: pointer;
}
label.nohover {
  cursor: default;
}
form {
  line-height: 200%;
}

/* Tabellen */
table {
  border: 1px solid #333333;
  vertical-align:top;
}

table.fullsizetransparentborders {
  width: 80%;
  border: 0px solid transparent;
  vertical-align:top;
}

td {
  border: 1px solid #333333;
  vertical-align:top;
}

td.fortycolor {
  width: 60%;
  border: 0px solid transparent;
}

td.sixtycolor {
  width: 40%;
  border: 0px solid transparent;
}

tr.one {
  background-color:#eeeeff;
}

tr.two {
  background-color:#ccccff;
}

th {
  border: 1px solid #333333;
}

/* Rahmen */
.borderless {
  border: 0px;
}

.redborder {
  border:1px solid #ff0000;
}

/* sonstiges */
.unviewable {
  display:none;
}

.copyright {
  font-size: 10px;
  background-color: #ffffff;
}

.visitors {
  font-size: 10px;
  text-align: center;
}

.unviewable {
  display:none;
}

div.error {
  border: 1px solid #ff0000;
}

a.red:link { color:#FF0000; }

