a {
	color:#99CC7F;
	text-decoration:underline;
}

a:hover { color:#A5EF7F; }

.subnav {
	float:left;
	width:180px;
	margin-right:20px;
	color:#FF0000;
	
	font-weight:bold;
	line-height:20px;
}

.subnav a {
	color:#990000;
	text-decoration:none;
}

.subnav a:hover {
	color:#CC0000;
}

.subnav a.active {
	color:#FF0000;
	text-decoration:underline;
}


.text, .menukarte {
	float:right;
	width:390px;
	padding-bottom:15px;
}

.text a { color:#990000; }
.text a:hover { color:#CC0000; }

.menu {
	width:310px;
	float:left;
	margin-right:35px;
	color:#99CC7F;
}

#tickercontainer {
	position:absolute;
	margin-top:4px;
	width:310px;
	height:80px;
	overflow:hidden;
}

#menuticker {
	position:absolute;
	
	margin:0px;
	padding:0px;
	width:325px;

}

#menuticker .menuentry {
	width:310px;
	height:80px;
	position:absolute;
	color:#FFFFFF;
}

.news {
	width:240px;
	float:left;
}

p {
	margin:0px 0px 16px 0px;
}

h2 {
	color:#F00;
	font-size:18px;
	margin:0px 0px 1em 0px;
}

h3 {	
	color:#F00;
	font-size:18px;
	margin:0px 0px 16px 0px;
}

h4 {
	color:#990000;
	margin:0px;
}

.programm {
	width:390px;
	border:0px;
	border-collapse:collapse;
}

.programm td {
	font-size:13px;
	border-style:dotted;
	border-width:0px;
	border-color:#000000;
	border-top-width:1px;
	padding:8px;
	margin:0px;
}

.programm td.active {
	background-color:#99CC7F;
}

.programm .titel{
	font-weight:bold;
}

.programm td.active .titel {
	color:#990000;
	margin-bottom:5px;
}

.programm .datum {

}

.gallery {
	float:left;
	display:block;
	width:390px;
}
.gallery img{
	border-style:solid;
	border-color:#990000;
	border-width:1px;
	margin:0px 10px 10px 0px;
	
}

.hide {
	display:none;
}

.liste {
	background-color:#C0D59A;
	padding:5px 8px;
}

.de, .fr {
	font-weight:bold;
}

.menufooter .de, .menufooter .fr, .notbold .fr, .notbold .de{
	font-weight:normal !important;
}