@charset "UTF-8";
/* CSS Document */


/* -- news ticker -- */
.datum-p {
	color: #999;
	font-size: 40px;
	text-decoration: none;
	text-align: left;
	line-height: 70%;
	width:35px;
	height:70px;
	float:left;
	margin-right: 10px;
	border-right: dotted #666666 1px;
	padding-right:10px;
}
.titel-p {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	line-height: 140%;
}
.text-p {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	line-height: 140%;
}
.ztitel {
	color: #9f131c;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	line-height: 140%;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
}
.text-p h2 {
	line-height:120%;
	font-size:12px;
}
/* -- programm index -- */

#programm {
	/*background-color: #CCCCCC;*/
	background-image: url(../media/utilities/news-vl.jpg);
	background-repeat:repeat-x;
	background-position:50px left;
	height: auto;
	width: 100%;
	background-position: left bottom;
	border-bottom:#CCCCCC 1px solid;
}
#programm_sel {
	/*background-color: #CCCCCC;*/
	background-image:url(../media/utilities/news-vl_hover.png);
	background-repeat:repeat-x;
	background-position:50px left;
	height: 100%;
	width: 100%;
	background-position: left bottom;
	border-bottom:#CCCCCC 1px solid;
}
#programm div:hover {
	background-image:url(../media/utilities/news-vl_hover.png);
	}

#programmIntern {
	/*background-color: #CCCCCC;*/
	background-image: url(../media/utilities/news-vl.jpg);
	background-repeat:repeat-x;
	background-position:50px left;
	height: 100%;
	width: 100%;
	background-position: left bottom;
	border-bottom:#CCCCCC 1px solid;
}
#programm h4, #programmIntern h4, #programm_sel h4 {
	line-height:120%;
}
.home, .home2 {
	width:740px;
	margin-top:-20px;
}
.home ul {
	width:100%;
	list-style:none;
	float:left;
	margin-bottom:20px;
}
.home2 ul {
	width:100%;
	list-style:none;
	float:left;
	margin-bottom:20px;
	margin-left:0px;
}
* html .home ul {
	margin-left: 0px;
}
.home li, .home2 li {
		float:left;
		line-height:100%;
}
.home img, .home2 img {
}
em {
	background: url(../media/utilities/hover.png) no-repeat;
	width: 42px;
	height: 52px;
	top:150px;
	position: absolute;
	text-align: center;
	padding-top:10px;
	font-style: normal;
	margin-left:-10px;
	z-index: 2;
	display: none;
	font-size:12px;
	color:#FFFFFF;
}
.icon {
	position:absolute;
	z-index:2;
	width:40px;
	height:40px;
	margin-left:398px;
	margin-top:-20px;
}
