body {
	text-align:center;
	font-family:Arial;
	background-color:black;
	margin:0px;
	padding:0px;
	color:white;
	font-size:12px;
	}
div {
	text-align:left;
	border:ridge silver;}
div#header{
	height:100px;
	background:url(../bilder/banner.png) repeat-x;
	background-position:center;
	padding-left:-50%;
	border:none;
	}
div#kategorie{
	height:120px;
	text-align:center;
	border-color:red;
	background-color:darkred;
	font-weight:bold;
	}
div#kategorie li{
	display:inline;
	}
div#kategorie ul{
	display:inline;
	}
div#kategorie a{
	text-decoration:none;
	}
div#login{
	width:150px;
	border:none;
	}
div#error{
	color:red;
	}
img {
	border:none;
	}
h1,h3 {
	color:red;
	}
h1 {
	font-size:16px;
	}
h3 {
	font-size:14px;
	}
td, th{
	font-size:14px;}
a:visited,a:link{
	color:white;
	}
a:hover,a:active{
	color:black;
	background-color:white;
	}
div#shortcuts a:visited,div#shortcuts a:link{
	color:white;
	}
div#shortcuts a:hover,div#shortcuts a:active{
	color:red;
	background-color:black;
	}
div#nav{
	width:256Px;
	height:468Px;
	float:left;
	}
div#main{
	overflow:scroll;
	height:468px;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
	}
div#main a:visited,div#main a:link{
	color:white;}
div#main a:hover,div#main a:active{
	color:red;
	background-color:black;
	}
div#main table,th,td{
	border: 1Px solid white;
	}	
div#main a{
	font-weight:bold;
	}
div#filme{
	max-height:100px;
	height:100px;
	overflow:hidden;
	}
div#shortcuts{
	width:210Px;
	height:468Px;
	float:right;
	}
div#clear {
	clear:both;
	border:none;
	}
div#footer{
	font-size:10px;
	text-align:right;
	border:none;
	}
a {
	text-decoration:none;
	}
select{
	margin-left:37Px;
	width:308Px;
	}
input#datum{
	margin-left:50Px;
	width:308Px;
	}
input#beschreibung{
	margin-left:10Px;
	width:308Px;
	}
input#titel{
	margin-left:64Px;
	width:308Px;
	}
textarea#text,textarea#cast {
	width:400px;
	}
textarea#text {
	height:200px;
	}
