@charset "UTF-8";

*{
	margin: 0;
	padding: 0;

}

html{
	height: 100%;
}

body{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-position: 0 0;
	background-color: #000000;
}

#wrapper{
	width: 600px;
	margin: 0 auto;
	height: 100%;
}

#header{
	width: 600px;
	height: 90px;
	background-color: #000000;
}

#content{
	width: 600px;
	min-height: 678px;
	padding: 17px 0 0 24px;
	background-color: #FFFFFF;

}

#nav{
	font-size: 12px;
	color: #6e6e6e;
	padding-top: 50px;
	}

	#nav li{
		display: inline;
		padding: 0px 0px;
		
	}

		.home {
			padding-right: 20px;
		}
		.anfahrt {
			padding-left: 20px;
			padding-right: 20px;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
		}
		.contact {
			padding-left: 20px;
		}

	.nav_selected{
		color: white;
		font-weight: bold;
	}

#nav a {
	color: #6e6e6e;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}


#contact_left{
	float: left;
	padding: 0 30px 0 20px;
}
#contact_right {
	float:left;
}
	.contact_frm{
		list-style-type: none;
		line-height: 2.0em;
	}
	input.required{
		font-size: 12px;
		border: 1px solid #999999;
		width: 240px;
	}
	input.contact_form{
		font-size: 12px;
		border: 1px solid #999999;
		width: 240px;
	}
	textarea.required {
		border: 1px solid #999999;
		width: 240px;
	}


#movie {
	/*padding-bottom: 20px;*/
}
.sportverein {
	visibility: hidden;
	height:0;
}
#movie_address {
	float: left;
	width: 164px;
	padding-right:30px;
}
	#movie_address ul {
		margin:0px;
		padding:0px;
		padding-top: 31px;
		list-style-type: none;
		text-align: right;
	}

	.address_title {
		font-size: 10px;
		padding-bottom: 10px;
		height: 20px;
	}

	#movie_address li {
		line-height: 1.5em;
	}
#movie_desc {
	float: left;
	width: 355px;
}
	.movie_title {
		font-size: 16px;
		padding-bottom: 10px;
		padding-top: 20px;
		height: 20px;
	}
	#movie_desc ul {
		margin:0px;
		padding:0px;
		padding-top: 10px;
		list-style-type: none;
		text-align: left;
		font-size: 12px;
	}

	#movie_desc li {
		line-height: 1.5em;
	}
body.iframe {
	background:#ffffff;
}

iframe{
	background:#ffffff;
	padding-top: 10px;
}
#footer{
	font-size: 10px;
	font-family: arial;
	color: #696969;
	background: #ffffff;
	height: 20px;
	width: 550px;
	text-align: center;
	position: relative;
	padding-right: 15px;
	padding-left: 25px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 35px;
	top: 10px;
}
#footer_contact{
	font-size: 10px;
	font-family: arial;
	color: #696969;
	height: 20px;
	width: 550px;
	text-align: center;
	position: relative;
	padding-right: 15px;
	padding-left: 25px;
	vertical-align: middle;
	padding-top: 35px;
	padding-bottom: 35px;
	top: 10px;
	background-color: #FFFFFF;
}