/*@CHARSET "ISO-8859-1";*/

html,body {
	margin:0px;
	padding:0;
	width:100%;
	font-family: "Trebuchet MS", Trebuchet, Arial ;
	height:12px;
	color:#003179;
	background: url(../img/bg.jpg) repeat-x #F07E04;
	line-height:20px;
	}
	
#header {
	background: url(../img/header.jpg) no-repeat;
	height:40px;
	width:757px;
	padding: 165px 0px 0px 240px;
	font-size: 20px;
	}

a:link, a:visited{
	color:#FFFFCC;
	text-decoration:none;
}
a:active, a:hover{
	text-decoration:underline;
}
.active{
}
#left{
	width: 200px;
	float:left;	
}


#navi{
	margin:0px 0px 0px 40px;
	width:160px;
	font-size:16px;
	text-align:right;
	padding:0;
	color:#FFFFCC;
	background: #003179;
}

#navi_top{
	margin:10px 0px 0px 40px;
	background: url(../img/links_slider_oben.png) no-repeat;
	height: 26px;
	width: 200px;
}

#navi_bottom{
	background: url(../img/links_slider_unten2.png) no-repeat;
	height: 24px;
	width:200px;
	overflow:hidden;
}

#navi ul{
	margin-top:0;
	padding:0;
	list-style-type:none;
}

#navi li{
	padding:0px 25px 0px 0px;
	margin-bottom:10px;
}

#navi li ul{
	margin:5px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	text-align:right;	
}

#navi li ul li{
	padding:0px 0px 0px 0px;
	font-size: 12px;
	margin-bottom:4px;
}
#navi a{
	margin:0;
	padding:0;
	color:#ffffcc;
	font-weight: lighter;
}

#right{
	margin-left:-5px;
	float:left;
}

.content_wrap{
	float:left;
	width:625px;
	background: none;
}
.content_box{
	float:left;
	width:625px;
	background: url(../img/bg_content.png) #FFFFFF;
	margin-bottom: 20px;
}

.content{
	width: 545px;
	float:left;
	font-size:12px;
	line-height:20px;
	padding:0px 40px 20px 40px;
}
.content a:link, .content a:visited{
	text-decoration: underline;
	color:#003179;	
}

.content a:active, .content a:hover{
	text-decoration: none;
	color:#003179;	
}

.content img{
	float: left;
	margin: 0px 20px 20px 0px;
}

h1{
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	font-weight: bold;
}
h2{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight: bold;
}

.coltxt_left{
	float:left;
	width:260px;
	margin:0 20px 0 0;
	padding:0;
}
.coltxt_right{
	float:left;
	width:240px;
	margin:0;
	padding:0;
}
.coltxt_left2{
	float:left;
	width:190px;
	margin:0 20px 0 0;
	padding:0;
}
.coltxt_right2{
	float:left;
	width:330px;
	margin:0;
	padding:0;
}

.hoerfilm{
	/*border:1px solid #fff;*/
	margin-bottom: 35px;
}

.copyright{
	font-size:10px;
	line-height:18px;
}

p{
	margin-bottom:27px;
}

.footer{
	clear:both;
	font-size: 12px;
	font-weight:bold;
	width: 625px;
	text-align:center;
}
.footer a{
	color:#003179;
}
.break{
	clear:both;
	height: 0px;
	line-height: 0px;
	overflow:hidden;
}
.credits{
	font-size: 10px;
}