body {
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-y;
	margin-top: 5px;
	font-family: Arial, Verdana, sans-serif;
}

a:link {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
}

div#nav {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 100px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	background-color: blue;
	color: yellow;
}
.nav_entry {
	margin: 10px;
}
div#nav a {
	color: white;
	text-decoration: underline;
}

#content {
	width: 460px;
	border: 0px none #ffffff;
	border-spacing: 5px;
	font-size: 14px;
	font-weight: normal;
}

#termin {
	width: 70%;
	border: 3px groove #0000ff;
	border-collapse: collapse;
	font-size: 14px;
	font-weight: normal;
}
table#termin th {
	border: 3px groove #0000ff;
	font-weight: bold;
	text-align: left;
	padding: 8px;
}
table#termin td {
	border: 1px solid #0000ff;
	padding: 5px;
}

#bericht {
	width: 710px;
	border: 0px none #ffffff;
	border-spacing: 5px;
	font-size: 13px;
	font-weight: normal;
}

.headline {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.kontakt {
	text-align: right;
	font-size: 12px;
}

.note {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.fett {
	font-weight: bold;
}

img {
	border: 0px none #ffffff;
	margin: 2px 5px;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

