body {
	position:absolute;
	background-color:#013F6E;
	background-image:url(../images/bg_repeat-y.gif);
	background-repeat:repeat-y;
		font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body.contentOnly {
	background-image:none;
	background-color:#E9E6DC;
	}

*.header {
	position:absolute;
	top:0px;
	left:0px;
	width:999px; 
	height:202px; /* 200 - 50*/
	/*padding-top:51px;*/

	background-color:#2C477F;
	background-image:url(../images/eqs_header.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;

	border-bottom:1px solid #434343;
}

*.navigation {
	position:absolute;
	top:201px;
	left:0px;
	width:200px;
}


*.content {
	position:absolute;
	top:201px;
	left:201px; /*Schwarze Linie!*/
	width:784px; /*798-14*/
	height:100%;
}

body.contentOnly div.content {
	top:20px;
	left:0px;
}


#fallback, #fallback_gallery {
	background-repeat:no-repeat;
}

#news_detail hr {
    border-top: 1px dashed #535353;
    border-bottom: 1px solid  #FAF7EC;
    border-left: 1px solid  #FAF7EC;
    border-right: 1px solid  #FAF7EC;
}
