@CHARSET "ISO-8859-1";

table tbody tr.hover:hover {
	background-color: #eec;
	cursor: pointer;
}

div#SiteFrame {
	position: relative;
	border: solid 1px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	bottom: 0px;
	padding: 0px;
	background-image: url('./../img/bg.jpg');
	background-repeat: repeat-y;
	height: 580px;
}

div#Banner {
	height: 60px;
	width: 1000px;
	background-image: url('./../img/bg_header.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

div#Navigation {
	position: relative;
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}

div#Content {
	position: relative;
	overflow: auto;
	height: 480px;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 20px;
}

div#Navigation h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}

div#Navigation p {
	font-size: 10pt;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#Navigation p a:link {
	color: #000000;
	text-decoration: none;
}

div#Navigation p a:visited {
	color: #000000;
	text-decoration: none;
}

div#Navigation p a:hover {
	color: #000000;
	text-decoration: underline;
}

div#Navigation p img {
	vertical-align: middle;
	padding-right: 5px;
}

div#Content p {
	text-align: justify;
}

div#Content p.SpaceBelow {
	margin-bottom: 30px;
}

body,p, textarea {
	font-family: Verdana;
	font-size: 10pt;
}

h1 {
	font-size: 14pt;
	text-decoration: underline;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 13px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

table caption {
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}

img.right {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.Klammeraffe {
	vertical-align: middle;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

hr {
	color: #ec1a00;
	background: #ec1a00;
	border-style: none;
	height: 1px;
}

a:link, a:visited {
	color: #3171a5;
}

