html{
 background-color:#CACCCE;
}

.menue{
	margin:20px auto 0px;
	width:612px;
	background-image:url(images/top.gif);
	padding:5px;
}

.menue a{
	font-size:90%;
	color:#000;
	text-decoration:none;
	margin:0 20px 0 10px;
}

.menue a:hover{
	color:#08004e;
	text-decoration:underline;
}

.contentbox{
	margin:0px auto 0px;
	width:602px;
	background-image:url(images/content-bg.gif);
	padding:10px 10px 0px 10px;
	color:#fff;
	font-size:90%;
	min-height:250px;
}

.contentbox p{
	margin:10px 0 0 0;
	line-height:1.4em;
}

.content{
	margin-left:145px;
	margin-top:15px;
}

.submenue{
	margin:10px 0 0 0;
	width:110px;
	font-size:100%;
	padding-left:30px;
	float:left;
	
}

.submenue p{
	line-height:100%;
}

.submenue a{
	color:#fff;
	text-decoration:none;
}
.submenue a:hover{
	text-decoration:underline;
}

.aktive{
	font-weight:bold;
}

.discripthead{
	margin-top:0px;
}

.linkimage{
	border:0;
}

.textlink{
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
.textlink:hover{
	border-bottom:1px solid #fff;
}
