/* Gesamt */

*{
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

body, html{
	width: 100%;
	height: 100%;
	background: #1a1a1a;
}

hr{
	margin:10px 0;
}

#content{
	background-color: white;
	width: 738px;
	float: right;
	margin: 8px;
	padding: 8px;
}

#footer{
	padding: 6px;
	text-align: center;
	color: white;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 1px solid white;
	background-color: #272727;
	behavior: url(border-radius.htc);
}

#header{
position: relative;
	width: 978px;
	height: 189px;
	behavior: url(border-radius.htc);
	background-image: url(../images/header.png);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid white;
}

#menu{
	width: 200px;
	float: left;
}

#menu li{
	height: 24px;
	list-style: none;
	border: 3px solid #424242;
	margin: 8px 0; 
	font-weight: bold;
	background: #303030;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 4px;
}

#menu li a{
	color: white;
	text-decoration: none;
}

#rahmen{
	width: 980px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	/* background-color: #262626; */
}

li .active_link{
	background: #7F4400;
}

#menu li:hover{
	background: #AF5D00;
	cursor: pointer;
}

.c{
	clear: both;
}

.dl_link{
	color: grey;
	text-decoration: none;
	font-weight: bold;
}

.hidden{
	display:none;
}

.pic_box img{
	opacity: .8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; // first!
	filter: alpha(opacity=80);					// second!
	behavior: url(../css/border-radius.htc);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
}

.pic_box img:hover{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.pic_box_detail img{
	border: 1px solid red;
	behavior: url(../css/border-radius.htc);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.presse_header{
	background: #dfdfdf;
	margin: 10px 0;
}

.presse_header a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.presse_icon{
	float:left;
	margin-right: 10px;
}

.presse_link a{
	text-decoration: none;
	color: grey;
}

.presse_pic{
	behavior: url(../css/border-radius.htc);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 8px;
}

.text_box{
	margin-bottom: 6px;
}

.v_pic{
	float: left;
	margin-right: 20px;
}

.v_text{
	float: right;
	width: 430px;
}

.v_text span{
	font-size: 13px;
}

.v_text .text_box{
	float: right;
	text-align: left;
	width: 330px;
	font-weight: bold;
	font-size: 14px;
}

.v_text a{
	text-decoration: none;
	color: #AF5D00;
}

.veranstaltung_box{
	margin-bottom: 10px;
}