/* CSS Document */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    margin:0;
    padding:0;
	height:100%;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
hr {
	color: #DA251D;
}
#fullheight{
	height:100%;
	width:480px;
	vertical-align:top;
}

.whitetext {color: #FFFFFF}

.filmtitel {
	font-size: 24px;
	font-weight: bold;
}
.regie {
}
.darsteller {
}
.fsk {
}
.ausverkauft {
	font-weight: bold;
	color: #FF0000;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
.notwendigesFeld {
	color: #FF0000;
}
.kleineAnmerkung {
	font-size: x-small;
}
.rechteAnkuendigung {
	font-size: x-small;
}
