/* -------------Base styles-------------*/
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}

body, html {
	color: #000;
	font-size: 13px;
	font-family: Arial, Geneva, Helvetica, SunSans-Regular, sans-serif;
	background-color: #fff;
	margin: 0;
	text-align: left;
	min-height: 600px;
	line-height: 20px;
	padding: 0;
	xoverflow:hidden;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

a:focus, a:active {
	text-decoration: none;
	color: #fff;
}

p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 13px;
}

ul, ul li, ul ul, li li {
	list-style: none;
	margin: 0;
	padding: 0;
}

sup {
	font-size: 7px;
	line-height: 0px;
}

img { border: none; }

span {
	font-size: 16px;
	font-family: "Arial Narrow", Arial, sans-serif;
}

/*

@end */

#page {
	width: 100%;
	margin: 0;
	padding: 0;
}

.movie_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	padding: 0;
	margin: -300px 0 0 -400px;
}

#movie {
	height: 600px;
	width: 800px;
	padding: 0;
}


.logo{
	position: relative;
	top: 16px;
	left: 15px;
	width: 71px;
	height: 24px;
	float: left;

}

.subnav{
	position: relative;
	top:  16px;
	right: 15px;
	width: 120px;
	background-color: #000;
	float: right;
	text-align: center;
	
}

.subnav a:hover{
	color: #fff;
	text-decoration: none;
}

.navigation{
	width: 120px;
	position: absolute;
	left: 15px;
	top: 120px;
	background: #fff;
	text-align: left;
}

.navigation ul li{
	margin-bottom: 15px;
	background: #000;
	padding-left: 5px;
}

.navigation ul li a:hover{
	color: #fff;
	text-decoration: none;
}

.content{
	position: absolute;
	top: 120px;
	left: 180px;
	width: 600px;
	height: 460px;
}

.spalte1{
	width: 300px;
	height: 460px;
	float: left;
}

.spalte2{
	width: 300px;
	height: 460px;
	float: right;
}

.txtonly{
	width: 400px;
	height: 460px;
	float: left;
	margin: auto;
}

.txtonly a:link, a:visited a:focus, a:hover, a:active{
	color: #000;
	text-decoration: underline;
}

.bilder{
	width: 170px;
	height: 460px;
	float: right;
}

.bilder img{
	border: none;
	padding-bottom: 10px;
	}
	
	.spalte1 p a{
	color: #000;
	text-decoration: underline;
}
