	.listing tbody{background-color: #fff;color:#000;}
	.listing tbody td{color:#000;}
	.listing tbody td a{color:#000;}
	.listing tr:hover{background-color:#666;color:#000;}
	.listing tbody:nth-child(odd) {background-color:#bbb;color:#000;}

/* CSS Menu */
nav
{
	position:fixed;
	background-color:#000;
	left:20px;
	top:260px;
	width:150px;
	margin:0px;
	z-index:20;
	padding:00px 0px 10px 0px;
	border-radius: 0px 0px 15px 15px;
}
	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: 9pt normal verdana, arial, helvetica, sans-serif;
		display: block;
		color: #fff;
		width:125px;
		height:6px;
		margin: 4px 14px;
		background:url("../main/pix/mtp/menu_item_bg.jpg") no-repeat;
		padding: 10px 0px;
		text-align:center;
		text-decoration: none;
		text-transform:uppercase;
	}
	nav ul #column_26 a
	{
		font: 9pt normal verdana, arial, helvetica, sans-serif;
		display: block;
		color: #fff;
		width:125px;
		height:6px;
		margin: 4px 14px;
		background: url("../main/pix/mtp/menu_item_bg_red.jpg") no-repeat;
		padding: 10px 0px;
		text-align:center;
		text-decoration: none;
		text-transform:uppercase;
	}

	nav ul #column_32 a
	{
		font: 9pt normal verdana, arial, helvetica, sans-serif;
		display: block;
		color: #fff;
		width:125px;
		height:6px;
		margin: 4px 14px;
		background: url("../main/pix/mtp/menu_item_bg_blue.jpg") no-repeat;
		padding: 10px 0px;
		text-align:center;
		text-decoration: none;
		text-transform:uppercase;
	}

	
	nav a:hover
	{
		color:#CCFF00;
	}
	nav ul #column_1 a 
	{
		position:fixed;
		background: url("../main/pix/mtp/logo.jpg") no-repeat;
		width:150px;
		height:100px;
		left:6px;
		top:145px;
		z-index:20;
		border-radius: 15px 15px 0px 0px;
	}

	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;}
/* CSS Menu Ende */


/* event classes */
 
.event_short_date 
{
	color:#666;
	background-color:#fff;
	border:1px solid #fff;
	border-radius: 15px;
}	
.event img{width: 560px;border-radius: 15px;}	
	.event .text {padding:10px;background-color:#c9c9c9; color:#000;border-radius: 15px;}
	.event .text * {color:#000;}

#sidebar
{
	position:relative;
	width:195px;
	padding:0;
	margin-left:5px;
	float:left;
	z-index:15;
}
	#sidebar .article
	{
		background-color:#b1c2c9;
		padding:5px 5px 5px 8px;
		margin:4px 0px;
		border-radius: 15px;
	}
		#sidebar .article *{color:#000;}
	
	
#last_events
{
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
	#last_events a:hover
	{
		color:black;
	}
	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:#666;}
		figcaption ul
		{
			padding:0px;margin:0px;list-style:none;
			border: 1px solid #fff;
			border-radius: 15px;
			background: #000 url("../main/pix/mtp/home_header.jpg") no-repeat;
			overflow:hidden;
		}
		figcaption ul li{padding:10px 20px;margin:0px;}
		figcaption .date
		{
			font: 16pt Verdana, Arial, Helvetica, sans-serif;
			line-height:18pt;
			color:#fff;
		}
		figcaption .title
		{
			font-size:16pt;
			line-height:18pt;
			padding:0px 20px 10px 20px;
			width:400px;
			text-transform:uppercase;
			color:#fff;
		}
		figcaption .text
		{
			clear:both;
			background-color:#fff;
		}
	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:32px;
			height:32px;
			background: url("../main/pix/mtp/facebook.png") no-repeat;
			margin:0px 10px 0px 0px;
			display:block;
			float:left;
		}
		footer #twitter_link
		{
			width:32px;
			height:32px;
			margin:0px 10px 0px 0px;
			background: url("../main/pix/mtp/twitter.png") no-repeat;
			display:block;
			float:left;
		}
	
