.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	background-color: #FFFFFF;
}
.rand_unten {
	background-position: center top;
	background-image: url(../images/rand_unten.png);
}
.rand_oben {
	background-image: url(../images/rand_oben.png);
	background-position: center bottom;
}
.rand_rechts {
	background-image: url(../images/rand_mitte.png);
	background-position: right;
}
.rand_links {
	background-image: url(../images/rand_mitte.png);
	background-position: left;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.line_vertikal {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

