html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: url(../img/main/back-main.jpg) no-repeat #66B821;
	background-attachment: fixed;
	height: 100%;
}
.listitem {
	padding-bottom: 5px;
	border-left: 1px solid #D6E7C7;
	border-right: 1px solid #D6E7C7;
	border-bottom: 1px solid #D6E7C7;
}
.listitem h3 {
	display: block;
	background-color: #D6E7C7;
	font-size: 14px;
	padding: 3px;
}
.listitem a {
	font-weight: bold;
	padding-left: 10px;
}
.listitem h3 a {
	text-decoration: none;
	color: #000000;
	padding: 3px;
}

.teaser {
	padding-left: 10px;
	padding-right: 10px;
}
.teaser img {
	margin-right: 10px;
	margin-bottom: 5px;
}
.teaser a {
	padding: 0;
	font-weight: normal;
}
#content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 47px;
	padding-left: 200px;
	width: 470px;
	background: url(../img/main/back-content.jpg) repeat-y;
}
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	padding-top: 132px;
	z-index: 100;
	background: url(../img/main/back-content.jpg) repeat-y;
}
#nav a {
	display: block;
	padding-left: 27px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	width: 141px;
}
#nav a:hover {
	background: url(../img/main/back-nav-on.gif) no-repeat;
}
#nav .nav_first_on {
	background: url(../img/main/back-nav-on.gif) no-repeat;
}
#nav_second {
	margin-bottom: 6px;
}
#nav_second a {
	font-weight: normal;
	margin-left: 27px;
	padding-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../img/main/back-nav-second.gif) no-repeat;
	width: 128px;
}
#nav_second a:hover {
	background: url(../img/main/back-nav-second.gif) no-repeat;
	text-decoration: underline;
}
#nav_second .nav_second_on {
	text-decoration: underline;
}
#nav a.language {
	margin-top: 10px;
}
#nav a:hover.language {
	background: none;
}
/* Sitemap */
#sitemap h1 a{
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	color: black;
	text-decoration: none;
	padding-left: 15px;
	background: url(../img/styles/li-level1.gif) no-repeat;
	background-position: center left;
	margin-left: 20px;
}
#sitemap h1 a:hover {
	text-decoration: underline;
}
#sitemap h2 a{
	color: #5BA41D;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	padding-left: 15px;
	background: url(../img/styles/li-level2.gif) no-repeat;
	background-position: center left;
	margin-left: 45px;
	text-decoration: none;
}
#sitemap h2 a:hover {
	text-decoration: underline;
}
#sitemap h3 a {
	padding-left: 15px;
	background: url(../img/styles/li-level3.gif) no-repeat;
	background-position: center left;
	margin-left: 70px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
}
#altnav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
	width: 100px;
	overflow: hidden;
}
.formular {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
