body {
	margin: 0px;
	padding: 0px;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #C75C09;
}

.header {
	background-image:url(media/header_background.gif);
}
.container {
	background-image:url(media/mainnav_background.gif);
	background-repeat: repeat-x;
}
.main_nav {
	height: 42px;
	padding: 2px;
	vertical-align: top;
}
.main_nav a {
	padding-left: 15px;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.main_nav .hervorgehoben a {
	color: #FF0000;
}

.sub_nav {
	width: 200px;
	vertical-align: top;
}

.filter_content {
	background-color: #BECA7B;
	color: #000000;
	font-weight: bold;
}
.werbung_content {
	background-color: #B0C880;
}
.partner_content {
	background-color: #EDD69E;
}

.content {
	vertical-align: top;
	padding: 10px;
}
.table_header {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #A8A8A8;
}
.table_footer {
	border-top: 1px solid #A8A8A8;
}

.comment {
	text-align: center;
	font-size: 11px;
	color: #666666;
}

.error {
	font-weight: bold;
	color: #FF0000;
}
.font_small {
	font-size: 11px;
}

.display_on {
	display: inline;
} 
.display_off {
	display: none;
}

.user_bar a {
	color: #000000;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
}

