body { background-color: rgb(240,242,246); }
.article {
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: rgb(255,255,255);
 }
 
#h_centerDiv {
	position: absolute;
	width: 950px;
	/*background-color: blue;*/
	background-image: url(/images/home/bg-img_home.jpg);
	background-position: 0px 147px;
}
 
#h_navigation_area { /* div */
	width: 210px;
	padding-top: 20px;
	position: static;
	/*float: left;*/
	/*border: 1px solid fuchsia;*/
}
 
#h_content_area {
	width: 660px; /* brutto 740 -> siehe colR */
	height: 480px; /* drückt den Fuß auf gewünschte Pos. runter */
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	top: 147px;
	margin: 0px;
	left: 210px;
	position: static;
	float: left;
}
 
#h_footer {
	width: 950px;
	height: 42px;
	position: static;
	clear: both;
	background-image: url(/images/design/bg_foot.gif);
	background-repeat: repeat-x;
	
}


/* Navigation */
.nav-box { /* div*/
	margin-left: 17px;
	height: 30px;
	border-bottom: 1px solid rgb(152,152,152);
}

.nav-link { /* a */
	padding-left: 2px; 
	font-size: 14px;
	line-height: 30px;
	color: rgb(128,128,128);
	text-decoration: none;
	display: block;
}


.nav-link:hover { /* a */
	background-color: #BDC0CC;
}

.nav-link-current { /* a */
	padding-left: 2px; 
	font-size: 14px;
	line-height: 30px;
	color: rgb(0,0,0);
	text-decoration: none;
	display: block;
}

.nav-pointer {
	border: none;
	margin-right: 10px;
}


/* Sprach-Navigation */
#lang-nav a {
	font-size: 12px;
	color: rgb(110,110,110);
	text-decoration: none;
	line-height: 14px;
}

.lang-nav-span { padding: 7px 3px 2px 3px; }

.lang-nav-span:hover {
	border-top: 1px solid rgb(152,152,152); 
	border-bottom: 1px solid rgb(152,152,152); 
}


/* News */
#news-box {
	color: white;
}

.news-h1 { 
	font-weight: bold;
	background-color: rgb(147,165,187); 
	border: none;
	padding-left: 5px;
	margin-top: 50px;
	margin-bottom: 3px;
}

.news-h2 {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: transparent;
	padding: 0px;
}

.news-ul { /* restliche Styles werden v. ul geerbt*/
	margin: 0px;
	color: rgb(255,255,255);
}

.colR {
	position: absolute;
	top: 167px;
	left: 585px;
	width: 320px;
	padding: 0px;
	margin: 0px;
}
