﻿<style type="text/css" media="screen">
		body
		{
			font-family: verdana;
			color: #000;
			background-color: #FFFFFF;
			font-size: 12px;
		}
		
		#container
		{
			font-family: verdana;
			font-size: 12px;
      margin-top: 10px;
      margin-right:auto;
     	margin-left:auto;
			background-color: #FFF;
			width: 900px;
		}
		
		#header
		{
			height: 103px;
			width: 800px;
		}

		#menue
		{
			margin: 0 2em 0 2em ;
			width: 752px;
			border-bottom: 1px solid #000000;
			text-align: right;
      margin-bottom: 10px;
		}

    #menue a:link, #menue a:visited {
			font-family: verdana;
			color: #000000;
			font-size: 12px;
			text-decoration: none;
    		}

    #menue a.nav_aktiv, #menue a:hover, #menue a:active {
			font-family: verdana;
			color: #920000;
			font-size: 12px;
			text-decoration: none;
			font-weight:bold;
		}
		
		#content
		{
			background-repeat: no-repeat;
			height: 520px;
			width: 800px;
			background-image:  url(images/content.gif);
		}

		#inhalt
		{
			margin: 0 2em 0 4em ;
			width: 727px;
			height: 448px; 
			overflow : auto;
		}

		#inhalt td
		{
			font-size: 12px;
		}
		
		#inhalt h1
		{ 
      margin-top: 12px;
      margin-bottom: 0px;
		  color: #920000;
			font-size: 16px;
			border-bottom: 2px solid #920000;
		}
		#inhalt h2
		{ 
      margin-top: 18px;
      margin-bottom: 4px;
		  color: #920000;
			font-size: 14px;
			border-bottom: 1px solid #920000;
		}
		#inhalt p
		{ 
      margin-top: 0px;
      margin-bottom: 8px;
		}
		#inhalt ul
		{ 
     	margin-top: 0px;
     	margin-bottom: 8px;
		}
		#inhalt li
		{ 
      margin-top: 0px;
      margin-bottom: 5px;
		}
    
    #inhalt span.red, #inhalt red {
			font-family: verdana;
			color: #cc0000;
			font-size: 12px;
			text-decoration:line-through;
    		}
    #inhalt span.neu, #inhalt neu {
			font-family: verdana;
			color: #000000;
			font-size: 15px;
			font-weight:bold;
    		}
    
    #inhalt a:link, #inhalt a:visited {
			font-family: verdana;
			color: #920000;
			font-size: 12px;
			text-decoration: none;
    		}

    #inhalt a:hover, #inhalt a:active {
			font-family: verdana;
			color: #000000;
			font-size: 12px;
			text-decoration: none;
		}

		#right {
			width: 700px;
      text-align: right;
    }
    
    #right a:link, #right a:visited {
			font-family: verdana;
			color: #000000;
			font-size: 12px;
			text-decoration: none;
    		}

    #right a:hover, #right a:active {
			font-family: verdana;
			color: #920000;
			font-size: 12px;
			text-decoration: none;
		}

		#footer
		{
			color: #666666;
			margin: 0 2em 0 2em ;
			width: 752px;
			border-top: 1px solid #666666;
			text-align: center;
		}

    #footer a:link, #footer a:visited {
			color: #666666;
			font-size: 12px;
			text-decoration: none;
    		}

    #footer a:hover, #footer a:active {
			color: #920000;
			font-size: 12px;
			text-decoration: none;
		}
		
		
.aktuell-1 {
	font-size: large;
}
.aktuell-2 {
	font-size: x-large;
}
.aktuell-3 {
	text-decoration: none;
}
.aktuell-4 {
	color: #000000;
}
.style1 {
				text-align: center;
}

#player {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
#player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
</style>