/*	impr.css,v 1.0 $date: 2005-09-15	*/

#navigation {
	position: static;
	padding: 0;
	padding-top: 30px;	/* Auf gleiche Hoehe mit Headline rechts achten */
	float: left;
	margin: 0;
	border: 0;
	background-image: url(../images/bg_lt-grey.jpg);
	background-repeat: repeat;
	width: 200px;		/*	light green navi Hintergrund	*/
	height: 305%;
}

#headline {
	position: absolute;
	top: 20px;
	left: 200px;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}

#contimg {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	padding: 0;
	margin: 0;
	border: 0;
}

#conttext {
	position: absolute;
	top: 100px;
	left: 228px;
	float: left;
	width: 60%;
	padding: 0;
	margin: 0;
	border: 0;		/*	1px solid blue	*/
	font-size: 13px;
}

#conttext a {
	color: #4D4D45;
	text-decoration: none;
/*	float: left;	*/
}

#conttext a:hover {
	color: #4D4D45;
	text-decoration: none;
/*	font-weight: bold;	*/
}


