body {background-color:white;
    margin: 0px;
    font-family: Verdana, sans-serif;
	font-size:0.8em;
	color: black;
	text-align: left;

     }

/* Definition der Container */

#head {
    position:absolute;
	left:100px; 
	width:755px;
	height:292px;
	border: 1px solid black;
	}
	
#left {
	position:absolute; 
	left:100px; 
	top:320px; 
	width:150px;
	min-height: 600px; 
	border: 1px dotted black;
	background-color: #E3E2E0;

	
	}	
#zentral {
	position:absolute; 
	left:260px;
	top:320px; 
	width:350px;
        min-height: 600px;
	border: 1px dotted black;
	padding-left: 10px;
	padding-right: 10px;
	
        }
.film {
	border: 1px solid black;
	}
		
#right {
	position:absolute; 
	left:640px;
	top:320px; 
	width:200px;
        min-height: 600px;
	border: 1px dotted black;
	padding-left: 6px;
	padding-right: 6px;
		
    }
	
.kopf-rechts {
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FFAEA3;
	border: 1px dotted black;
	color: black;
	font-weight: bold;
	text-align: center;
	}
	
/* Ueberscchriften */

h1, h2, h3, h4, h5 {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-align: left;
	/*margin: 8px 2px 8px 2px; */
	}

/* Menuestile */	
	
.menu {
	width: 150px;
	font-size:0.8em;
	padding: 0px;
	}
	
.menu ul, .menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted black;
	}
	
.menu ul {
	border-bottom: 0px dotted black;
	}
	
.menu ul ul {
	padding-left: 10px;
	}
	
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 4px 4px 4px;
	color: #BD180F;
	display: block;
	text-decoration: none;
	}
	
.menu a:hover {
	background-color: #FFAEA3;
	text-decoration: none;
	color: red;
	}

.menu_current {
	font-weight: bold;
	color: red;
	}
	
/* Stile fuer Formulare */
	
form {
	margin: 10px;
	}

	
/* Stile fuer Tabellen */

.tabellentext {
        border-collapse:collapse; 
        background-image: url(farbverlauf.jpg); 
        background-image: repeat-y; 
        width: 100%; 
        }

.zelle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 0.7em;
        border: solid 1px black;
        padding: 3px;
        }
