@media all {
	body {
		font-family:"Verdana",sans-serif;
		font-size:10px;
		line-height:14px;
	}
	a.further {
		color:#990000;
		text-decoration:none;
		background:url(pfeil.gif) no-repeat;
		padding-left:22px;
		margin:6px 0px 0px 12px;
		font-size:9px;
		display:block;
	}
	h1 {
		color:#990000;
		font-family:"Trebuchet MS", "Lucida Sans", Arial, sans-serif;
		font-size:1.15em;
		letter-spacing:0.15em;;
		font-weight:bold;
		text-transform:uppercase;
	}
	/* -- GENERAL ------------------ */
	#nocss {
		display:none;
	}
	img {
		border:none;
	}
}
@media screen {
	/* -- PAGE --------------------- */
	body {
		background-color:#666;
		/*background-image:url(bg.gif);*/
		margin:0px;
		height:100%;
	}

	#container {
		width:737px;
		height:500px;
		margin:0px 0px 20px -370px;
		top:5%;
		left:50%;
		position:absolute;
		border:1px solid gray;
	}
	#redblock {
		width:22px;
		height:500px;
		background:#990000 url(url.gif) no-repeat center;
		float:left;
		clear:left;
	}
	#main {
		width:715px;
		height:500px;
		background:black;
		float:left;
		clear:right;
	}
	#whitebox {
		width:475px;
		height:200px;
		background:white url(intro_mainback.jpg);
		margin:150px 0px 0px 240px;
	}
	#news {
		width:220px;
		w\idth:190px;
		height:404px;
		margin-top:66px;
		background:url(current_news_bg.jpg) repeat-x;
		padding:15px;
		color:#999;
	}
	#shortcuts {
		text-align:center;
		position:absolute;
		top:50%;
		margin-top:220px;
		width:190px;
	}
	#shortcuts img {
		margin:3px;
	}
	img.current_news {
		margin-bottom:25px;
		display:block;
	}	
	img.DV {
		position:absolute;
		top:50%;
		left:50%;
		margin-top:224px;
		margin-left:180px;
	}

	/* -- NAVIGATION --------------- */
	#navigation {
		background-color:#990000;
		width:100%;
		height:20px;
		margin:17px 0px 0px 0px;
	}
	/* -- CONTENT ------------------ */
	#content {
		text-align:left;
		padding:25px 35px 25px 35px;
		margin-bottom:20px;
	}

	/* -- FOOTER ------------------- */

}
@media print {
	body {
		font-size:10pt;
	}
	#navigation, #footer, .noprint {
		display:none;
	}
}