	.listing tbody{background-color: #555;}
	
	.listing tbody td{}
	
	.listing tr:hover{background-color:#500;}

	.listing tbody:nth-child(odd) {background-color:#666;}

	/* CSS Menu */
nav
{
	position:fixed;
	left:0px;
	top:77px;
	width:145px;
	margin:0px;
	z-index:20;
	
}
	nav ul, ul
	{
		list-style: none;
		color: #fff;
		margin: 0px;
		padding: 0px;
	}
	
	nav li
	{
		color: #fff;
		margin: 0px;
		padding: 0px;
		float:left;
	}
	
	nav ul li a
	{
		font: 10pt normal verdana, arial, helvetica, sans-serif;
		display: block;
		color: #fff;
		width:145px;
		margin: 1px 0px;
		background:url("../main/pix/black_bg.png");
		padding: 25px 0px 25px 25px;
		text-decoration: none;
		text-transform:uppercase;
	}
	nav a:hover
	{
		color:#CCFF00;
	}
	nav ul #column_1 a 
	{
		background: url("../main/pix/pam/logo.png") no-repeat;
		width:162px;
		height:85px;
	}

	nav ul ul
	{
		position: relative;
		z-index: 1000;
		left:172px;
		top:-67px;
		float:left;
	}
		nav ul ul li
		{
			float:left;
		}
	
	nav ul ul a
	{
		float:left;
	}
	
	nav ul ul a:hover
	{
		color: #f60;
	}
	
	nav ul ul, nav ul li:hover ul ul, nav ul ul li:hover ul ul{display: none;}
	
	nav ul li:hover ul, nav ul ul li:hover ul, nav ul ul ul li:hover ul{display: block;}

/* event classes */
 
.event_short_date 
{
	color:#fff;
	background-color:#df007a;
}	
.event img{width: 560px;}	
.event .text{width: 442px;padding:0px; margin:0px 0px 5px 0px;}	
.event .text *{color:#fff;}	

#sidebar
{
	position:relative;
	width:180px;
	padding:5px;
	float:left;
	z-index:15;
}
	#sidebar .article
	{
		background-color:#4d4d4d;
		padding:5px;
		margin:4px 0px;
	}


#last_events
{
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
	figure
	{
		position:absolute;
		z-index:0;
		overflow:hidden;
		top:0px;
		left:0px;
		width:100%;
		min-height:100%;
		display:none;
		padding:0px;
		margin:0px;
		background: no-repeat;
		background-size:cover;
	}
	#last_events .active{display:block;z-index:10;}
	#last_events .last-active{display:none;z-index:0;}

	figure img
	{
		min-height:100%;
		height:auto;
		height:100%;
		min-width:100%;
		width:auto;
		width:100%;
		padding:0px;
		margin:0px;
	}
	
	figcaption
	{
		position:absolute;
		top:70px;
		padding:10px;
		right:50px;
		z-index:250;
		width:545px;
		min-height:200px;
		opacity:0.9;
	}
		figcaption *{color:#000;}
		figcaption ul
		{
			padding:0px;margin:0px;list-style:none;
			border: 1px solid #fff;
			border-radius: 15px;
			background-color:#fff;
			overflow:hidden;
		}
		figcaption ul li{padding:10px 20px;margin:0px;}
		figcaption .date
		{
			font:bold 14pt Verdana, Arial, Helvetica, sans-serif;
			line-height:18pt;
			background-color:#fff;
			text-transform:uppercase;
		}
		figcaption .title
		{
			font-size:16pt;
			line-height:18pt;
			padding:0px 20px 10px 20px;
			width:400px;
			background-color:#fff;
			text-transform:uppercase;
		}
		figcaption .text
		{
			clear:both;
			background-color:#ddd;
		}
	figure #geschlossen
		{
			width:400px !important;
			height:200px !important;
			min-width:400px !important;
			min-height:200px !important;
		}

	#next, #previous
	{
		position:fixed;
		top:60%;
		z-index:250;
		width:45px;
		height:45px;
		display:block;
	}
	#previous
	{
		background:url("../main/pix/previous.png") no-repeat;
		left:10px;
	}
	#next
	{
		background:url("../main/pix/next.png") no-repeat;
		right:10px;
	}

		footer a, footer span
		{
			margin:0px 10px 0px 0px;
		}
	
		footer .link
		{
			margin:0px 10px 0px 0px;
		}

		footer #facebook_link
		{
			width:26px;
			height:26px;
			background: url("../main/pix/pam/facebook.jpg") no-repeat;
			margin:0px 10px 0px 0px;
			display:block;
			float:left;
		}
		footer #twitter_link
		{
			width:26px;
			height:26px;
			margin:0px 10px 0px 0px;
			background: url("../main/pix/pam/twitter.jpg") no-repeat;
			display:block;
			float:left;
		}
