body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
/* DIVS */
#box {
	margin:15px 0 0 15px;
}
#cover {
	clear:left;
	/*background-image: url(pics/cover2.jpg);
	background-repeat: no-repeat;*/
}
#navigation {
	display:none;
	border:1px solid #00FFFF;
}
.titel {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
}
.textblack {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.textblack a{
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.vis {
	display:none;
}


/*Vertikale Liste */
.tablegelb {
	padding:0;
	margin:0;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse:collapse;
	background-color:#FFFFFF;
}

.tablegelb tr td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding:3px;

}
