@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 13px;
}
#page {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#page img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#page #navigation {
	width: 960px;
	height: 80px;
	text-align: left;
}

#page #text {
	width: 660px;
	height: 520px;
	overflow: auto;
	margin-left: 150px;
	border-top: 1px solid #003677;
	border-bottom: 1px solid #003677;
}
#page #text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: lighter;
}
#page #text h3 {
	font-size: 13px;
}
#page #text th {
	font-weight: normal;
	text-align: right;
	font-size: 11px;
	vertical-align: top;
	padding-right: 10px;
}
#page #text td {
	font-size: 11px;
	vertical-align: top;
}


a:link, a:visited {
	color: #003677;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003677;
	text-decoration: underline;
	font-weight: bold;
}
#page #text #linkespalte {
	float: left;
	width: 300px;
	margin-right: 30px;
}
#page #text #rechtespalte {
	float: left;
	width: 300px;
}

