/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body{
   margin:0;
   padding:0;
   text-align: center;
   font-family: verdana, arial, sans-serif;
}

/* LAYOUT start */

#outer {
  width: 770px;
  padding-top: 6px;
} 

#leftcol{
 width: 178px;
 float: left;
 position: relative;
 margin-right: 5px;
} 
 
#maincol{ 
  float: left; 
  width: 545px;
  margin-left: -5px;
  padding-top: 0px;
} 

#pagewidth{
  width:770px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  background: transparent url(../images/back_all.gif) repeat-y 0px 140px;
  margin-bottom: 20px;
}

#header {
  background: #FFF url(../images/back_verlauf.jpg) repeat-x top;
  height:  135px; 
  width:  100%; 
}

#footer{  
  height: 100px; 
  width: 770px; 
  background: transparent url(../images/footer.gif) bottom left no-repeat; 
  font-size: 10px;
}

#logo {
  margin: 30px 0 0 0;
  height: 10px;
  width: 200px;
  background: transparent;
  float: left;
}

#path { 
  width: 500px;
  height: 19px;
  padding-left: 180px;
  padding-top: 0px;
  margin: -15px 0 0 0;
}
/* LAYOUT end*/

/* Menue start */
.menuModule a {
  font-size: 12px;/*10*/
  padding-left: 45px; /*35 geändert*/
  width: 123px;
  display: block;
  line-height: 22px;/*26*/
  margin-bottom: 2px;
  text-decoration: none;
  font-weight: bold; /*normal*/
  border-right: 3px solid #CACACA;
  voice-family:"\"}\""; /* Box Model fix */
  font-family:  verdana, sans-serif; /*hinzugefügt*/
  voice-family:inherit;
  width: 135px;
}

.menuModule a:hover  {
  text-decoration:underline;
  border-right: 3px solid #669E83;
}

.menuModuleAct a  {
  font-size: 12px;/*10*/
  padding-left: 45px; /*35 geändert*/
  width: 123px;
  display: block;
  line-height: 22px;/*26*/
  margin-bottom: 2px;
  font-weight: bold; /*normal*/
  voice-family:"\"}\""; /* Box Model fix */
  font-family:  verdana, sans-serif; /*hinzugefügt*/
  voice-family:inherit;
  width: 135px;
  text-decoration:underline;
  border-right: 3px solid #669E83;
}

.menuModuleAct a:hover {
  border-right: 3px solid #669E83;
}

.subMenuModule a {
  font-size: 10px;/*10*/
  font-weight:normal;
  padding-left: 55px; /*35 geändert*/
  display: block;
  line-height: 22px;/*26*/
  margin-bottom: 2px;
  text-decoration: none;
  border-right: 3px solid #CACACA;
  voice-family:"\"}\""; /* Box Model fix */
  voice-family:inherit;
  font-family:  verdana, sans-serif; /*hinzugefügt*/
  width: 115px;
}

.subMenuModule a:hover  {
  text-decoration:underline;
  border-right: 3px solid #669E83;
}

.subMenuModuleAct a  {
  font-size: 10px;/*10*/
  padding-left: 55px; /*35 geändert*/
  display: block;
  line-height: 22px;/*26*/
  margin-bottom: 2px;
  voice-family:"\"}\""; /* Box Model fix */
  font-family:  verdana, sans-serif; /*hinzugefügt*/
  voice-family:inherit;
  width: 115px;
  text-decoration:underline;
  border-right: 3px solid #669E83;
}

.subMenuModuleAct a:hover {
  border-right: 3px solid #669E83;
}


/* Menue end */

/* Globals start */
a {
   text-decoration:  none;
   font-weight: bold;
   border: none;
   color:#000066;
}
 
a:hover {
   text-decoration:  underline; 
   border: none;
}

h1,h2,h3,h4,h5,h6 {
   color:#000066;
}

blockquote {
   text-decoration: underline;
}

/* Globals end */

/* Classes start */
.align-center {
   text-align: center;
}

.csc-firstHeader {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: bold;
  font-family:  verdana, sans-serif;
  color:#000066;
  border-bottom: 1px solid black;
}
 
/* Classes end */
 
.path {
  color: #7b7b7b;
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;
}

.path a{
  color: #7b7b7b;
  text-decoration: none;
  font-weight: normal;
}



.clr{
  clear:both;
}

.content {
  padding: 0 0 0 20px;
  font-size: 10px;
  line-height: 18px;
}



div.helptext{
   margin:0;
   padding:0;
   text-align: center;
   font-family: verdana, arial, sans-serif;
   font-size: 11px;
   text-align: left;
}

.sucheFieldset {
  width: 350px;
  margin: 1.5em auto 1.5em auto;
  display: block;
  clear: both;
  border: 0px;
}

.sucheFieldset label {
  display: block;
  width: 80px;
  float: left;
  margin: 5px; 
}

.sucheFieldset input,select {
  margin: 5px;
}

