@charset "utf-8";

@IMPORT url("menu.css");

html,body {
	height: 100%; /* wichtig */
	background: #000000 url(../img/body_background.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #fff;
	font-size: 0.9em;
}

.oben {
	height: 45px;
}

ul {
	margin: 0;
	/*padding: 0;
	list-style: none;*/
}

a {
	color: #f00;
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
}

h1.titel, h2.titel { 
	border: 1px solid #000;
	background: url("../img/navigation_back.png") repeat-x;
	height: 25px;
	padding: 4px .5em 0;
}


h2 {
	font-size: 1.1em;
}

.bodydiv {
	width: 980px;
	margin: 0 auto;
	min-height: 600px;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	background: #222 url("../img/bodydiv_background.png") repeat-y;
	border: 1px solid #ccc;;
}

.content {
	text-align: justify;
	padding: 0 1em;
	margin-left: 170px;
}

.footer {
	background: url("../img/navigation_back.png") repeat-x;
	clear: both;
	width: 980px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	padding-top: 6px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

.footer a {
	color: #fff;
}

.bild_rechts {
	float: right;
	margin-left: 1em;
}

.bild_links {
	float: left;
	margin-right: 1em;
}

.bild_rechts,.bild_links,.bild_oben { /* background-color:#000000; */
	/* border:1px solid #990000; */
	text-align: center;
}

.galerie {
	text-align: center;
}

.galerie_bild img {
	padding: 1em 0;
	background-image: url(../img/filmstreifen.jpg);
}

.absatz_links {
	float: left;
	margin-right: 1em;
}

input,textarea {
	width: 300px;
	/* background-color:#550000; */
	border: none;
}

input.button {
	width: 90px;
	background-color: #ddd;
}

.video {
	text-align: center;
}

hr.trenner {
	clear: left;
	height: 1px;
	border: none;
	background-color: #ccc;
	size: 1;
}

table.linkbanner {
	border: none;
	width: 100%;
}

table.linkbanner TD {
	text-align: center;
	vertical-align: top;
}

table.linkbanner IMG {
	margin: .2em 0;
}

DIV.youtubes {
	text-align: center;
}

DIV.youtubes span {
	margin-right: 1em;
}

DIV.youtubes OBJECT,DIV.youtubes EMBED {
	margin-bottom: 1em;
}

.facebook {
	padding: 1em 0;
	text-align: center;
	margin-top: 2em;
}


/*
 * 	kontaktformular
 */


INPUT, TEXTAREA {
	padding: .4em;
	margin-bottom: .5em;
	border: 1px solid #000;
	font-family: arial, sans-serif;
	font-size: 90%;
	border-radius: 4px;
	width: 60%;
}

LABEL {
	padding: .4em;
	width: 6em;
	float: left;
	background: #333;
}

input.button {
	padding: .2em .3em;
}

LEGEND {
	font-weight: bold;
}

FIELDSET {
	border-radius: 5px;
	padding: 1em;
	border: 1px solid #bbb;
}

TEXTAREA {
	height: 15em;
}



















