body {
        margin: 0;
        padding: 10px 0px 0px 0px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        line-height: 1.5em;
        color: #000000;
        text-align:justify;
        background: #ffffff;
        }
a {
        color: #000000;
}
a:hover {
        color: #9f1118;
        }


#site {
        margin-left: auto;
        margin-right: auto;
       border-left: 20px solid #c25050;
        border-right: 20px solid #c25050;
        border-bottom: 20px solid #c25050;
        background: #ffffff;
        width: 850px;
}
#head {
        width: 100%;
        }
#titel {
        color: white;
        margin-top: 1px;

        background-color: #9f1118;
        padding-left: 180px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
}


}
#wrapper {
        width: 100%;

}
#menu img {
        margin: 0;
}
#menu {
        float: left;
        margin-top: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        background-image: url(../images/verlaufoben.gif);
        background-position: 0px 150px;
        background-repeat: repeat-x;
}
a.imprint {
        font-size: 0.8em;
        text-align: left;
      }
#menu a {
        display: block;
        width: auto;
        line-height: 2em;
        margin-left: 10px;
        margin-right: 10px;
        color: #000000;
}
#menu a:hover, #menu a.ac {
        color: #9f1118;
}
#content {
        margin-left: 170px;
       padding: 20px;
}
#aktuell {
  /*background-color: #9f1118;
  color: #ffffff;*/
 padding: 2px 20px 10px 10px;
  align: center;
  width: 305px;
  margin: 0 0 20px 130px;
  border: 3px solid #9f1118;
  

}
#aktuell h2 {
      font-size: 1.1em;
      border-bottom: 1px dashed #9f1118;
}
#aktuell td {
      padding-right: 20px;
}
#foot {
        font-size: 0.8em;
        text-align: right;
        margin-bottom: 30px;
        margin-top: 50px;
        padding-right: 30px;
}
em {
        font-style: italic;
        font-weight: normal;
}
h1 {
        font-size: 1.2em;
}
h2 {
        font-size: 1em;
        font-weight: bold;
        padding-left: 10px;
        border-bottom: 1px dashed #1c214e;
        margin-top: 30px;
}
h4 {
        font-size: 1.0em;
		font-weight: bold;
		margin: 0px;
		}
.tab {padding: 0px;
margin: 0px;
font-size: 0.8em;
	
	}



.greybackground {
	background-color: #333;
	padding-left: 11px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	width: 300px;	
	}
li {
        margin-bottom: 0.5em;
}


/* player container */
div.player {
        height:368px;
        width:640px;
        border:none;
        cursor:pointer;
        float:left;
        text-align:center;
        margin:0px;
        margin-bottom:10px;
        overflow:hidden;
        display:block;
}

/* play button */
div.player img {
        margin-top:142px;
}

/* info area */
div.player div.info {
        width:640px;
        height:50px;
        background:#000 url(infobackground.png) repeat-x;
        opacity:0.7;
        color:#fff;
        text-align:left;
        padding:5px 15px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:12px;
        line-height:14px;
        border-top:1px solid #ccc;
        margin-top:92px;
}

/* duration data inside info area */
div.player div.info span {
        color:#99FF99;
        display:block;
        font-weight:bold;
}