﻿/* Style zum Ausfüllen des kompletten Screens mit dem Hintergrundbild */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 860px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;

	z-index: -100;
}

@media screen and (max-width: 860px){
	img.bg {
		left: 50%;
		margin-left: -430px; 
	}
}

#container {
	margin: 0px;
	width: 100%;
}
#top {
	margin: 0;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
}   
#space {
	clear: both;
	height: 10px;
}
#space_small {
	clear: both;
	height: 4px;
	margin-left: 180px;
}
#schwebend {
	position:absolute; 
	top:16px; 
	left:16px;
	width:65px; 
}
#navigation, #navigation2, #navigation3, #left_container {
	background-color: #17375E;
	color: #E46C0A;
}
#left_container {
	position: relative;
}
#navigation {
	padding: 0px;
	margin: 0px;
}
#navigation2 {
	padding: 0px;
	margin-left: 180px;
}
#navigation3 {
	padding: 0px;
	margin-left: 180px;
}
html>body #navigation {
	overflow: hidden;
}
#left_container {
	float: left;
	width: 170px;
	padding: 5px 10px 40px 0px;
}
.content {
	background-color: #E46C0A;
	color: #17375E;
	margin-left: 180px;
	height: auto;
}
.text_container {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	overflow:hidden;		/* This chops off any overhanging divs */
	text-align: justify; 
	padding: 5px;
}
.time_container {
	float: right;
	padding: 5px;
	width: 230px;
}
/*  für volle Textbreite ohne Bilder */
.text_full {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding: 5px;
}
.ausgleich {
	clear: right;
	padding: 1px;
}
.image_container {
	float: right;
	width: 240px;
}
.footer {
	clear: both;
	padding: 5px;
	
}

