/* header */

#content {
	/*top: 50px;
	left: 205px;*/
	height: 486px;
	width: 700px;
}

/* content */

#content {
	/*top: 121px;
	left: 205px;*/
	height: 250px;
	width: 550px;
}

/* linie */

.lineoben {
	position:relative;
	height:1px;
	width:400px;
	background-color:#3148a3;

}	
.lineunten {
	position:relative;
	height:1px;
	width:363px;
	background-color:#3148a3;
}

/* links */

.navi a:hover {
	color: #3f5bc3;
	font-weight: bold;
}

.navi_on {

	text-decoration: none;
	color: #3f5bc3;
	position:absolute;
	z-index:1;
}

.navi {

	text-decoration: none;
	color: #3f5bc3;
}
