BODY {
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
}

H1 {
	background-color: #1A1A1A;
	color: white;
	margin: 0px;
	padding: 0.5em;
}

.navigation {
	background-color: #1A1A1A;
	padding: 0.5em 0em 0.5em 1em;
}
.navigation A {
	padding: 0.5em 1em 0.5em 1em;
	color:F1F1F1;
}
.navigation A:hover {
	background-color: #F1F1F1;
	color: black;
}

.container {
	margin: 1em;
}


.headline {
	height: 20px;
	font-weight: bolder;
}

.headline .point {
	float: left; 
	width: 30px; 
	height: 20px; 
	background-repeat: no-repeat;
}

.content {
	overflow: hidden;
}

.content .line {
	float: left;
	width: 30px; 
}

.stream_online .content .line {
	padding-bottom:100%; margin-bottom:-100%; 
}

.content DIV {
	background-repeat: repeat-y;
}

.stream_offline .content DIV {
	height: 40px;
}
