/* Gemeinsame Teile */
body {
  margin: 0;
	padding: 0;
  font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  /*font:0.75em/100% Verdana, 'Arial';*/
	line-height:1.4em;
  background-image: url(../images/sz_v10/a1.gif);
  background-repeat: repeat-x;
  background-color: #F9F9F7;
}

* a {
      text-decoration: underline;
      color: #666;
    }
* a:hover {
      text-decoration: none;
      background: #C3C39D;
      color: #333;
    }

#news_down {
  margin-left: -25px;
  margin-top: 0px;
  width: 960px; /*884px;*/
  /*line-height: 25px;*/
  /*text-align: center;*/
  /*background: #EEE;*/
  color: #000;
  /*border: 2px solid #CCCCCC;*/
  margin-bottom: 12px;
}

#outer_cont {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
}

#header {
  border: 8px solid #FFF;
  background-image: url(../images/sz_v10/sz_header_bg.png);
  width: 872px;
  height: 70px;
  background-repeat: repeat-x repeat-y;
}
    #header_logo {
      margin-left: 0px;
      height: 70px;
      position: absolute;
    }

#nav {
  background-image: url(../images/sz_v10/bg2.jpg);
  background-repeat: repeat-y repeat-x;
  width: 872px;
  height: 20px;
  border: 8px solid #FFF;
  border-top: 0px;
}
    .nav_active {
      border-right: 1px solid transparent;
      background-color: #FFF;
      color: #000;
    	float: left;
    	width: 110px;
      text-decoration: none;
    	text-align: center;
      line-height: 20px;
      height: 20px;
    }
    #nav span a {
      border-right: 1px solid #FFF;
      color: #000;
    	float: left;
    	width: 110px;
      text-decoration: none;
    	text-align: center;
      line-height: 20px;
      height: 20px;
    }
    #nav span a:hover {
      border-right: 1px solid #FFF;
      background-image: url(../images/sz_v10/bg2_sw.jpg);
      /*background-color: #CCC;*/
      color: #000;
    	float: left;
    	width: 110px;
      text-decoration: none;
    	text-align: center;
      line-height: 20px;
      height: 20px;
    }

#breadcrumbs {
  font: 0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  text-align: left;
  width: 867px;
  border-left: 8px solid #FFF;
  border-right: 8px solid #FFF;
  padding-left: 5px;
  padding-top: 5px;
  color: #000;
}
     #breadcrumbs a {
       color: #000;
     }
     #breadcrumbs a:hover {
       background-color: #CCC;
     }


#footer {
  float: left;
  padding-top: 4px;
  border-top: 8px solid #FFF;
  width: 888px;
  font: 0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  color: #666;
  text-align: right;
  line-height: 14px;
  clear: both;
}
    #footer a {
      text-decoration: underline;
      color: #666;
    }
    #footer a:hover {
      text-decoration: none;
      background: #C3C39D;
      color: #333;
    }
