/*
	Farben:
		Stadt		#8a0d0d		#e0a9a9		#e6c4c4
		Gesundheit	#36509b		#7a9bf9		#a4bbfb
		Tourismus	#3b8b16		#badcab		#d7eecc
		Wirtschaft	#c77500     #f0bd74		#ffdca9
		Neutral		#999999		#BBBBBB		#EEEEEE		
*/

#menu1{
	float:left;
	padding:0 0 0 10px;
	margin:0;
}

#menu1 ul{
	margin:0; padding:0;
	list-style-type:none;
	clear:both;
}

#menu1 li{
	margin:0; padding:0;
	float:left;
}

#menu1 li a, #menu1 li span{
	text-decoration:none;
	display:block;
	color:#000;
	padding:8px 4px 4px 4px;
	margin:0;
	font-weight:bold;
	font-size:13px;
}

#menu1 li a:hover{
	background-color:#AAA;
}

#menu1 li a.active, #menu1 li a.active:hover{
	color:#FFF;
	background-color:#c77500;
}

#pageimage{
	border-top:2px solid #AAA;
	height:190px;
	background-color:#DDD;
	background:url(../gfx/neutral.jpg) top left no-repeat;
}

#no_menu2{
	float:left;
	width:220px;
	min-height:400px !important;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	background: url(../gfx/neutral_bg.gif) bottom left repeat-x;
	background-color:#F3F3F3;
}

#news{
	padding:5px;
	background-color:#EEE;
	font-size:10px;
}

#news .tableHead{
	font-weight:bold;
	font-size:12px;
}

#news .title{
	border-bottom: 1px solid #AAA;
	font-weight:bold;
}

#news .body, .tx-sgevent-pi2 .body{
	background-color: #F9F9F9 !important;
}

#kontakt{
	padding:5px;
	background-color:#EEE;
	line-height:1.5;
	border-top:1px solid #AAA;
}

