html{height: 100%;}
body
{
	background: #7C7672;
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .74em;
}
#logo
{
	background: #FF6F00;
	color: #3E4244;
}
#content, #column1, #column2
{
	background-color: #FFFFFF;
	color: #3E4244;
}
#footer
{
	background-color: #fff;
	color: #FFFFFF;
}
#footer a:link
{
	color: #FFFFFF;
}
#footer a:visited
{
	color: #FFFFFF;
}
#footer a:hover
{
	color: #FFFFFF;
}
/* main container */
#main
{
	width: 85%;
	margin: 0 auto;
	background: #ffffff;
}
/* logo */
#logo
{
	height: 110px;
	border-left: 0px solid;
	border-right: 0px solid;
}
h1
{
	margin: 0px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
}
#logo h1
{
	padding: 30px 0 0 12px;
	font-family: verdana, arial, sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #fff;
}
/* main content */
#content
{
	height: auto;
	padding: 0px;
	text-align: justify;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* column 1 - contains menu, news, add links and other info */
#column1
{ line-height: 20px; width: 13%; float: left; padding: 15px 0 15px 14px; }
#menu
{ line-height: 20px; position: relative; width: 100%; float: left; margin: 15px 0 15px 5px; }
/* column 2 - page content */
#column2
{ text-align: justify; width: auto !important; padding: 13px 3% 6px 4%; float: left; border-left: 1px solid #aaa; }
#column2 a, #column2 a:hover
{
	padding: 0px;
	text-decoration: none;
}
/* footer */
#footer
{
	float: left;
	padding: 9px 0 9px 0;
	width: 100%;
	text-align: center;
	font-size: .74em;
	background-color: #FF6F00;
	border-top: 5px solid lightgrey;
}
#footer a, #footer a:hover
{
	text-decoration: none;
}
.passiv a
{
	text-decoration: none;
	color: #121212;
}
.passiv a:hover
{
	text-decoration: none;
	color: #121212;
	background: #EEE;
}
.aktiv a
{
	text-decoration: none;
	color: #121212;
	background: #EEE;
}
