html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, layer, ilayer, a, ul, li, img {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #161616;
	background-image: url(img/layout/bg_filmstreifen2.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}
	
body { /* IE */
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color:	#fff;
	scrollbar-shadow-color: #333;
	scrollbar-arrow-color: #333;
	scrollbar-track-color: #fff;
	}

html, body {
	height: 100%; /* IE */
	}

h1 {
	font-size: 110%; font-weight: normal;
	margin-bottom: 14px;
	text-transform: uppercase;
	color: #BBB;
	letter-spacing: 0.4em;
	border-bottom: 2px #BBB solid;
	text-align: center;
	}

h2 {
	font-size: 90%; font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 9px;
	color: #434343;
	font-variant: small-caps;
	}

p {
	font-size: 75%;
	margin-bottom: 12px;
	color: #434343;
	/*text-align: justify;*/
	}

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

a:hover {
	text-decoration: underline;
	}

#background {
	/*background-image: url(img/layout/bg_logo.jpg);*/
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%; height: 100%;
	}

#container {
	width: 975px;
	margin: 0 auto;
	padding: 0px;
	}

#inhaltsbereich {
	border: 1px #FDFBF0 solid;
	height: 450px;
	overflow: auto;
	background-color: #FDFBF0
	}

#schmubiarea {
	float: left;
	overflow: none;
	}

#contentbereich {
	background-color: #FDFBF0;
	}

#content {
	padding: 10px;
	}

#navioben {
	font-size: 70%;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: 40px; /* HAUPT-ABSTAND NACH OBEN !!! */
	}

#navioben a {
	color: #FFEECA;
	text-decoration: none;
	background-color: #161616;
	}

#navioben a:hover {
	color: white;
	text-decoration: overline;
	}

#naviunten {
	font-size: 80%;
	text-transform: uppercase;
	margin-top: 4px;
	}

#naviunten a {
	color: #FFEECA;
	text-decoration: none;
	background-color: #161616;
	}

#naviunten a:hover {
	color: white;
	text-decoration: underline;
	}
	
#kontaktformular {
	width: 500px;
	padding: 12px;
	border: 1px #AAA solid;
	background-color: #FCF7DA;
	}

.eingabefeld {
	width: 200px;
	border: 1px #AAA solid;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 90%; color: #555; font-weight: bold;
	}

.textmarker {
	background-color: yellow;
	}
	
#eventbilder {
	font-size: 10px;
	color: #999;
	}
#eventbilder img {
	border: 1px #BBB solid; display: block; margin-top: 26px;
	}