


/* Subiaco Homepage
Start 14. Januar 2011
Letzte Änderung am 19. Juni 2012
*/

/* wichtige Farben
Winter-Design
Hintergrund außen: #6A79A9
Hintergrund innen: #384261
Navigation Hintergrund: #2C364E
Text Navigation: #FFE9AD
Text normal: #FABD00

FrÃŒhling-Design
Hintergrund außen: #20B562
Hintergrund innen: #81B63E
Navigation Hintergrund: #559112
Text Navigation: #F5EB7C
Text normal: #FFFFFF

Sommer-Design
Hintergrund außen: #A3CDF7
Hintergrund innen: #246CF0
Navigation Hintergrund: #083B9A
Text Navigation: #FBFAC9
Text normal: #F7FA0C

Herbst-Design
Hintergrund außen: #E5AF0B
Hintergrund innen: #FDD37A
Navigation Hintergrund: #B8860B
Text Navigation: #514544
Text normal: #8B0000




*/








body {
	font-size: 85%;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', Sans-Serif;
	text-align: center;
	color:  #F7FA0C;
	background-color:  #A3CDF7;
	background-image: url(../site_graphics/background_sommer.png);
	}


#wrap {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}


#header{
	width: 820px;
	height: 99px;
	text-align:center;
	font-size: 200%;
    border-top: 1px solid #999;
    background-color:  #246CF0;
    color:  #FBFAC9;

}

#navigation{
	width: 820px;
	height: 37px;
	border-bottom: 1px solid #999;
	border-top: 1px solid  #083B9A;
	background-color:  #083B9A;
}

#navigation ul{

	white-space: nowrap;
	font-size: 110%;

}

#navigation ul li{
	float: left;
	list-style-type: none;

}


#navigation ul a:link, #navigation ul a:visited {
	color:  #FBFAC9;
	background-image: url(../site_graphics/reiter_innen_sommer.png);
	background-position: top left;
	padding: 15px 20px 5px 20px;
	text-decoration: none;

}

#navigation ul a:hover, #navigation ul a:focus {
	color:  #FBFAC9;
	background-image: url(../site_graphics/reiter_innen_sommer.png);
	background-position: top left;
	padding: 15px 20px 5px 20px;
	text-decoration: underline;


}

#navigation ul a#erster_reiter {
	background-image: url(../site_graphics/reiter_außen_sommer.png);

}

#navigation ul a#reiter_innen_nach_aktiv {

	background-image: url(../site_graphics/reiter_innen_nach_aktiv_sommer.png);
}

#navigation ul a#letzter_reiter {

	border-right: 1px solid  #F7FA0C;
}

#navigation ul a#reiter_außen_nach_aktiv {

	background-image: url(../site_graphics/reiter_innen_nach_aktiv_sommer.png);
	border-right: 1px solid  #F7FA0C;
}

#navigation ul a#aktiver_reiter_außen {
	background-image: url(../site_graphics/reiter_aktiv_außen_sommer.png);
	border-bottom: 1px solid  #246CF0;
	padding: 15px 20px 5px 20px;
	border-right: 1px solid  #F7FA0C;
	font-weight: 700;
}

#navigation ul a#aktiver_reiter_innen {
	background-image: url(../site_graphics/reiter_aktiv_innen_sommer.png);
	border-bottom: 1px solid  #246CF0;
	padding: 15px 20px 5px 20px;
	border-right: 1px solid  #F7FA0C;
	font-weight: 700;
}


	#content{
	float: left;
	width: 608px;
	border-right: 2px solid #FFF;
	background-color:  #246CF0;
	padding-left: 20px;
	padding-right: 20px;
}


#content_spielplan_display{
	float: left;
	width: 800px;
	background-color:  #246CF0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 200%;
}

#content_spielplan_display_poster{
	float: left;
	width: 800px;
	background-color:  #246CF0;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 150%;
}

#content #open_bild{
	margin-left: 100px;

}


