html, body {
   height: 100%;
}

body {
   margin: 0;
   padding: 0;
   text-align: center;
   background: url(../images/bg_main.gif) repeat-y top center;
   font: 400 0.7em verdana, arial, sans-serif;
   line-height: 170%;
   color: #555;
   overflow: auto;
   overflow: -moz-scrollbars-vertical;
}

a {
   text-decoration: none;
   color: #3030FF;
}

a:hover {
   color: #668FA3;
}

a img {
   border: 0;
}

a img.border {
   border: 1px solid #FC3307;
}

a:hover img.border {
  /* Fixes IE bug */
   border: 1px solid #668FA3 !important;
   border: 1px solid #FC3307;
}

#content {
   position: relative;
   height: auto !important;
   height: 100%;
   min-height: 100%;
}

#contentText {
   text-align: justify;
}

#header {
   clear: both;
   position: relative;
   height: 5em;
   margin: 0 auto;
   background: #48525B url(../images/header.gif) repeat-x bottom left;
   border-bottom: 2px solid #2f537d;
   background-color: #48525B;
}


#header img {
   position: absolute;
   top: 5%;
   left: 10px;
}

#header ul {
   margin: 3.5em 1em 0 0 !important;
   margin: 3.5em 0.5em 0 0;
   padding: 0;
   float: right;
}

#header ul li {
   display: inline;
   list-style: none;
}

#header ul li a {
   float: left;
   padding: 0 1em;
   font: 400 1.1em arial, sans-serif;
   letter-spacing: 0.1em;
   line-height: 0.8em !important;
   line-height: 1em;
   color: #cccccc;
   border-right: 1px solid #4D5760;
}

#header ul li a.last {
   padding-right: 0;
   border-right: 0;
}

#header ul li a:hover {
   color: #3B5D77;
}

#headerLogo {
   margin: 0 auto;
   height: 150px;
   background: url(../images/header.jpg) no-repeat top left;
   border-bottom: 2px solid #000;
}

#headerLogoText {
   text-align: right;
   vertical-align: bottom;
   padding-top: 70px;
   padding-right: 20px;
}

#headerLogoTextStyle1 {
   color: #00f;
   font-family: Times;
   font-size: 18px;
   font-style: italic;
   font-weight: bold;
}

#headerLogoTextStyle2 {
   color: #EC0000;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
}

#menu {
   margin: 0 auto;
}

#page {
   clear: both;
   float: left;
   width: 100%;
   margin-top: 10px;
   margin-bottom: 6em;
   text-align: left;
}

#page ul {
   list-style-type: square;
}

#listtitle {
   text-indent: 30px;
   text-decoration: underline;
   font-weight: bold;
   margin-bottom: -12px;
}

#listtitleNormal {
   text-indent: 25px;
   margin-bottom: -12px;
}

.spalte {
   float: left;
   margin-bottom: 2px;
   margin-top: 2px;
/*background-color:#f00;*/
}

.widthSpalte10 {
   width: 10%;
}

.widthSpalte12 {
   width: 12%;
}

.widthSpalte25 {
   width: 24%;
}

.widthSpalte33 {
   width: 33%;
}

.widthSpalte37 {
   width: 37%;
}

.widthSpalte40 {
   width: 40%;
}

.widthSpalte50 {
   width: 50%;
}

.widthSpalte75 {
   width: 75%;
}

.widthSpalte95 {
   width: 95%;
}

#columns {
   margin: 0 auto;
}

.width {
   width: 776px;
}

.widthPad {
   width: 746px;
}

.width100 {
   width: 100%;
}

.refLine { 
   text-align: center;
}

#zwpic {
   margin: 0 auto;
   height: 83px;
   background: url(../images/zwpic.jpg) no-repeat center center;
}

.subtitle {
   background: #5C83B4 none repeat scroll 0%;
   border: 1px solid #808080;
   color: #FFF;
   font-size: 11px;
   font-weight: bold;
   margin-bottom: 5px;
   margin-top: 2px;
   padding: 2px 5px;
}

#footer {
   clear: both;
   float: left;
   width: 100%;
   height: 5em;
   margin-top: -5em;
}

#footer #bg {
   position: relative;
   height: 5em;
   margin: 0 auto;
   background: #49525B url(../images/footer.gif) repeat-x bottom left;
}

#footer #bg ul {
   float: right;
   margin: 3em 1em 0 0 !important;
   margin: 3em 0.5em 0 0;
   padding: 0;
}

#footer #bg ul li {
   display: inline;
   list-style: none;
}

#footer #bg ul li a {
   float: left;
   padding: 0 1em;
   font: 400 1em arial, sans-serif;
   letter-spacing: 0.1em;
   line-height: 0.8em !important;
   line-height: 1em;
   color: #4D5760;
   border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
   padding-right: 0;
   border-right: 0;
}

#footer #bg ul li a:hover {
   color: #cccccc;
}

#footer #bg img {
   position: absolute;
   top: 6%;
   left: 10px;
}

