/* Layout */
html{
	background-color: #E2FAFE;
	text-align: center;
	margin: 0; 
	border: 0; 
	padding: 0;
}

body{
	width: 1020px;
	margin: 0 auto;
	text-align: none;
}

#kopf {
	width: 1020px;
	height: 280px;
	background-image: url(/style/images/header.JPG);
	margin: 0 auto;
}

a{
	text-decoration: none;
}

#topnavi{
	float: left;
	width: 1020px;
	height: 100px;
	/*background-color: #415463;*/
	margin: 0;
}

#topnavi ul#siteid {
	height: 20px;
	margin: 0px;
	padding: 0;
	border: 0;
	list-style: none;
	background-color: #415463;
}

#topnavi ul#siteid li {
	position: relative;
	color: white;
	text-align: center;
	font-size: 1.0em;
	margin: 0px 5px 0 ;
	padding: 0px 0 0;
	width: 100px;
	height: 20px;
	float: left;
	text-decoration: none;
	z-index: 96;
}

#topnavi ul#siteid li a{
	color: white;
}

#topnavi ul#siteid li ul{
	position: absolute;
	display: none;
	padding: 0; border: 0; margin: 0;
	top: 20px; left: 0px;
	width: 100px;
	text-align: center;
}

#topnavi ul#siteid li:hover ul {
	display: block;
  background-color: #415463;
  width: 100px;
  padding: 0px;
}

#topnavi ul#siteid li ul li {
  text-align: center;
	margin: 0;
  border: 0;
  padding: 0;  
	float: none;
  display: block;
  margin-bottom: 2px;
}

div#mitte {
	z-index: 10;
	float: left;
	position: relative;
	width: 1020px;
}

/* Layout erledigt nun weiter zum Inhalt */

/* ########################################################################################################################################################## */
/*                                                                News einträge                                                                               */
/* ########################################################################################################################################################## */


#news {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	white-space: pre;
}

#news .newsbeitrag {
	border: 1px solid #E2FAFE;
	margin: 0 0 20px 0;
	padding: 5px;
}
	

#news .head{
	position:relative;
	width: 100%;
	font-size: 0.7em;
	margin: 5px 0;
}

#news .erst {
	float: left;
	width: auto;
	color: green;
	margin-right: 5px;
}

#news .time {
	text-align: left;
	font-weight: bold;
	color: black; /* damals rot */
}

#news .beitrag{
	white-space: pre;
	width: 800px;
}

/* ########################################################################################################################################################## */
/*                                                               News Archiv eintäge                                                                          */
/* ########################################################################################################################################################## */

#back {
	float:left;
	width: 33%;
	text-align: left;
}

#current {
	float:left;
	width: 33%;
	text-align: center;
}

#vor {
	float:left;
	width: 33%;
	text-align: right;
}

#page {
	font-size: 0.8em;
}

/* ########################################################################################################################################################## */
/*                                                                Projekt einträge                                                                            */
/* ########################################################################################################################################################## */

#projekte {
	width: 800px;
	margin: 0 auto;
}

#projekte .projekt {
	width: 210px;
	float:left;
	padding: 20px;
	margin: 0 auto;
}

#projekte .titel{
	font-size: 1.2em;
	text-align: center;
	margin: 3px 0;
	color: black; /* damals rot */
	width: 210px;
}

#projekte .date {
  text-align: center;
	font-size: 0.8em;
	color: green; /* damals rot */
}

#projekte .logo {
	text-align: center;
}

#projekte .logo a img {
	margin: 0 5px;
	border: 0;
}

#projekte .leer {
	width: 800px;
	font-size: 1.2em;
	color: black; /* damals rot */
	text-align: center;
	margin: 0 auto;
}

/* ########################################################################################################################################################## */
/*                                                                Projekt einträge für Film_id                                                               */
/* ########################################################################################################################################################## */

#projekt {
	margin: 0 auto;
	width: 800px;
}

#projekt .title {
	font-size: 1.6em;
	width: 800px;
	padding: 5px;
	margin: 0 auto;
}

#projekt .player {
	padding: 5px;
	margin: 0 auto;
}	

#projekt .date {
	float: left;
	width: 380px;
	padding: 5px;
	margin: 0 auto;
}

#projekt .status {
	float: left;
	width: 380px;
	padding: 5px 5px;
	margin: 0 auto;
}

#projekt .down {
	float: right;
	width: 780px;
	padding: 5px;
	margin: 0 auto;
}

#projekt .down a img{
	border: 0;
	margin: 0 auto;
}

#projekt .mitwirken {
	position: relative;
	width: 800px;
	float: left;
	padding: 5px;
	margin: 0 auto;
}

#projekt .persons {
	position: relative;
	width: 800px;
	float: left;
	white-space: pre;
	margin: 0 auto;
}

#projekt .beschreibung {
	width: 800px;
	position: relative;
	float: left;
	padding: 5px;
	white-space: pre;
	margin: 0 auto;
}

/* Gästebuch */

#guest {
	width: 800px;
	margin: 0 auto;
	white-space: pre;
}

/* ########################################################################################################################################################## */
/*                                                                Gästebuch einträge                                                                          */
/* ########################################################################################################################################################## */

#guest .gastbeitrag{
	float: left;
	width: 800px;
	height: auto;
	border: 2px solid #E2FAFE;
	padding: 10px;
	margin: 0 0 10px;
}

#guest .head {
	float: left;
	width: 800px;
	height: 20px;
	font-size: 0.8em;
	border: 1px solid #E2FAFE;
	padding: 0 5px;
}

#guest .von {
	margin: 0 5px 0 0 ;
	float: left;
}

#guest .am {
	margin: 0 5px 0 0 ;
	float: left;
}

#guest .name {
	margin: 0 5px 0 0 ;
	float: left;
	color: black; /* damals rot */
}

#guest .time {
	float: right;
	text-align: right;
	width: 250px;
	color: black; /* damals rot */
}

#guest .text {
	float:left;
	text-align:left;
	width: 800px;
	margin-top: 5px;
	white-space: pre;
}

#guestform {
	width: 800px;
	margin: 0 auto;
}
#name {
	text-align: left;
	float: left;
	width: 210px;
}

#name input{
	float: left;
	width: 200px;
}

#email {
	text-align: left;
	float: left;
	width: 400px;
}

#email input{
	float: left;
	width: 288px;
}

#gtext {
	width: 800px;
	text-align: left;
	float: left;
}

#gtext textarea {
	float: left;
}

#zahl1 {
	width: 40px;
	height: 66px;
	float: left;
	padding: 22px 0 ;
}

#zahl2{
	width: 50px;
	height: 66px;
	float: left;
	margin: 0 5px 0;
	padding: 22px 0;
}

#klar {
	width: 800px;
	float: left;
	text-align: left;
}	

#gsubmit {
	width: 76px;
	float: left;
}

#gsubmit input {
	width: 76px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #b0c6cd;
	border: 1px solid #E2FAFE;
}

/* ########################################################################################################################################################## */
/*                                                                Footer einträge                                                                             */
/* ########################################################################################################################################################## */

#footer {
	position: relative;
	float: left;
	width: 1000px;
	height: 20px;
	margin: 30px 0px 0;
	padding: 0 10px;
}

#footer .copyright {
	float: left;
	width: 200px;
}

#footer .impressum {
	float: right;
	color: black;
	text-decoration: none;
}