body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
td.top {
	background-color: #FFAE3C;
}
td.main {
	background-color: #D8EDD8;
	background-image: url(img/bg_nav.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.nav {
	padding-left: 10px;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
a.nav:hover {
	color: #003EDA;
	line-height: 20px;
}
.nav-aktiv {
	color: #BF7000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
a {
	text-decoration: none;
	line-height: 20px;
}
a:hover {
	line-height: 20px;
	text-decoration: none;
	color: #003EDA;
}
a.nav:visited {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #BF7000;
	margin: 0px;
	padding: 0px;
}
.underline {
	text-decoration: underline;
}
td.content {
	padding-right: 10px;
	padding-left: 10px;
}
.txt-white {
	color: #FFFFFF;
}
h2 {

	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.txt-small-grey {
	font-size: 10px;
	color: #333333;
}
.txt-small-orange {
	font-size: 10px;
	color: #533000;
}
.handcursor {
	cursor: hand;
}
