/* -------------------------------------------------------------------- mittlerer background (nicht scrollend) */
div#background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow-x: auto;
	overflow-y: scroll;
	
	/* background-color: red; */
}

div#background_2 {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 750px;
	height: 100%;
	margin-left: -375px;
	
	background-image: url(../_layout/content_bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	
	z-index: 2;
	/* background-color: yellow; */
}

.sounds {
	position: absolute;
	left: 50%;
	/* opacity: 0.0; */
	/* filter: alpha(opacity=0); */
	z-index: 4;
	
	/* background-color: red; */
}


/* ------------------------------------------------------------------------------- gesamter scrollbarer inhalt */
div#content_scroll {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding:0px;
	overflow-x: auto;
	overflow-y: scroll;
	
	z-index: 5;
}


/* --------------------------------------------------------------------------------------------------- content */
div#content {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 750px;
	height: auto;
	margin-left: -375px;
	z-index: 10;
	
	/* background-color: yellow; */
}


/* ---------------------------------------------------------------------------------------------------- header */
div#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #ededed;
	/* height: 135px; */
	
	/* background-color: green; */
}




/* ------------------------------------------------------------------------------------------------------ logo */
div#logo {
	position: absolute;
	top: 10px;
	right: 15px;
	
	/* background-color: red; */
}



/* ------------------------------------------------------------------------------------------------ navigation */
div#navigation {
	width: 535px;
	padding: 15px 0px 0px 15px;
	
	/* background-color: red; */
}

div#languages {
	padding: 0px 15px 5px 15px;
	text-align:right
}

div#navigation .navigation_block,
 div#navigation .navigation_block_last {
	float: left;
	padding: 0px 20px 0px 0px;
	
	/* background-color: green; */
}

div#navigation .navigation_block_last {
	padding-right: 0px;
}

div#navigation p.title {
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

div#navigation p.subtitle,
div#languages p.subtitle {
	font-size: 10px;
	line-height: 15px;
	padding: 0px 0px 1px 0px;
	text-transform: uppercase;
}

a.navigation:link, a.navigation:visited { color:#11401b; text-decoration:none; }
a.navigation:hover { color:#11401b; text-decoration: underline; }

a.navigation_aktiv:link, a.navigation_aktiv:visited { color:#892619; text-decoration:none; }
a.navigation_aktiv:hover { color:#892619; text-decoration: underline; }



/* --------------------------------------------------------------------------------------------- header: image */
div#content_top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: #f6f3ed;
	background-image: url(../_layout/content_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-size: 0px;
	line-height: 0px;
	
	/* background-color: red; */
}


div#content_main {
	position: relative;
	top: 0px;
	left: 0px;
	width: 720px;
	height: auto;
	margin: 0px 3px 0px 3px;
	padding: 0px 12px 0px 12px;
	background-color: #eeead4;
	
	/* background-color: fuchsia; */
}



/* --------------------------------------------------------------------------- content (siehe css_objects.css) */

/* ---------------------------------------------------------------------------------------------------- footer */
div#footer {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 12px 0px 20px 0px;
	padding: 3px 0px 0px 0px;
	border-top: 1px solid #a5a6a7;
	
	/* background-color: black; */
}

div#footer .weather {
	float: left;
	
	/* background-color: red; */
}

/*
div#weather {
	position: absolute;
	width: 160px;
	height: 146px;
	top: -150px;
	left: 0px;
	display: none;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #a5a6a7;
	overflow: hidden;
	
	background-color: yellow;
}
*/

div#weather {
	position: absolute;
	width: 170px;
	height: 165px;
	top: 75px;
	right: 15px;
	display: none;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #a5a6a7;
	overflow: hidden;
	
	z-index: 500;
	/* background-color: yellow; */
}

div#weather .title {
	font-family: Georgia, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	background-color: #ededed;
}

div#weather .data {
	padding: 0px 0px 5px 4px;
	line-height: 0px;
	font-size: 0px;
}

div#weather .end {
	width: 160px;
	padding: 0px 5px 0px 5px;
	background-color: #ededed;
}

div#weather .more,
div#weather .close,
div#weather .copyright {
	height: 15px;
	padding-top: 4px;
	font-family: Georgia, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

div#weather .more {
	float: left;
}

div#weather .close {
	float: right;
}

div#weather .copyright {
	text-align: center;
}

div#error {
	width: 100%;
	padding: 0px 0px 15px 0px;
	font-size: 16px;
	color: #892619;
	text-align: center;
	
	/* background-color: blue; */
}

div#footer .footer {
	float: right;
	width: auto;
	padding: 0px 0px 0px 10px;
	
	/* background-color: red; */
}

.vspace {
	clear:both;
	width:auto;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.hspace {
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
}

.vline,
.vline_medium,
.vline_large {
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background-image: url(../_layout/line.gif);
	background-repeat: repeat-x;
	background-position: left;
	margin: 6px 0px 4px 0px;
}

.vline_medium { margin: 12px 0px 11px 0px; }
.vline_large {	margin: 20px 0px 16px 0px; }

.small,
.small_bold {
	font-size: 10px;
	line-height: 15px;
}

.small_bold,
.bold {
		font-weight: bold;
}

.line {
	clear: both;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #a5a6a7;
	margin: 12px 0px 12px 0px;	
}

.div_aktuelles {
	width: 720px;
	background: transparent url(../_layout}/bg_aktuelles.gif) left top repeat-y;
}