html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #005599;
  text-align: center;
  margin: 0px;
  font-size: 1.3em;
  color: #401d06;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  line-height: 1.5em;
  height: 100%;
  width: 100%;
  padding: 0px;
  scrollbar-base-color: #401000;
  scrollbar-track-color: #50100;
  scrollbar-face-color: #70100;
  scrollbar-highlight-color: #ffccoo;
  scrollbar-3d-light-color: #ffccoo;
  scrollbar-darkshadow-color: #301000;
  scrollbar-shadow-color: #101000;
  scrollbar-arrow-color: #70100;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
}

  
 


*  {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.1em;
  color: #632a05;
  margin-bottom: 0.6em;
  padding-bottom: 0.2em;
}
h1 {
  font-size:  1.2em;
  border-bottom-style: none;
  background-image: url(../img/underline.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
  
a {
  color: #003333;
  text-decoration: underline;
}
a:link {}

a:visited {
  color: #401000;
  text-decoration: underline;
}
a:hover {}
a:active {}

  

div#projekt {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  height: auto;
  background-image: url(../img/mainbackground.gif);
  background-repeat: repeat-y;
  margin-top: 50px;
}

div#mainwrap {
  width: 850px;
  background-image: url(../img/mainbackground.gif);
  background-repeat: repeat-y;
  overflow: auto;
  height: auto;
}

div#content {
  width: 620px;
  min-height: 450px;
  text-align: left;
  overflow: auto;
  background-image: url(../img/content_background.jpg);
  background-repeat: repeat-y;
  padding: 20px;
  float: right;
  margin-top: 20px;
      -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
div#header {
  height: 60px;
  width: 660px;
  background-repeat: no-repeat;
  font-size: 24px;
  color:#FFaa00;
  letter-spacing: 0.1em;
  line-height: 60px;
  background-position: center center;
  background-image: url(../img/titel.png);
  margin-left: 190px;
  margin-bottom: 20px;
}
div#footer {
  height: 30px;
  font-size: 0.8em;
  text-align: center;
  color: #ffffbb;
  width: 660px;
  padding-left: 190px;
}
div#navigation {
  height: auto;
  top: 0px;
  width: 180px;
  left: 0px;
  margin-top: 80px;
  text-decoration: none;
}
div#navigation a {
  text-decoration: none;
 color: #421600;
}
.menu1-level1-no {
  height: 25px;
  width: 125px;
  background-image: url(../img/button_no.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  font-color: #632a05;
}
.menu1-level1-hover {
  float: right;
  text-decoration: none;
  padding-left: 1px;
  height: 25px;
  width: 125px;
  background-image: url(../img/button_hover.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #ffffbb;
  padding-right: 1px;
}
.menu1-level1-act  {
  height: 25px;
  width: 125px;
  background-image: url(../img/button_act.png);
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-left: 20px;
  font-weight: bold;
  color: #ba5904;
  text-decoration: none;
  font-size: 12px;
}
.menu1-level2-no  {
  height: 20px;
  width: 125px;
  margin-bottom: 2px;
  margin-left: 30px;
  list-style-type: disc;
  font-size: 12px;
  color: #ffffe0;
  font-weight: bolder;
}
.menu1-level2-act {
  height: 20px;
  width: 125px;
  margin-bottom: 2px;
  margin-left: 30px;
  font-weight: bolder;
  color: #eee8aa;
  text-decoration: none;
  font-size: 12px;
}


.defloat {clear: both;}
ul {
  list-style-position: outside;
  padding-left: 1em;
}


div#leftbox {
  height: auto;
  width: 150px;
  text-align: right;
  position: static;
  top: auto;
  float: right;
  padding-top: 20px;
  color: #FFFF99;
}


.csc-textpic-caption {
  font-size: 0.9em;
  line-height: 1.1em;
  }
  
.csc-mailform { border: none;}
.csc-mailform input,  .csc-mailform textarea { 
      width: 260px; 
      margin: 3px; 

      padding: 3px; 
      font-family: arial; 
      font-size:1em }
.csc-mailform-field label { width: 200px; display:block;  float:left;}
.csc-mailform-field { padding-bottom: 5px;}
.csc-mailform-radio { width: 400px; display:block;  float:left;}
.csc-mailform-submit { background-color: #a1a1a1;}
.csc-mailform-submit:hover { background-color: #3b3b3b; color: #e1e1e1;}



