/* @override http://www.manfredesser.de/ftp/am/style.css */

a {
	color: white;
}

p.download {
	margin-bottom: 0;
}

p.download a {
	font-size: .5em;
	color: white;
	font-weight: bold;
	
}

#container {
	width: 900px;
	margin: 0;
	float: right;
}

#header {
	float: right;
	width: 353px;
	height: 120px;
	background: url(img/logo_klein.png) no-repeat;
	margin: 0 20px 0;
}

#header h1 {
	width: 353px;
	height: 120px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

#header h1 a {
	display: block;
	width: 353px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#video {
	float: right;
	margin: 20px;
	width: 600px;
	margin-top: 10px;
}

small {
	color: white;
	text-transform: uppercase;
}

.toplink {
	float: right;
	margin-bottom: 2px;

}


#info {
	float: right;
	width: 620px;
	padding: 20px;
	color: white;
	font-size: 1.4em;
	background-color: rgba(0, 69, 124, .5);
	font-family: helvetica;
	text-transform: uppercase;
}

#footer {
	bottom: 0;
	right: 0;
	width: 500px;
	text-align: center;
	font-size: 1.5em;
	float: right;
	padding: 20px;
	background-color: rgba(0, 69, 124, .5);
	font-family: helvetica;
}

#footer a {
	color: white;
}

