/* Blau der Webseite: #005DA3 */
/* Rot der Webseite: #D8000A */
/* Gruen der Webseite: #36A828 */

body{
	font-family:Arial, Helvetica, sans-serif;
}

.blue{ color:#005DA3; }
.red{ color:#D8000A; }
.green{ color:#36A828; }

.blue_back{ background-color:#005DA3; }
.red_back{ background-color:#D8000A; }
.green_back{ background-color:#36A828; }

/* Menukasten der nicht angewählt wurde */
div.inactive{
	cursor:pointer;
	font-size:12px;
	width:70px; 
	padding-top:4px; 
	padding-bottom:2px; 
	text-align:center; 
    border-top:1px solid #005DA3;
	border-left:1px solid #005DA3;
	border-right:1px solid #005DA3;
	vertical-align:middle;
}

#out{
	color:#FFFFFF;
	background-color:#005DA3;
}

/* Menukasten der angewählt wurde */
div.active{
	font-size:16px;
	font-weight:bold;
	width:110px; 
	padding-bottom:3px;
	padding-top:6px; 
	text-align:center; 
    border-top:1px solid #D8000A;
	border-left:1px solid #D8000A;
	border-right:1px solid #D8000A;
	vertical-align:bottom;
}

/* Auswahl, welche Filme angezeigt werden sollen */
table.filmbedienung, table.programm, table.uebersicht{
	font-size:12px;
	background-color:#FFFFFF;
	width:100%;
	vertical-align:top;
}
table.programm{
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

table.diagramm{
	margin-left:20px;
	width:910px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Tabelle für die Filmübersicht */
table.uebersicht{
	width:80%;
	margin-left: 50px;
	border:1px solid #D8000A;
}

/* Tabelle für Vorschau Nummer 1 und 2 */
table.vorschau1, table.vorschau2{
	font-size:12px;
	width:100%;
	background-color:#F2F6F9;
	border:1px solid #D8000A;
}
table.vorschau2{
	background-color:#E3EBF1;
}


td.filmbedienung{
	vertical-align:middle;
	padding-left:10px;
}

span{
	cursor:pointer;
}

span.plusminus{
	font-size:14px;
	cursor:text; 
	vertical-align:top;
	width:100%; 
	height:100%;
}
img{
	
}
img.filmbedienung{
	margin-right:10px;
}

/* Die beiden Wörter oben rechts */
td.impressum{
	width:200px; 
	text-align:right;
	padding-right:70px;
	vertical-align:bottom;
	font-size:12px;
}

/* Der Schatten der Titelleiste*/
td.schatten{
	height:7px;
	vertical-align:top;
	text-align:left;
	background-image:url(../pics/grau_unten.png);
	background-repeat:repeat-x;
}

/* Zelle mit der Überschrift */
td.headline{
	width:900px; 
	vertical-align:top; 
	background-color:#D8000A;
}
/* Überschrift an sich */
div.headline{
	width:100%;
	height:30px;
	padding-left:50px;
	padding-top:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#D8000A;
}

/* Home Ueberschrift */
table.welcome1{
	text-align:center; 
	width:100%; 
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

/* Formulartabelle für Gutscheine */
table.gutschein{
	text-align:left;
	width:100%;
	padding-left:100px;
	font-size:14px;
	background-image:url(../pics/background.png);
	background-repeat:no-repeat;
	background-position:top;
}

/* Formulartabelle für OpenAir */
table.openair{
	text-align:left;
	width:100%;
	padding-left:25px;
	font-size:16px;
	background-image:url(../pics/sky.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

/* Formatierung der Checkboxen vor den Filmtiteln */
input.filmcheck{
	margin-bottom:3px;
	height:10px; 
	width:10px;
	margin-left:15px;
	margin-right:5px;
}

#row{
	background-color:#D1D1D1;
}

/* Für Gutscheinformular */
input.text{
	background:none;
	width:250px;
}

textarea{
	background:none;
	width:250px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

input.submit{
	background-color:#005DA3;
	color:#ffffff;
}

a {
	color:#000000;
	text-decoration:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Knopf der Umfrage */
input.knopf{
	background-image:url(../pics/dia/buttoninner.png);
	background-repeat:repeat-x;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #005DA3;
	width:100%;
	height:23px;
}

