BODY {
	FONT-FAMILY: Trebuchet MS;
	FONT-SIZE: 11px;
	COLOR: #999999;
	BACKGROUND-COLOR:#FFFFFF;
}

.cat {
	font-size:18px;
	color:white;

}

.top {
	background:#f3ffa9;
	height:100px;
}


.left {
	width:200px;
	float:left;
}


.catlink {
	background:#c20018;
	color:#556379;
	margin-top:1px;
	padding-top:2px;
	padding-left:15px;
	padding-bottom:2px;
	height:16px;
	width:135px;
}


.catlink a {
	text-decoration:none;
	color:#f3f3f3;
	font-size:11px;
	font-weight:bold;
}
.catlink a:hover {
	 color:#ffffff;
	font-size:11px;
}

.content {
	margin-top:10px;
}

.linksout {
	margin-top:20px;
}

.ORANGE {
	margin-left:10px;
	color:#000000;
	font-weight:bold;
	font-size:20px;
}

.image {

	background-image: url(images/webverzeichnis.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-right: 14px;
	height:200px;
	width: 534px;
	padding-bottom:10px;
}

A.submit:visited, a.submit  {
	color:8282ef;
	text-decoration:underline;
	font-weight:bold;
}

A.submit:hover {
	color:red;
	font-weight:bold;
}


