
div.newsbox {
	width: 630px;
	height: 210px;
	display: table;
	background-color: #980900;
	/* background-color: #a9150d; */
}

div.leftbox{
	width: 220px;
	position: absolute;
	z-index: 50;
}

div.rightbox{
	width:430px;
	position: absolute;
	margin: 0 0 0 200px;
	z-index: 10;
}

div.bericht {
	width: 430px;
	height: 210px;
	position:absolute;
}
	
	div.bericht a {
		position: absolute;
		z-index: 40;
		display: block;
		width: 429px;
		height: 208px;
		text-decoration: none;
		background-image: url(../img/linkfix.gif);
	}
	
	div#mycontent div.bericht a {
		text-decoration: none;
	}

	div.bericht div.image {
		position: absolute;
		width: 429px;
		height: 208px;
		z-index: 10;
		position: absolute;
		margin: 1px 1px 1px 0;
	}
	
	div.bericht div.content-newsbox {
		background-image: url(../img/bg_content.png);
		position: absolute;
		width: 429px;
		height: 70px;
		z-index: 20;
		margin: 139px 0 0 0;
		color: #ffffff;
	}	
		
		div.bericht div.content-newsbox div.content-newsbox-spacing {
			width: 420px;
			height: 60px;
			padding: 5px;
		}
		
		
	* html div.bericht div.content-newsbox {
		background: none;
		background-color: #08397d;
		position: absolute;
		width: 429px;
		height: 70px;
		z-index: 20;
		margin: 139px 0 0 0;
		padding: 0;
		color: #ffffff;
		display: inline;
	}
	
		* html div.bericht div.content-newsbox div.content-newsbox-spacing {
			width: 420px;
			height: 60px;
			padding: 5px;
		}


div#bericht1{
	visibility:hidden;
}

div#bericht2{
	visibility:hidden;
}

div#bericht3{
	visibility:hidden;
}



div.vak-normal {
	width: 198px;
	height: 69px;
	text-align: left;
	margin: 1px 1px 1px 1px;
	background-image: url(../img/bg_vak-normal.png);	
}

	div.vak-normal a {
		width: 188px;
		height: 59px;
		display: block;
		text-decoration: none;
		color: #ffffff;
		padding: 5px;
	}
	
	div#mycontent div.vak-normal a {
		color: #ffffff;
	}

div.vak-active {
	width: 218px;
	height: 69px;
	text-align: left;
	margin: 1px 1px 1px 1px;
	background-image: url(../img/bg_vak-active.png);
}

* html div.vak-active {
	width: 198px;
	height: 69px;
	text-align: left;
	margin: 1px 1px 1px 1px;
	background-image: url(../img/bg_vak-normal.png);
}

	div.vak-active a {
		width: 188px;
		height: 59px;
		display: block;
		text-decoration: none;
		color: #ffffff;
		padding: 5px 25px 5px 5px;
	}	
	
	* html div.vak-active a {
		width: 188px;
		height: 59px;
		display: block;
		text-decoration: none;
		color: #ffffff;
		padding: 5px;
	}	
	
	div#mycontent div.vak-active a {
		color: #ffffff;
	}	

div.vak-normal h2,
div.vak-active h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
