html, body {
	background-color: black;
	font-family: Arial;
	font-size: 11px;
	overflow: hidden;
	margin-left: 0px;
	padding-bottom: 10px;
}

a {
	color: grey;
	text-decoration: none;
}

a:hover {
	color: white;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: white;
}

#logo {
	line-height: 0.9;
	position: absolute;
	bottom: 100px;
	background-color: white; 
	height:48px;
	font-size: 15px; 
	z-index: 1000;
	overflow:hidden;
}

#logo_text {
	overflow: hidden; 
	width: 230px;
	padding: 10px;
	text-align: right;
	z-index: 1000;
}

#menu {
	color: white;
	width: 230px;
	position: absolute;
	bottom: 148px;
	text-align: right;
	padding: 10px;
	z-index: 1000;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: white;
}

#info {
	width: 240px;
	position: absolute;
	bottom: 55px;
	text-align: right;
	padding: 10px;
	z-index: 1000;
}

#content {
	position: absolute;
	left: 270px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	color: white;
}

#content img {
	border: 5px solid white;
	
}

.image {
	margin: 10px;
}

.image_headline {
	
	font-weight: bold;
}

.image_text {
	width: 200px;
	float: left;
	padding-right: 10px;
	color: white;
	font-size: 11px;
}

.image_image {

}
