body {
	width: 1000px;
	font-family: calibri, verdana, tahoma;
	font-size: 12pt;
}
#space {
	width: 1000px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/template/bg.jpg)no-repeat;
}
#head {
	width: 1000px;
	height: 355px;
	background-image: url(images/template/head.jpg);
	background-repeat: no-repeat;
}
/* Hauptmenü */
#nav-left {
	width: 181px;
	background-color: #fff59b;
}
#nav-l-top {
	width: 181px;
	background-image: url(images/template/nav_l_top.jpg);
}
#nav-l-content {
	background-image: url(images/template/nav_bg.jpg);
	padding-left: 5px;
}
#nav-l-bottom {
	width: 181px;
	background-image: url(images/template/nav-l-bottom.jpg);
}
/* Hauptmenü Links*/
a.nav-l:link {
	color: #666666;
	text-decoration: none;
}
a.nav-l:hover {
	color: #666666;
	text-decoration: underline;
}
a.nav-l:active {
	color: #666666;
	text-decoration: none;
}
a.nav-l:visited {
	color: #666666;
	text-decoration: none;
}
a.nav-l:focus {
	color: #666666;
	text-decoration: underline;
}
/*News*/
#nav-right {
	float: right;
	width: 181px;
	margin-left: 20px;
	margin-top: 5px;
	background-color: #fff59b;
}
#nav-r-content {
	background-image: url(images/template/nav_bg.jpg);
}
#news {
	padding-left: 5px;
	font-family: calibri;
	font-size: 12pt;
	color: #444444;
}
a.news:link {
	color: #000000;
	text-decoration: none;
}
a.news:hover {
	color: #000000;
	text-decoration: underline;
}
a.news:active {
	color: #000000;
	text-decoration: none;
}
a.news:visited {
	color: #000000;
	text-decoration: none;
}
a.news:focus {
	color: #000000;
	text-decoration: none;
}
/*Inhalt*/
#content {
	width: 501px;
	background-image: url(images/template/content.jpg);
	background-repeat: no-repeat;
	margin-left: 55px;
	padding-top: 3px;
	padding-left: 10px;
	valign: top;
}
/*Footer*/
#footer {
	width: 1000px;
	height: 83px;
	background-image: url(images/template/footer.jpg);
}