/* Allgemeines */

body {
	background: #F0F1F5 url(../gfx/Farbverlauf.jpg) repeat-x;
	margin: 25px;
}
body,td,th {
	color: #006964;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #006964;
	height: 1px;
	border: none;
	background-color: #006964;
}
img {
	border-color: #006964;
}
a:link {
	color: #006964;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006964;
}
a:hover {
	color: #006964;
}
a:active {
	text-decoration: none;
	color: #006964;
}
a {
	font-style: normal; 
}

/* Textformatierung */

.Ueberschrift {
	font-size: 24px;
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.gblink {
	font-size: 18px;
	font-weight: bold;
}

/* Navigation */

.Navigation {
	text-align: center;
	vertical-align: top;
}
.Navigation a:hover {
	background-color: #FE9A42;
	display: block;
}