/*  Design Styles */


html {
  font-family: Verdana,Arial,sans-serif;
  font-size:11px;
  line-height:15px;
  height:100%;
  margin:0;
  padding:0;
  background-image:url('background.jpg');
  background-repeat:repeat-y;
  background-position:center;
  }

body{
  margin:0;
  text-align:center;
  }

#maincontainer {
  width:700px;
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  padding:0px;
  text-align:left;
  }

#head {
  margin:0px;
  padding:0px;
  height:250px;
  width:700px;
  _margin-left: 1px;
  text-align:right;
/*  background-image:url('head.jpg');
  background-repeat:no-repeat; */
  }

#search {
  position:relative;
  height:30px;
  width:150px;
  left:7px;
  top:-82px;
  }

#headerbutton {
  width:500px;
  height:2px;
  }

#contentleft {
  position:relative;
  float:left;
  left:0px;
  width:187px;
  _width:187px;
  }

#left {
  position:relative;
  float:left;
  width:150px;
  _width:150px;
/*  background-color:#E3EED9;
  background-image:url('random/bild1.jpg');
  background-repeat:no-repeat; */
  }

#here {
  position:relative;
  float:left;
  left:0px;
  width:500px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: gray;
  }

#menue {
  position:relative;
  top: -40px;
  }

#contentcenter {
  position:relative;
  float:left;
  left:20px;
  width:500px;
  }

#copyright {
  height:30px;
  width:500px;
  text-align:right;
  }

.copyright {color:#BFBFBF; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:link {color:#BFBFBF; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:visited {color:#BFBFBF; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:active {color:#BFBFBF; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}

/*  Text Styles */

.navi2 {
  text-indent:15px;
  }

.csc-frame-frame2{
  border: 1px solid #64AC11;
  background: #e7eedf;
  padding-left:15px;
  padding-right:15px;
}
  
  
h1 {
  color:#64AC11;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  }

h2 {
  color:#64AC11;
  font-weight:bold;
  font-size:10px;
  text-decoration:none;
  }

td {
  font-family: Verdana,Arial,sans-serif;
  font-size:11px;
  line-height:15px;
  text-decoration:none;
  }

SELECT {
          font-family : Verdana, Arial, sans-serif;
          font-size : 10px;
          color : #666666;
          background-color : #ffffff;
      }
TEXTAREA {
          font-family : Verdana, Arial, sans-serif;
          font-size : 10px;
          border : 1px solid #666666;
          color : #333333;
          font-weight : normal;
          background-color : #ffffff;
      }
INPUT {
          font-family : Verdana, Arial, sans-serif;
          font-size : 10px;
          border : 1px solid #666666;
          color : #333333;
          background-color : #ffffff;
      }

a:link {
          color : #64AC11;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
a:visited {
          color : #64AC11;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
a:active {
          color : #64AC11;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }

.navilinks {
          color : #FFFFFF;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
.navilinks:link {
          color : #FFFFFF;
          font-size : 11px;
          text-decoration : none;
      }
.navilinks:visited {
          color : #FFFFFF;
          font-size : 11px;
          text-decoration : none;
      }
.navilinks:active {
          color : #FFFFFF;
          font-size : 11px;
          text-decoration : none;
      }
      
/*------------------- Textausrichtung HTMLArea ----------------------*/
.align-justify{
  text-align: justify;
  }
.align-center{
  text-align: center;
  }
.align-left{
  text-align: left;
  }
.align-right{
  text-align: right;
  }

