@charset "utf-8";
/* CSS Document */
#image{
	position:relative;
	width:920px;
	height:650px;
	
}
#upper{
	position:absolute;
	top:300px;
	width:920px;
	height:23px;
	margin:0px;
	background-color:#FFF;
	filter: alpha(opacity=70);
	background-color:rgba(255, 255, 255, 0.70);
	border-bottom:2px solid #DF0005;
}

#content{
	filter: alpha(opacity=30);
	background-color:rgba(255, 255, 255, 0.30);
}
#menu{
	position:absolute;
	top:opx;
	width:920px;
	height:30px;
	margin:0px;
	z-index:30;
	border-top:1px solid #DF0005;
}

ul#navigation {
	margin: 0;
	padding: 0;
	height:29px;
	line-height: 29px;
	overflow: hidden;
}

ul#navigation li {
    list-style: none;
    float: left;  
    position: relative;
    margin: 0px; 
	padding: 0px;
	
  }
ul#navigation a, ul#navigation span {
    display: block;
    width: 113px;  /* Breite den in li enthaltenen Elementen zuweisen */
	text-align:center;
    text-decoration: none; 
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
    color:#FFF;
	z-index:28;
	height:30px;
	line-height: 27px;
} 
ul#navigation a:hover, ul#navigation span, li a#aktuell { /*Hover*/
    color:#000; 
	background-color:#FFF;
	filter: alpha(opacity=55);
	background-color:rgba(255, 255, 255, 0.55);
}


#text{
	position:absolute;
	top:10px;
	left:235px;
	width:520px;
	height:281px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:100;
	color:white;
	
}
#text h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#text p{
	line-height:17px;
}
//#text2{
	position:absolute;
	top:10px;
	left:460px;
	width:400px;
	height:281px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
#text2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#text2 p{
	line-height:17px;
}
#picture{
	position:absolute;
	top:10px;
	left:610px;
	height:281px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*span#theTicker a { color: #FFFFFF; font-size: 11px; font-weight:bold; font-family:'Arial'; text-decoration:none; cursor: text; }*/
div.ticki span#theTicker a { color: #fff; font-size: 11px; font-weight:bold; font-family:'Arial'; text-decoration:none; cursor: text; }
div.ticki span#theTicker a:link,
div.ticki span#theTicker a:visited,
div.ticki span#theTicker a:active,
div.ticki span#theTicker a:focus,
/*span#theTicker a:hover { color: #FFFFFF; }*/
div.ticki span#theTicker a:hover { 
	color: #fff; 
}

div.ticki
{
position:absolute;
z-index:4;
left:20px; top:620px;
width: 850px;
height:250x;
color: #000;
}