/* (c) Simone Schilke 2010 */
* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}
html {
  font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
  font-size: 0.9em;
  overflow: auto;
}
body {
  background-repeat: repeat-x;
  background-image: url(images/bg_verlaufgrau.png);
  background-color: #ffffef;
}
img {
	border: 0;
}
.kursiv {
   font-style: italic;
}
.unterstrichen {
   text-decoration: underline
}

.fett {
   font-weight: bold;
}

td {
   color: #5c5c5c;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1 {
  font-size: 200%;
  font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
  color: #5c5c5c;
}
h2 {
  font-size: 150%;
  font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
  color: #5c5c5c;
}
h3 {
  font-size: 120%;
  font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
  color: #5c5c5c;
}
p {
/*  font-family: Tahoma,Arial,sans-serif; */
  color: #5c5c5c;
  margin-top: 10px;
}
div#container {
   margin: 20px auto 0 auto;
   padding: 0;
   text-align: left;
   width: 900px;
}
div#header {
	background: none;
   width: 100%;
   height: 280px;
}
div#header img {
   border: none;
   size: 100%;
}
div#hcorner_l {
	float: left;
	background: url(images/headcorner_left.png) no-repeat;
	width: 20px;
	height: 30px;
}
div#hcorner_r {
    float: right;
	background: url(images/headcorner_right.png) no-repeat;
	width: 20px;
	height: 30px;
}
div#hcontent {
	float: left;
	width: 850px;
	height: 30px;
    padding-left: 10px;
	background-color: #bab8b8;
}
div#hcontent h2 {
/*	font-family: Verdana,sans-serif; */
   color: #ffffff;
   line-height: 30px;
   text-align: left;
   font-weight: bold;
}
div#menu {
  margin: 0;
  padding: 0;
}
div#menu ul {
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  float: left;
  background-color: #5c5c5c;
  width: 100%;
}
div#menu ul li {
  display: inline;
}
div#menu ul li a {
  border-right: 1px solid #ffffff;
  padding: 6px 10px;
  color: #ffffff;
  float: left;
  text-decoration: none;
}
div#menu ul li a:hover {
  background-color: #c4c4c4;
  color: #ffffff;
}
div#submenu {
  margin: 0;
  padding: 0;
}
div#submenu ul {
   border-bottom: 5px solid #ffffff;
   float: left;
   background-color: #bddfff;
   width: 100%;
}
div#submenu ul li {
  display: inline;
}
div#submenu ul li a {
   border-right: 1px solid #ffffff;
   padding: 1px 10px;
   color: #5c5c5c;
   float: left;
   text-decoration: none;
}
div#submenu ul li a:hover {
  background-color: #c4c4c4;
  color: #ffffff;
}
div#wrapper {
	width: 100%;
	border-top: 2px dotted #5c5c5c;
	background-color: #ffffe0;
	float: left;
}
div#content {
   padding: 20px;
   width: 80%;
   float: left;
}
div#content p {
   line-height: 1.6;
}
div#content ul {
   list-style-type: circle;
   margin-left: 40px;
   line-height: 1.8;
}
div#content a {
   text-decoration: none;
   color: #5c5c5c;
}
div#content img {
   border: 8px solid #ffffff;
}

div#logo {
	margin: 10px 0 10px 0;
}

div#logo img {
   border: 0
}

div#logo p {   
   font-style: italic;
   font-size: 0.8em;
	text-align: right;
}

div#prefooter {
	background: #ffffff;
	border-top: 2px dotted #5c5c5c;	
	height: 5px;
	width: 100%;
	clear: both;
}
div#footer {
   background: none;
   width: 100%;
   clear: both;
}
div#fcontent {
	float: left;
	width: 860px;
	height: 30px;
	background-color: #bab8b8;
}
div#footer p {
   padding-right: 10px;
   line-height: 15px;
   font-size: 110%;
   color: #ffffff;
   font-weight: bold;
   text-align: right;
}
div#fcorner_l {
	float: left;
	background: url(images/footcorner_left.png) no-repeat;
	width: 20px;
	height: 30px;
}
div#fcorner_r {
    float: right;
	background: url(images/footcorner_right.png) no-repeat;
	width: 20px;
	height: 30px;
}
div#subtext {
   background: transparent none repeat scroll 0%;
}
div#subtext p {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 0.7em;
   color: #000000;
   text-align: center;
}
div#subtext a {
   color: #000000;
}
div#subtext a:hover {
   color: #336699;
}

div#adbox {
/*   padding: 0px; */
   margin: 20px 0px 0px 0px;
   width: 120px;
   float: right;
}

div#facebook {
   margin: 30px 0px 0px 0px;
}

div#facebook p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
}

div#facebook img {
	border: 0;
	margin: 0 10px 0 0;
}

/* Abgerundete Newsbox mit Klassen */
.rounded_newsbox {
   background: url(images/rounded_newsbox_tl.png) no-repeat top left;
   float: right;
   width: 120px;
   margin: 20px 5px 10px 0;
}
.rounded_newsbox_top {
	background: url(images/rounded_newsbox_tr.png) no-repeat top right;
}
.rounded_newsbox_bottom {
	background: url(images/rounded_newsbox_bl.png) no-repeat bottom left;
}
.rounded_newsbox_bottom div {
	background: url(images/rounded_newsbox_br.png) no-repeat bottom right;
}
.rounded_newsbox_content {
   background: url(images/rounded_newsbox_r.png) top right repeat-y;
   padding: 10px 10px 15px 10px;
/*   height: 100%; */
}
.rounded_newsbox_content p{
	color: #ffffff;
}
.rounded_newsbox_content a{
/*  text-decoration: none; */
	color: #ffffff;
}
.rounded_newsbox_content h3{
   padding; 
   color: #ffffff;
   padding: 0 0 10px 0;
   text-align: center;
}
.rounded_newsbox_top div,.rounded_newsbox_top,
.rounded_newsbox_bottom div, .rounded_newsbox_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.rounded_newsbox_content, .rounded_newsbox_bottom {
	margin-top: -15px;
}

/* SZ Newsbox */
#sz_newsbox {
	float: right;
	width: 120px;
	margin: 80px 5px 0 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9pt;
}


/* Laufleiste mit Bildern */

#laufleiste, #laufleiste * {
    padding:0px;
    margin:0px;
    border:none;
}

div#laufleiste img {
	border: 0;
}

#laufleiste {
    overflow:hidden;
}

#laufleiste1, #laufleiste2 {
    white-space:nowrap;
    position:absolute;
    top:0px;
}
