body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 100%;
	font-family:Verdana, Arial, Geneva, sans-serif;
	background-color: #FFFFFF;
	line-height: 2.5em;
}
a {
	color: #006BB3;
	text-decoration: none;
}
a:hover {
	color: #E30167;
	text-decoration: none;
}
h1, h2, h3 {
	margin: 1.5em .2em 2.6em 0;
	padding: 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	margin-bottom: 1.5em;
	font-size: 2.2em;
}
h1.tighter,h2.tighter {
	margin-bottom: 0.8em;
}
h3 {
	margin-bottom: .8em;
	font-size: 2em;
}
p {
	margin: .4em 0 .8em 0;
	padding: 0;
	font-size: 1.8em;
}
img {
	margin: 10px 0 5px;
}
#logo img {
	display: block;
	padding-top: 10px;
	float: right;
	margin-right: 10px;
	margin-left: auto;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
}
#header {
	border-bottom: 1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding: .4em .4em 0 .4em;
	margin: 0;
	font-size: 20px;
}
#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: .2em .5em;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.2em;
}
#header ul li a: hover {
	background: #369;
	color: #fff;
}
#header ul li a.active,
#header ul li a.active: hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}
#header ul li a span {
	display: block;
}
#header_left {
	display: block;
	float: right;
	margin-right: 1.5em;
	margin-top: 1.5em;
	overflow: hidden;
	line-height: 1.8em;
}
#header_right {
	display: block;
	float: right;
	margin-right: 1.5em;
	margin-top: 1.5em;
	line-height: 1.8em;
}
#header_logo {
	display: block;
	float: left;
	margin-left: 15px;
}
/* 'widths' sub menu */
.home-button
{
	background: url(../img/button_home.jpg) no-repeat;
}
.home-button-link
{
	width: 117px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.home-button-link:hover
{
	background-position: 0 -40px;
}
.pfeil-button
{
	background: url(../img/button_pfeil.jpg) no-repeat;
}
.pfeil-button-link
{
	width: 117px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.pfeil-button-link:hover
{
	background-position: 0 -40px;
}
.homemade-icon
{
	background: url(../img/homemade.jpg) no-repeat;
}
.homemade-icon-link
{
	width: 70px;
	height: 51px;
	display: block;
	margin: 0 auto;
}
.homemade-icon-link:hover
{
	background-position: 0 -51px;
}
.home-rounded-icon
{
	background: url(../img/home-rounded.gif) no-repeat;
}
.home-rounded-icon-link
{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.home-rounded-icon-link:hover
{
	background-position: 0 -80px;
}
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
#content {
	clear: both;
	margin: 0;
	padding: 1em 0.8em 1em 0.8em;
	width: 100%;			/* width of whole page */
/*	position: relative;	/* This fixes the IE7 overflow hidden bug */
/*	overflow: hidden;		/* This chops off any overhanging divs */
}
/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}
#footer p {
	padding: 10px;
	margin: 0 0 0 2em;
}
