@charset "UTF-8";
/* CSS Document */
#mainteaser {
	margin:0 0 16px 0;	
}

#teasers p {
	float:left;
	margin:0;
}

#newsflash {
	display:block;
	float:right;
	width:410px;
	height:218px;
	margin-top:-218px;
	padding:0;
	border-radius-topleft:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-radius-topleft:4px;
	border-radius-topright:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-radius-topright:4px;
	font-size:1.2em;
	line-height:1.35em;
}

#newsflash > div {
	display:block;
	height:85px;
	margin:0;
	padding:6px 10px 8px 10px;
	background:url(img/bg_verlauf.png) top left repeat-x;
	border:1px solid #ccc;
	border-top:none;
	
	overflow:hidden;
}

#newsflash > div.first {
	border-bottom:1px solid #ccc;	
}

#newsflash .teaser {
	margin:0;
	padding:0;
}

#newsflash .more {
	margin:5px 0 2px 0;
	padding:0;
	
}

#newsflash h2 {
	margin:0 0 4px -1px;
	padding:0;
	font-size:1.5em;
}

#sitemap {
	font-size:1.2em;
	line-height:1.35em;
	color:#333;
	margin:16px 0 6px 0;
	border-top:3px solid #ccc;
}

#sitemap a {
	color:#333;	
}

#sitemap ul {
	list-style:none;
	padding:0;
}

#sitemap > ul.level_1 > li {
	display:block;
	float:left;
	width:128px;
	margin:8px 4px 4px 4px;
	font-weight:bold;
}

#sitemap > ul.level_1 > li.first {
	display:none;	
}

#sitemap > ul.level_1 > li.last {
	margin-right:0;	
}

#sitemap > ul.level_1 > li.submenu > a {
	font-weight:bold;
}

#sitemap ul.level_2 {
	font-size:0.9em;
	font-weight:normal;
}
