/*** BODY ***/
body{
	background-position: 0px 0px;
	font-size: 0.99em;
	font-family: Arial, Helvetica, sans-serif;
}

/*** HEAD ***/
#head {
	background-image:    url(bilder/hg.jpg);
}

/*** MENU ***/
#menu {
	font-family : Arial, sans-serif;
	font-size: 12px;
	width: 205px;

}
#menu ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu li {
	border-top: 1px solid #000000;
}
#menu li ul li {
	border: none;
}
#menu a {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
	height: 14px;
	padding: 2px 0 3px 8px;
	display: block;
	font-weight: bold;
}
#menu a:hover {
	color: #ffffff;
	background: #000000;

}
#menu a.active {
	color: #ffffff;
	background: #000000;
}
#menu ul li ul li a {
	font-weight: normal;
	padding: 1px 0 2px 10px;
}
/*** MAIN ***/
#main {
	width: 550;
}
#main h1 {
	color: #666666;
	padding-top: 0px;
	margin-top: 0px;


}
#main h2 {
	color: #666666;
}
#main h3 {
	color: #666666;
}
#main h4 {
	color: #666666;
}
#main h5 {
	color: #666666;
}
#main p {
	font-size: 0.88em;
}
#main ul, li {
}
#main li {
	list-style-type: disc;
	width: 490px;
	font-size: 0.88em;
}
#main li ul li {
	list-style-type: disc;
}

#main a {
	color: #41c6fb;
	text-decoration: none;

}
#main a:hover {
	color: #41c6fb;
	background: #fff7ae;
	text-decoration: underline;

}

/*** TERMINE ***/
#termine .date {
	font-size: 0.87em;
	font-weight: bold;
	vertical-align: top;
	color: #666666;
}
#termine hr {
	border-top: 1px solid #666666;
	background-color: #CCCCCC;
}
#termine .text {
	font-size: 0.87em;
	vertical-align: top;
}
.hinweis {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: blink;
}
.hinweis2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.hinweisartist {
	font-weight: bold;
	color: #333333;
	font-size: 1.35em;

}