#content #credits{
	float: left;
	line-height: 1.5;
}

#content #hauptplakat{
	margin-top: 20px;
	float: right;
}

#content #beschreibungsbody{
	float: left;
}

h1.center, h2.center, h3.center, h4.center, h5.center{
	text-align: center;
}

p.right_veranstaltungen{
	text-align: right;
	padding-right: 20px;
	margin-top: 60px;
}



img.nach_oben_button{
	margin-left: 500px;
	border: 0px;

}

img.kleinebilder{
	margin-right: 20px;
}



#facebook_button{
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 0px;

}

#ag_kino{
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
}

#k_kinos{
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
}

#euro{
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 0px;
}

#content table, #content_spielplan_display table{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#content table.filmwunschliste{
	margin-left: 10px;
}

#content table.teamliste{
	position: relative;
	left: 40px;
}


#content table.gutschein{
	margin-bottom: 0px;
	margin-left: 0px;
}

#content caption, #content_spielplan_display caption{
	display: none;
}

#content td.tag, #content_spielplan_display td.tag{
	font-weight: bold;
}

#content td.zeit, #content_spielplan_display td.zeit{
	padding-left: 20px;
	padding-right: 10px;
}


#content td.kino, #content_spielplan_display td.kino{
	padding-right: 10px;
}

#content td.kurzfilm{
	font-size:80%;
}

#content td.notiz, #content_spielplan_display td.notiz{
	font-size:80%;
	font-style: italic;
}

#content th.abstand, td.abstand{
	padding-right: 20px;
}

#content td span, #content span, #content #bold_preis, #content_spielplan_display td span{
	font-weight: bold;
}

#content td.kinos, #content_spielplan_display td.kinos{
	padding-left: 20px;
	font-size: 100%;
	padding-bottom: 20px;
}

#content select{
	background-color:  #083B9A;
	color:  #F7FA0C;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	border-color:  #FBFAC9;
	margin-right: 10px;
}

#content #filmfilter{
	width: 250px;
}

#content select.dezent{
	background-color:  #083B9A;
	color:  #F7FA0C;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', Sans-Serif;
	font-weight: normal;
	border-color:  #FBFAC9;
	margin-right: 10px;
}


#content input.readonly{
	background-color:  #246CF0;
	border-style: none;
	color:  #F7FA0C;
	text-align: right;
}


#content input{
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', Sans-Serif;
}

#content form.unten_frei{
	margin-bottom: 60px;
}


#content fieldset{
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	text-align: center;
}

#content fieldset.gutschein{
	border: none;
	text-align: left;
}

#content legend{
	margin-left: 45%;
	font-size: 120%;
}

#content legend.gutschein{

	font-weight: bold;
	font-size: 150%;
	margin-bottom: 20px;
	margin-left: 35%;
}

#content a{
	color:  #FBFAC9;
	font-weight: bold;
   	text-decoration: none;
}

#content a.normal{

   	text-decoration: none;
   	color:  #F7FA0C;
   	font-weight: normal;
}



#content a.linie{

   	text-decoration: underline;
   	color:  #F7FA0C;
   	font-weight: normal;
}

#beschreibungsbody a{
	color:  #FBFAC9;
	text-decoration: none;
}

#content ul{
	white-space: nowrap;
	padding-left: 0px;
}

#content ul li{
	list-style-type: none;
}

#content p.red{
	text-align: center;
	color: red;
}

#content #aktuell_galerie{
	width: 600px;
	float: left;
	margin-bottom: 40px;
}

#content #aktuell_galerie dl{
	margin: 5px 10px;
	padding: 4px;
	float: left;
	width: 170px;
}

#content #aktuell_galerie dt img:hover {
	border: 3px solid  #F7FA0C;
}

#content #aktuell_galerie dd{
	font-size: 0,7em;
	padding-left: 0px;
	text-align: center;
}

