html {
	background: url(screen/html_background.jpg) 0px 415px;
}

body {	
	background: url(screen/body_background.jpg) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #403f42;
	margin: 0px;
	min-width:1024px;
}

p.content_spacer {
	border-bottom: 5px solid #0097AA;
}

/* Layout */

#navigation {
	width: 200px;
	float: left;
	padding-top: 97px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
}

#logo {
	position: absolute;
	left: -215px;
	bottom: 82px;
}

#pencil {
	background: url(screen/pencil.png) 0px 0px;
	width: 110px;
	height: 160px;
	position: absolute;
	left: -111px;
	bottom: 0px;
}

#page {
	width: 771px;
	padding-top: 47px;
	position: relative;
	float: left;
}

#page_shadow {
	background: url(screen/page_shadow.png) no-repeat 0px 0px;
	position: absolute;
	top: 47px;
	left: -10px;
	height: 500px;
	width: 10px;
}

#header {
	height: 297px;
	width: 769px;
	border-top: 1px solid #989C9E;
	border-left: 1px solid #B1B4B6;
	border-right: 1px solid #B1B4B6;
	position: relative;
	background-color: #ffffff;
}

#banner {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content {
	width: 769px;
	border-left: 1px solid #B1B4B6;
	border-right: 1px solid #B1B4B6;
	background-color: #ffffff;
	position: relative;
}

#leftcontent {
	background: url(screen/content_bg_top.jpg) no-repeat right top;
	float: left;
	margin-top: 50px;
	line-height: 160%;
	position: relative;
}

#leftcontent_inner {
	background: url(screen/content_bg_bottom.jpg) no-repeat 20px bottom;
	min-height: 410px;
	height: auto !important;
	height: 410px;
	padding: 20px 20px 40px 70px;
}

#rightcontent {
	float: left;
	width: 174px;
	padding-left: 18px;
	padding-right: 20px;
	margin-top: 50px;
}

#kids {
	background: url(screen/kids.png) no-repeat 0px 0px;
	height: 260px;
	width: 110px;
	position: absolute;
	top: 195px;
	right: -83px;
}

#bell {
	background: url(screen/bell.gif) no-repeat 0px 0px;
	height: 158px;
	width: 116px;
	position: absolute;
	top: 50px;
	right: -150px;
}

/* Navigation */

#navigation ul li {
	list-style: none;
}

#navigation ul li a {
	text-decoration: none;
	color: #403f42;
	font-size: 12px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 50px;
	height: 45px;
	line-height: 45px;
	outline: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color: #0097AA;
}

#navigation ul li a.active {
	font-weight: bold;
	color: #0097AA;
}

#navigation ul li.active a.active {
	background-position: 0px -45px;
}

/* Subnavi */

#navigation ul li ul {
	padding-left: 50px;
	margin-top: -11px;
	margin-bottom: 8px;
}

#navigation ul li ul li a {
	color: #9b9c9e;
	padding-left: 0px;
	height: 22px;
	line-height: 22px;
}

#navigation ul li ul li a.active {
	font-weight: normal;
	color: #0097AA;
}

/* Zweite Ebene */

#navigation ul li ul {
	display: none;
}

#navigation ul li.active ul {
	display: block;
}

#navigation ul li.active ul li ul {
	display: none;
}

#navigation ul li.active ul li.active ul {
	display: block;
}

#navigation ul li ul li ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
}

/* Container Right */ 

.infobox {
	border: 1px solid #707173;
	padding: 1px;
	margin-bottom: 10px;
}

.infobox_headline {
	height: 30px;
	line-height: 30px;
	background-color: #0097AA;
	color: #ffffff;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

.infobox_content {
	padding: 8px;
}

.infobox_content input.inputbox {
	width: 134px;
}

.marker {
	height: 30px;
	line-height: 30px;
	margin-top: 1px;
	padding-left: 5px;
}

.marker.orange {border-left: 8px solid #FC8E00;}
.marker.red {border-left: 8px solid #E04B24;}
.marker.green {border-left: 8px solid #A7C53D;}
.marker.blue {border-left: 8px solid #05C7F2;}
.marker.dark_blue {border-left: 8px solid #0097AA;}

.marker a {
	color: #403f42;
	text-decoration: none;
	font-weight: normal;
}

.marker a:hover {
	color: #403f42;
	text-decoration: underline;
}

a.button_print {
	background: url(screen/icon_print.gif) no-repeat 0px 0px;
	position: absolute;
	top: -32px;
	right: 25px;
	width: 16px;
	height: 12px;
	display: block;
}

a.button_sitemap {
	background: url(screen/icon_sitemap.gif) no-repeat 0px 0px;
	position: absolute;
	top: -32px;
	right: 0px;
	width: 16px;
	height: 12px;
	display: block;
}

a.button_print span,
a.button_sitemap span {
	display: none;
}

a:hover.button_print,
a:hover.button_sitemap {
	background-position: 0px -12px;
}

/* Seitennavigation */

.st_table_navi.bottom {
	clear: both;
	position: absolute;
	bottom: 40px;
	left: 230px;
}

.site_current a {
	background: url(screen/pagenavi_bg.jpg) no-repeat 0px 0px;
	border-left: 1px solid #D8D9DA;
	border-top: 1px solid #D8D9DA;
	border-right: 1px solid #B0B1B3;
	border-bottom: 1px solid #B0B1B3;
	height: 17px;
	line-height: 17px;
	width: 17px;
	display: block;
	text-align: center;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.site_current a.active {
	background: none;
	border: 1px solid #0097AA;
}

.st_table_navi.bottom td.history_back {
	display: none;
}

.st_table_navi.bottom_simple td.site_current {
	display: none;
}

td.result {
	display: none;
}

input#faccess_name,
input#faccess_password {
	margin-left: 20px;
}

