<!--
/**
 * Startseite /index.php
 */
/* Boxen für Bilder */
div.imgbox320 {
	width:300px;
	height:169px;
	margin-top:7px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
div.imgbox320 img {
	background-color:#ffffff;
	width:300px;
	height:169px;
	display:none;
}
div.box320 {
	width:318px;
	max-width:318px;
	height:384px;
	border:1px solid #808080;
	border-bottom:2px solid #c1121c;
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
div.title320 {
	width:318px;
	height:25px;
	border:0px;
	margin:0px;
	padding:0px;
	padding-top:2px;
	background-image:url(/images/titelverlauf.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div.title320:hover {
	background-image:url(/images/titelverlauf-a.gif);
	background-repeat:repeat-x;
	background-position:top;
}

div.titlecontent {
	width:300px;
	margin:10px;
	text-align:left;
}
ul.titlecontentlist {
	list-style-position:outside;
	padding-left:15px;
	margin-left:0px;
	margin-top:0px;
	line-height:15px;
	font-weight:bold;
}
#box_titel_ue {
	float:left;
}
#box_titel_broadcast {
	float:left;
	margin-left:10px;
}
#box_titel_it {
	float:left;
	margin-top:10px;
}
#box_titel_energie {
	float:left;
	margin-top:10px;
	margin-left:10px;
}
-->