#content #aktuell_galerie dt img, #content img.rand{
	border: 3px solid #eee;
	background-color:  #083B9A;
	margin: 5px 0;
	border-bottom: 3px solid #aaa;
}

#content #bildervorschau dl{
	float: left;
	width: 222px;
	margin: 5px 20px;
	padding: 4px;
}

#content #bildervorschau dd{

	position: relative;
	left: -40px;
	width: 260px;
}


#content img.galerie_fotos{
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}

#content #foto_fuss{
	clear: both;
}


#content #veranstaltungen_galerie{
	width: 560px;
	margin-left: 20px;
	margin-right: 20px;
}


#content_spielplan_display #veranstaltungen_galerie{
	width: 800px;
	margin-left: 20px;
	margin-right: 20px;
}



#content #veranstaltungen_galerie img{
	border: 3px solid #eee;
	background-color:  #083B9A;
	margin-right: 10px;
	border-bottom: 3px solid #aaa;
	float: left;
}

#content_spielplan_display #veranstaltungen_galerie img{
	border: 3px solid #eee;
	background-color:  #083B9A;
	margin-right: 10px;
	border-bottom: 3px solid #aaa;
	float: left;
}

#content img.right{
	float: right;
	border: 3px solid #eee;
	background-color:  #083B9A;
	margin: 5px 0;
	border-bottom: 3px solid #aaa;
	margin-left: 50px;
	margin-right: 50px;
}


#content img.right_geschichte{
	float: right;
	border: 3px solid #eee;
	background-color:  #083B9A;
	margin: 5px 0;
	border-bottom: 3px solid #aaa;
	margin-left: 10px;
	margin-right: 10px;
}

#content img.left_geschichte{
	float: left;
	border: 3px solid #eee;
	background-color:  #083B9A;
	margin: 5px 0;
	border-bottom: 3px solid #aaa;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}



#content #oben_abstand{
	margin-top: 100px;
}


#content #veranstaltungen_galerie a{
	color:  #F7FA0C;
	font-weight: bold;
}

#content_spielplan_display #veranstaltungen_galerie a{
	color:  #F7FA0C;
	font-weight: bold;
}

#content #filmcharts{
	margin-left: 50px;
}

#content #rot{
	color: red;
}

#sidebar{
	float:right;
	width: 150px;
	top: 0;
	background-color:  #246CF0;
	padding-left: 20px;

}

#sidebar h4.metakategorie{
	text-decoration: underline;
	color:  #FBFAC9;
}

#sidebar ul{
	white-space: nowrap;
	padding-left: 0px;
}

#sidebar ul li{
	list-style-type: none;
	margin-bottom: 10px;
}

#sidebar ul a{
	color:  #F7FA0C;
	text-decoration: none;
}

#sidebar a.andere_kategorie{
	display: block;
	text-decoration: none;
	color:  #F7FA0C;
	font-weight: bold;

}

#sidebar a{
	text-decoration: none;
   	color:  #F7FA0C;
   	font-weight: normal;
}


#sidebar p{
	margin-top: 50px;
	font-style: italic;
}

#sidebar span{
	font-weight: bold;
}

#content_container{
	float: left;
	background-color:  #246CF0;
}

#content_container_fotos{
	position: relative;
	float: left;
	background-color:  #246CF0;


}

#transparenz_ebene{
	background-color: #a1a4a6;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-opera-opacity:0.8;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 648px;
	height: 100%;

}

#foto_ebene{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	padding-right: 74px;

}

#foto_ebene img{
	margin-top: 75px;
	margin-left: 45px;

}

#foto_ebene img.versteckt{
	display: none;
}

#foto_ebene #grafik_pfeil1{
	position: absolute;
	top: 360px;
	left: 100px;
	display: none;
}

#foto_ebene #grafik_pfeil2{
	position: absolute;
	top: 360px;
	left: 300px;
}

#foto_ebene #foto_schliesser{

	position: absolute;
	left: 540px;
	top: -40px;


}




