body
{
	margin: 0px;
	background-color: #f3efe4;
}

#main
{
	width: 100%;
	//background-color: #fff;
	border: 10px solid #fff;
}

#main td
{
	background-color: #f3efe4;
	vertical-align: top;
}

#topnav
{
	position: relative;
	text-align: left;
	margin: 0 0 5px 5px;
}

#topnav a { clear: both; display: block; }

.titel
{
	text-align: left;
	vertical-align: bottom;
	padding-bottom: 5px;
}

#menu
{
	margin: 20px 0 20px 0;
}

#menu a
{
	display: block;
	margin-left: 20px;
}

#content
{
	font: .9em Arial, sans-serif;
	text-align: left;
}

.imgtext-nowrap td, .imgtext-table td
{
	//background-color: #fff !important;
	font: .9em/150% Arial, sans-serif;
	padding: 0px;
}

.spalten
{
	//background-color: #fff;
	font: .9em/150% Arial, sans-serif;
}

.spalte-1, .spalte-2, .spalte-3, .spalte-4, .spalte-5, .spalte-6
{
	//background-color: #fff !important;
	font: 1em/150% Arial, sans-serif;
}

.spalte-1 { width: 910px; background-color: #f3efe4; }
.spalte-2 { width: 650px; border-right: 10px solid #f3efe4; }
.spalte-3 { width: 260px; }
.spalte-4 { width: 320px; border-right: 10px solid #f3efe4; }
.spalte-5 { width: 320px; border-right: 10px solid #f3efe4; }
.spalte-6 { width: 260px; text-align: left; padding-left: 5px; }

p
{
	font: .9em/150% Arial, sans-serif;
}

.align-justify
{
	text-align: justify;
}

a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none; }
a:hover { color: #999; text-decoration: underline; }

