/* Basis-CSS Open Air Kino Aarau  */




* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}


body, html {
	height: 100%;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #000;
	color: #FFF;
}

/*
* html td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-size: 0.75em;
	line-height: 1.5em;
}
*/

.floatleft {float: left;}

.floatright {float: right;}

.hidden {display: none;}

.fett {font-weight: bold;}

.kursiv {font-style: italic;}


.clear {
	width: 100%;
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

/*************************************************************************/
/*                     TYPOGRAFIE ALLGEMEIN                           */
/*************************************************************************/


h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 15px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}


p {
	margin-bottom: 1em;
}

a:link, a:visited  {
	color: #FB080B;
}

a:hover, a:active  {
	color: #999;
}

.clear {
	width: 100%;
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-top: -2px;
}

/*************************************************************************/
/*                              E B E N E N                              */
/*************************************************************************/

#container {
	width: 909px;
	width: 917px;

	min-height: 100%;
	height: auto !important;
	height: 100%;

	
	text-align: left;
	margin-left: 6px;
	
}

#filmoben {
	height: 16px;
	width: 100%;
	background-image: url(bilder_2009/film_lochung.gif);
	background-repeat: repeat-x;

}



#kopf {
	height: 180px;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #DDD;
}



#kopflogo {
	position: relative;
	float: left;
	width: 297px;
	height: 172px;
	left: 1px;
}

#kopftitel {
	position: relative;
	float: right;
	top: 0px;
	right: 3px;
	text-align: right;
}

#kopftitel h1 {
	font-size: 24px;
	line-height: 32px;
	padding-top: 0;
}


#unten {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 20px;
	/*padding-bottom: 12px;*/
}

* html #unten {
	/*padding-bottom: 52px;*/
}



#navigation {
	position: relative;
	float: left;
	left: 0px;
	width: 207px;
}




#inhalt {
	position: relative;
	float: right;
	right: 0px;
	width: 691px;
	margin-top: -5px;
}


.backlink {
	margin-top: 25px;
	margin-bottom: 15px;
}



.clear_fuss {
	clear: both;
	padding-top: 25px;
}

* html .clear_fuss {
	padding-top: 35px;
}


#fuss {
	height: 33px;
	width: 909px;
	width: 917px;
	display: block;
	background-image: url(bilder_2009/film_lochung.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-top: -35px;
	border-top: 1px solid #DDD;
	margin-left: 6px;
	
	clear: both;
	overflow: hidden;
}



* html #fuss {

	margin-top: -36px;

}



#fuss p {
	color: #FFF;
	font-size: 100%;
	width: 100%;
	margin-bottom: 0;
	display: block;
	text-align: justify;
}




/*************************************************************************/
/*                          FILMPROGRAMM - LISTE                         */
/*************************************************************************/

table.filmliste {
width: 100%;
}


.filmliste td {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}

.filmliste td a {
	width: 100%;
	display: block;
}


.filmliste tr:hover {
	background-color: #333;
}



table.filmliste td + td + td + td + td + td {
	text-align: right;
	padding: 2px 0 2px 0;
}

.hinweis {
	font-style: italic;
}



/*************************************************************************/
/*                         FILMPROGRAMM - DETAILS                        */
/*************************************************************************/


.filmbild {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


.det_label {
	display: block;
	width: 120px;
	color: #FB080B;
	font-weight: bold;
	height: 20px;
	
}



.det_text {
	display: block;
	margin-left: 120px;
	margin-top: -20px;
	width: 560px;
	min-height: 20px;
}




/*************************************************************************/
/*                            KONTAKT-FORMULAR                           */
/*************************************************************************/



.kont_tabelle td {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}



.kont_tabelle input,
.kont_tabelle select {
	border: 0;
	width: 300px;
}



.kont_tabelle .textfeld {
	width: 300px;
	height: 100px;
}

.kont_tabelle .submit {
margin-top: 15px;
background-color: #DDD;
cursor: pointer;
}




/*************************************************************************/
/*                     TEASER-LINKS IN STARTSEITE                        */
/*************************************************************************/


.start_link {
	font-weight: bold;
	margin-bottom: 0em;

}



/*************************************************************************/
/*                       BULLET-LISTEN IM INHALT                         */
/*************************************************************************/


#inhalt ul,
#popupinhalt ul {
	padding-left: 25px;
	list-style: disc;
}



#popupinhalt {
padding: 10px;
}


.pdf_link {

	height: 24px;
	background-image: url(bilder_2009/icon_pdf_s.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 4px;

}


.pdf_text_link {
	height: 24px;
	background-image: url(bilder_2009/icon_pdf_s.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	padding-bottom: 4px;
}











