/*  Design Styles */


html {
  font-family: Verdana,Arial,sans-serif;
  font-size:11px;
  line-height:15px;
  color:#3C3C3C;
  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:702px;
  margin-right:auto;
  margin-left:auto;
  margin-top:0px;
  padding:0px;
  text-align:left;
  }

#head {
  margin:0px;
  padding:0px;
  height:139px;
  width:702px;
  text-align:right;
  background-image:url('head.jpg');
  background-repeat:no-repeat;
  }

#search {
  height:30px;
  width:30px;
  position:relative;
  float:left;
  left:535px;
  top:90px;
  }

#headerbutton {
  width:702px;
  height:2px;
  }

#contentleft {
  position:relative;
  float:left;
  left:1px;
  width:169px;
  _width:169px;
  }

#left {
  width:149px;
  _width:149px;
  margin:10px;
  font-size:10px;
  }

#here {
  position:relative;
  float:left;
  left:20px;
  width:495px;
  margin-top: 2px;
  margin-bottom: 20px;
  color:#3C3C3C;
  }

#contentcenter {
  position:relative;
  float:left;
  left:20px;
  width:495px;

  }

#copyright {
  margin-top:20px;
  height:30px;
  width:495px;
  text-align:right;
  }

.copyright {color:#A2A19C; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:link {color:#A2A19C; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:visited {color:#A2A19C; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:active {color:#A2A19C; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}

.newloginforgot{
  width:90px;
  background-color:#FFFFFF;
  font-size:8pt;
  font-family:verdana;
  border-bottom:1 solid #666666;
  border-top:1 solid #666666;
  border-right:1 solid #666666;
  border-left:1 solid #666666;
}

.newloginuser{
  width:90px;
  background-color:#FFFFFF;
  font-size:8pt;
  font-family:verdana;
  border-bottom:1 solid #666666;
  border-top:1 solid #666666;
  border-right:1 solid #666666;
  border-left:1 solid #666666;
}

.newloginpass{
  width:90px;
  background-color:#FFFFFF;
  font-size:8pt; font-family:verdana;
  border-bottom:1 solid #666666;
  border-top:1 solid #666666;
  border-right:1 solid #666666;
  border-left:1 solid #666666;
}

.newloginsubmit{
  width:60px;
  background-color:#FFFFFF;
  font-size:8pt;
  font-family:verdana,arial;
  border-bottom:1 solid #CCCCCC;
  border-top:1 solid #CCCCCC;
  border-right:1 solid #CCCCCC;
  border-left:1 solid #CCCCCC;
  }
  
/*  Text Styles */

.navi2 {
  text-indent:15px;
  }

.seitentitel1 {
  color:#3C3C3C;
  font-weight:bold;
  font-size:12px;
  text-decoration:none;
  }

.seitentitel2 {
  color:#3C3C3C;
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
  }

td {
  font-family: Verdana,Arial,sans-serif;
  color:#3C3C3C;
  font-size:11px;
  text-decoration:none;
  }

p {
  font-family: Verdana,Arial,sans-serif;
  font-size:11px;
  line-height:15px;
}

SELECT {
          font-family : Verdana, Arial, sans-serif;
          font-size : 11px;
          color : #666666;
          background-color : #ffffff;
      }
TEXTAREA {
          font-family : Verdana, Arial, sans-serif;
          font-size : 11px;
          border : 1px solid #666666;
          color : #333333;
          font-weight : normal;
          background-color : #ffffff;
      }
INPUT {
          font-family : Verdana, Arial, sans-serif;
          font-size : 11px;
          border : 1px solid #666666;
          color : #333333;
          background-color : #ffffff;
      }

a:link {
          color : #334571;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
a:visited {
          color : #334571;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
a:active {
          color : #334571;
          font-size : 11px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
      
.navilinks {
          color : #3C3C3C;
          font-size : 10px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
.navilinks:link {
          color : #3C3C3C;
          font-size : 10px;
          text-decoration : none;
      }
.navilinks:visited {
          color : #3C3C3C;
          font-size : 10px;
          text-decoration : none;
      }
.navilinks:active {
          color : #3C3C3C;
          font-size : 10px;
          text-decoration : none;
      }