﻿/* Formatvorlagen für die Navigation */
#bild_lo {
	position: relative;	
	height: 150px;
	width: 240px;

}

#bild_lo img {
	     vertical-align:middle;
/* horizontal zentriert */
    display: block;
    margin-left: auto;
    margin-right: auto }
}

/* 
	Bettina 05.05.2008 Abstand-Halter siehe theme.php $template_film_strip
	Abstand-Halter oben nur für FireFox
	siehe 	http://www.lipfert-malik.de/webdesign/tutorial/bsp/css-weiche-filter.html
			http://www.lipfert-malik.de/webdesign/tutorial/bsp/kristof-lipfert-mozilla-css-crossover.html	
*/   

#separator_before_image{
  display:none;
         }
*:not(hr)   #separator_before_image{     /* Browser-Weiche für FireFox*/
	display: block;
  height:8px;
         }
         
html:first-child>b\ody #separator_before_image{     /* Browser-Weiche für Opera*/
	display: block;
  height:10px;
         }
      

div.breaker {
height: 1px;
clear:both;
overflow:hidden;
}




#sidebar {
	margin-top: 15px;
	margin-left: 2px;
	padding: 0;
	border: 0;
	position: relative;
	float: left;
	width: 240px;
	background-color: #cb8;
	background-color: rgb(204,255,204); /* blassgrün */
	clear: both;
	display: inline;
	font-family:Arial;

}


#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3; /*grau */
}
#sidebar a {
/*	font-weight: bold; */
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2; /*weiss */

		font-family: Arial;

}
#sidebar a:hover {
/*	font-weight: bold; */
	font-size: 1.2em;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #f2f2f2;  /*weiss */
	background-color: rgb(204,204,204); /* grau */
}
#sidebar a:active {
/*	font-weight: bold; */
	font-size: 1.2em;

	text-decoration: none;
	color: black;
	border-bottom: 1px solid #f2f2f2;
	background-color: rgb(204,255,102); /*Gruen */
	font-family: Arial, Helvetica, Sans-Serif;
}
