/*  Design Styles */


html {
  font-family: Verdana,Arial,sans-serif;
  font-size:12px;
  line-height:15px;
  color:#606A71;
  margin:0;
  padding:0;
  text-align:center;
  background-color:#F4F8FD;
  }

/*  Design Styles New Login Box */
.csc-frame-frame1 p {margin:0px 0px 0px 0px;}
label{font-size:11px;}
#user{width:90px;}
#pass{width:90px;}

.csc-frame-frame1{
  border: #F0EEEB 1px solid;
  width:100%;
  background-color:#F4F8FD;
  padding: 5px;
  }

body{
  margin:0;
  text-align:center;
  background-image:url('background.jpg');
  background-repeat: repeat-y;
  background-position:center;
  }

.csc-sword{
  color: #CB2027;
  font-weight:bold;
  }

#maincontainer {
  width:750px;
  margin-right:auto;
  margin-left:auto;
  text-align:left;
  }

#head {
  height:150px;
  width:750px;
  text-align:right;
  background-image:url('head2.jpg');
  background-repeat:no-repeat;
  }

#headimg {
  height:0px;
  width:750px;
  background-image:url('headimg.jpg');
  background-repeat:no-repeat;
  padding-left:180px;
  }

#search {
  position:relative;
  text-align:left;
  left:3px;
  margin-top:93px;
  width:170px;
  float:left;
  }

.search {
  width:152px;
  background:transparent;
  border: 0px solid #BD0000;
  color : #716854;
  }

#shortcuts {
  position:relative;
  text-align:left;
  margin-top:5px;
  width:520px;
  left:-10px;
  float:right;
  color:#FFFFFF;
  }

 a .shortcuts {color:#FFFFFF; font-size:9px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
 a:link .shortcuts{color:#FFFFFFF; font-size:9px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
 a:visited .shortcuts{color:#FFFFFFF; font-size:9px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
 a:active .shortcuts{color:#FFFFFF; font-size:9px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
 a:visited .shortcuts{color:#FFFFFFF; font-size:9px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}

#bottom {
  height:20px;
  width:750px;
  background-image:url('bottom.jpg');
  background-repeat:no-repeat;
  }

#left {
  position:relative;
  top: 0px;
  float:left;
  width:190px;
  }

.menue_e1 {
  width:180px;
  _width:178px;
  padding: 5px;
  border-top: #F4F8FD 1px solid;
  }

.menue_e2 {
  width:180px;
  _width:184px;
  padding: 5px;
  border-top: #F4F8FD 1px solid;
  }

.menue_e3 {
  width:174px;
  _width:184px;
  padding: 3px;
  }

#menue {
  position:relative;
  margin-top:0px;
  width:191px;
  _width:188px;
  background-color:#FFFFFF;
  border-bottom: #F4F8FD 1px solid;
  }

#contentleft {
  font-family: Verdana,Arial,sans-serif;
  font-size:11px;
  position:relative;
  top:5px;
  left:10px;
  width:170px;
  _width:188px;
  text-align:left;
  z-index:1;
  min-height:20px;
  }

#content {
  position:relative;
  float:left;
  width:500px;
  }

#contentcenter {
  position:relative;
  float:left;
  left:15px;
  width:535px;
  min-height:480px;
  _height:580px;
  }

#here {
  position:relative;
  float:left;
  left:0px;
  margin-top:20px;
  width:550px;
  margin-bottom: 5px;
  _margin-bottom: -5px;
  color: gray;
  }

#copyright {
  position:relative;
  padding-left:205px;
  width:590px;
  }

.copyright {color:#CCCCCC; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:link {color:#CCCCCC; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:visited {color:#CCCCCC; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}
.copyright:active {color:#CCCCCC; font-size:10px; font-family:Verdana, Arial, sans-serif; text-decoration : none;}

/*  Text Styles */

.navi2 {
  text-indent:15px;
  }

p{margin-top:0px;padding-top:0px}

h1 {
  color:#094778;
  font-weight:bold;
  font-size:13px;
  text-decoration:none;
  }
*h1 {
  margin-bottom:20px;
  }

h2 {
  color:#094778;
  font-weight:bold;
  font-size:11px;
  text-decoration:none;
  }
h3 {
  color:#094778;
  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 : 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;
  }

#contentcenter label { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 120px; /* Breite.*/
  margin-bottom: 10px;
}
#contentcenter input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}
input[type=hidden] {
  width: 0px; /* Breite.*/
  border : 0px;
}
input[type=submit] {
  color: #FFFFFF;
  background-color: #c2c0b0;
  padding: 3px;
  font-weight: bold;
}



a:link {
          color:#124D7E;
          font-size : 12px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
a:visited {
          color:#124D7E;
          font-size : 12px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }
a:active {
          color:#124D7E;
          font-size : 12px;
          font-family : Verdana, Arial, sans-serif;
          text-decoration : none;
      }

.navilinks_e1 {color : #124D7E; font-size : 11px; font-family : Verdana, Arial, sans-serif; text-decoration : none; font-weight:bold;}
.navilinks_e1:link    {color : #124D7E; font-size : 11px; text-decoration : none; font-weight:bold;}
.navilinks_e1:visited {color : #124D7E; font-size : 11px; text-decoration : none; font-weight:bold;}
.navilinks_e1:active  {color : #C41E1E; font-size : 11px; text-decoration : none; font-weight:bold;}

.navilinks_e2 {color : #124D7E; font-size : 11px; font-family : Verdana, Arial, sans-serif; text-decoration : none;}
.navilinks_e2:link    {color : #124D7E; font-size : 9px; text-decoration : none;}
.navilinks_e2:visited {color : #124D7E; font-size : 9px; text-decoration : none;}
.navilinks_e2:active  {color : #C41E1E; font-size : 9px; text-decoration : none;}

.navilinks_e3 {color : #124D7E; font-size : 11px; font-family : Verdana, Arial, sans-serif; text-decoration : none;}
.navilinks_e3:link    {color : #124D7E; font-size : 9px; text-decoration : none;}
.navilinks_e3:visited {color : #124D7E; font-size : 9px; text-decoration : none;}
.navilinks_e3:active  {color : #C41E1E; font-size : 9px; text-decoration : none;}


a img{
  border: 0px;
  }

.tx-guestbook-form-inputfield-med,
.tx-guestbook-form-inputfield-big,
.tx-guestbook-form-textarea {
          font-family : Verdana, Arial, sans-serif;
          font-size : 10px;
          border : 1px solid #666666;
          color : #000000;
          background-color:#FFFFFF;
      }
.tx-srfreecap-pi2-cant-read {
          font-family : Verdana, Arial, sans-serif;
          font-size : 11px;
          color : darkred;
      }

.tx-guestbook-list-header{
          background-color: #094778;
      }
.tx-guestbook-list-row{
          color: #3F3F3F;
