body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

/* ################################################################# */
/* ---------------------------- header ----------------------------- */
/* ################################################################# */

#header {
	position: fixed;
	z-index: 50;
	top: 0px;
	height: 114px;
	width: 1000px;
	background-color: #fff;
	background-image: url(images/header/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* ######################################################### */
/* ----------------------- logolink ------------------------ */
/* ######################################################### */

#logolink span {
	display: none;
}
#logolink a {
	position: absolute;
	z-index: 80;
	display: block;
	top: 26px;
	left: 740px;
	width: 245px;
	height: 77px;
}

/* ######################################################### */
/* ------------------------ search ------------------------- */
/* ######################################################### */

#search {
	position: absolute;
	z-index: 96;
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	min-width: 140px;
}
.searchbox {
	margin-left: 0px;
	width: 100px;
	font-size: 0.7em;
	background-color: #fff;
	color: #575757;
}
.search_button {
	position: absolute;
	margin-top: 2px;
	margin-left: 5px;
}

/* ######################################################### */
/* ----------------------- rootline ------------------------ */
/* ######################################################### */

#rootline {
	z-index: 97;
	position: absolute;
	width: 608px;
	left: 172px;
	margin-top: 19px;
	height: 18px;
	padding-top: 2px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #222;
}
#rootline a {
	color: #003399;
	text-decoration: none;
}
#rootline a:hover {
	text-decoration: underline;
}
.rootline_linker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #222;
}

/* ######################################################### */
/* ----------------------- hovernavi ----------------------- */
/* ######################################################### */

#hovernavi_js {
	position: absolute;
	width: 800px;
	height: 20px;
	padding-left: 42px;
	margin-top: 90px;
	display: none;
}
#hovernavi_css {
	position: absolute;
	width: 800px;
	height: 20px;
	padding-left: 42px;
	margin-top: 90px;
 	display: block;
}

/* ################################################################# */
/* ------------------------ webcam_preview ------------------------- */
/* ################################################################# */

#webcam_preview {
	display: none;
	z-index: 20;
	position: absolute;
	left: 30px;
	top: 138px;
}

/* ################################################################# */
/* ------------------------ scrollcontainer ------------------------ */
/* ################################################################# */

#scrollcontainer {
	z-index: 10;
	top: 0px;
	left: 0px;
	height: 100%;
	width: auto;
}

/* ######################################################### */
/* ------------------------ content------------------------- */
/* ######################################################### */

#content {
	z-index: 20;
	position: absolute;
	width: 660px;
	margin-left: 15px;
	left: 0px;
	top: 105px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1em;
	color: #444;
 	font-family:  Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-bottom: 45px;
}

/* ######################################################### */
/* ---------------------- content_left---------------------- */
/* ######################################################### */

#content_left {
	display: none;
	z-index: 20;
	position: absolute;
	top: 380px;
	left: 30px;
	width: 300px;
	height: 50px;
	font-size: 1em;
	color: #444;
 	font-family: Arial, Helvetica, sans-serif;
}

/* ################################################################# */
/* ------------------------- newscontainer ------------------------- */
/* ################################################################# */

#newscontainer {
	display: block;
	z-index: 20;
	position: fixed;
	width: 265px;
	margin-left: 734px;
	font-size: 1em;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 115px;
	padding-bottom: 45px;
}

/* ################################################################# */
/* ---------------------------- footer ----------------------------- */
/* ################################################################# */

#footer {
	z-index: 50;
	position: fixed;
	left: 10px;
	bottom: 0px; 
	text-align: center;
	padding-top: 3px;
	font-family:  Arial, Helvetica, sans-serif; 
	width: 714px;
	height: 30px;
	background-color: #fff;
	border-top: 1px solid #666;
}

/* ################################################# */
/* ------------------- lastupdate ------------------ */
/* ################################################# */

#lastupdate {
	font-size: 0.70em;
	display: inline;
	color: #666;
	font-weight: normal;
	border-left: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
}

/* ################################################# */
/* ------------------- Redaktion ------------------- */
/* ################################################# */

#redaktion {
	display: inline;
	font-size: 0.70em;
	font-weight: normal;
	color: #666;
	border-left: 1px solid #666;
	padding-left: 10px;
	padding-right: 100px;
}
#redaktion a {
	font-weight: normal;
	color: #666;
}

/* ################################################# */
/* ----------------- print_button ------------------ */
/* ################################################# */

#print_button {
	display: inline;
}
#print_button a {
	font-size: 0.70em;
	font-weight: normal;
	display: inline;
	color: #666;
	text-decoration: none;
	padding-left: 0.6em;
}
#print_button a:hover {
	text-decoration: underline;
}
#print_button img {
	margin-bottom: -1px;
}

/* ################################################# */
/* ------------------- impressum ------------------- */
/* ################################################# */

#imprint {
	display: inline;
	font-size: 0.70em;
	font-weight: normal;
	color: #666;
	padding-left: 10px;
}
#imprint a {
	font-weight: normal;
	color: #666;
}
