﻿
body {
	font-family: "Verdana", "Arial", sans-serif;
	font-size:small;
	background: #000000 url('../images/Hintergrund3.jpg') no-repeat center top fixed;
	color: #17375E;
	margin: 0px;
}
.titel {
	font-size: large;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	}

.termine {
	font-size: small;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	}

.credits {
	font-size: small;
	font-style: italic; 
	margin: 0px 0px 6px 0px;
	}
	 
.text {
	font-size: small;
	text-align: justify; 
	margin: 0px;
	}

/* Styles for top */
#top h1 {
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: x-large;
	margin: 0px;
	text-align: right;
}
#top h2 {
	margin-top: 0.4em;
	margin-bottom: 0px;
	text-align: right;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
}
#top a, #top a:visited {
	text-decoration: none;
	font-weight: bold;
	background: transparent none;
	color: #FFFFFF;
}
#top a:hover {
	text-decoration: none;
	font-weight: bold;
	background: transparent none;
	color: #E46C0A;
}


/*##########################################################*/
/*Styles für die Kurzfilmseiten*/ 
/*##########################################################*/
.kfLinks {
	float:left;
	width: 430px;
	padding: 0px;
	margin: 0px;
}
.kfTitel {
	font-size: 150%;
	padding: 5px 0px;
}
.kfCredits {
	font-size: 90%;
	font-style:italic; 
	padding: 2px 0px;
}
.kfText {
	font-size: 100%;
	text-align: justify; 
	padding: 3px 0px;
}
.kfBilder {
	float:right;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

/*##########################################################*/
/*Styles für das Impressum und Orte & Preise*/ 
/*##########################################################*/
.impLinks {
	float:left;
	width: 135px;
	padding: 0px 5px 0px 0px;
	text-align:right;
	font-weight:bold;
}
.impRechts {
	float:left;
	width: 285px;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-align:left;
}
.impMail {
	font-weight: bold;
	background: #E46C0A none;
	color: #632523;
}
.auszeichnung1 {
	font-weight:bold;
	background: #E46C0A none;
	color: #00644C;
}
/*##########################################################*/
/*Styles für die Verleihliste*/ 
/*##########################################################*/
.vlTitel {
	float:left;
	width:200px;
	padding: 0px; 
	text-align:left;
	}
.vlVerleih {
	float:left;
	width:220px;
	padding: 0px 10px; 
	text-align:left;
	} 
.vlKontakt {
	float:left;
	width:230px;
	padding: 0px; 
	text-align:left;
	} 

/*##########################################################*/
/*Styles für die Programmübersicht*/ 
/*##########################################################*/
.progTabelle 
	{
	width: 100%;
	text-align: left;
	}

.progTag 
	{
	width: 130px;
	vertical-align: top;
	}
	
.progUhrzeit 
	{
	width: 60px;
	}
	 
.progTitel 
	{
	font-weight: bold; 
	height: 20px;
	}
	 
