body {
	background: #2a2a2a; 
	font-size: medium; 
	font-family: "georgia", "times new roman", serif; 
	color: #333333; 
	padding-top: 2em;
}

#rahmen {
	background: white; 
	position: relative; 
	width: 90%; 
	border: solid 7px #fff; 
	background-color: #fff; 
	margin: 0 auto;
}

#titel {
	position: relative;

	background: #2B2B2B;
	margin-bottom: 3px;
	padding-left: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#menu {
	position: relative;
	background: #63CE72 url('pics/menubg.jpg') repeat-x top left;
	height: 3.5em;
	margin-bottom: 3px;
	color: white;
	padding-bottom: .5em;
}

#text {
	position: relative;
	background: white;
	margin-bottom: 3px;
	padding-left: 3.0em;
	padding-right: 15.0em;
	padding-top: 2.0em;
	padding-bottom: 2.0em;
}

#text a:link{
	color:black; 
	text-decoration:underline; 
}

#text a:visited{
	color:#5E9060; 
	text-decoration:underline; 
}

#pic {
	position: absolute;
	right: 6%;
	top: 7em;
	z-index: 99;
}

#aktuelles {
	float: left; 
	display: inline;
	margin-top: 20px;
	padding: 10px; 
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px black inset; 
	background-color: #FFCE31;
	width: 150px;
	z-index: 1000;
}

#hr {
	color: #5E9060;
}

#footer {
	position: relative;
	line-height: 24px;
	background: #63CE72 url('pics/impress.gif') repeat-x top left;
	padding-left: 3.0em;
	padding-right: 3.0em;
	vertical-align: middle;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#menu ul
{
	position: absolute;
	top: 1.1em;
}

#menu ul li
{
	position: relative;
	display: inline;
}

#menu ul li a
{
	padding: 0.5em 1.0em 0.5em 1.0em;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#menu ul li a.active
{
	background: #5E9060 url('pics/menuactive.jpg') repeat-x top left;
}

#workshop, vortrag, thworkshop
{
	background-color:	#5E9060;	
	color: white;
	font-weight: bold;
	padding: 3px;
	border: 1px inset black;
}
#vortrag 
{
	background-color:#FFCE31;
	color: white;
	font-weight: bold;
	padding: 3px;
	border: 1px inset black;
}
#thworkshop 
{
	background-color:#ff3333;
	color: white;
	font-weight: bold;
	padding: 3px;
	border: 1px inset black;
}
#ausgebucht
{
	color: red;
	right: 20px;
	font-style: italic;
}

