h2.firsthead
{
	margin-top:0px;
}
h3, h4
{
	color:#FFB269;
}
h4.programm
{
	margin-bottom:0pt;
}
body
{
	background-color:#FFF1A3;
}
#pagecenter
{
	position:absolute;
	width:780px;
	margin-left:-390px;
	left:50%;
	margin-top:10px;
	background-color:#800000;
	padding:0px;
}
#header
{
	width:778px;
	height:128px;
	/* border:solid red 1px; */
	padding:1px; /* ohne padding, margin oder Rahmen fallen die Boxen zusammen wenn Sie nicht gefloatet sind ! */
	margin:0px;
	background:url('./images/header.jpg');
}
#header h1
{
	font-family:arial, helvetiva;
	font-size:18pt;
	font-weight:bold;
	color:#FFB269;
	text-decoration:none;
	text-align:center;
	height:30px;
	width:60px;
	margin-top:-8px;
	margin-left:0px;
	top:50%;
	left:50px;
	position:relative;
	border:none;
}
#menu
{
	position:relative;
	top:0px;
	width:780px;
	/* border:solid red 1px; */
	background-color:#FFD700;
	margin:0px;
	padding:0px;
}
#menu ul
{
	position:relative;
	width:520px;
	margin:0px; 
	margin-left:-260px;
	left:50%;
	/* margin auto zentriert Elemente im Elternelement geht nicht mit IE 5 und 5.5 */
	padding:0px;
	height:24px;
}
#menu ul li
{
	display:block;
	float:left;
	position:relative;
	/* margin:auto; */
	margin:0px;
	padding:0px;
	height:24px;
}
#menu ul a
{
	display:block;
	overflow:hidden; /* verhindert dass zu hoher Text das Element vergrößert */
	font-family:arial, helvetiva;
	font-size:0.9em;
	font-weight:bold;
	color:#800000;
	text-decoration:none;
	width:85px;
	text-align:center;
	line-height:170%; /* drückt den Text von oben in den Block */
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:24px;
	background-color:#FFD700;
	
	/*
	display:block;
	font-family:arial, helvetiva;
	font-size:0.9em;
	font-weight:bold;
	color:#800000;
	text-decoration:none;
	width:80px; 
	text-align:center;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	height:20px;
	background-color:#FFD700;
	*/
}
#menu ul a:hover
{
	color:#800000;
	background-color:#C17D08;
}
#clearfloat
{
	float:none;
	clear:both;
	width:1px;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	height:0px;
}
#twocolumncontainer
{
	width:780px;
	background:url('./images/bg.gif') repeat-y;
	position:relative;
	top:0px;
	padding-top:20px;
}
#image
{
	float:left;
	width:290px;
	height:670px;
	min-height:670px;
	padding:0px;
	margin:0px;
	background:url('./images/lama.jpg');
	background-repeat:no-repeat;
}
#content
{
	font-family:arial, helvetiva;
	font-size:11pt;
	font-weight:normal;
	color:white;
	width:450px;
	min-height:670px;
	padding:0px;
	padding-top:15px;
	padding-bottom:20px;
	margin:0px;
	margin-left:290px;
}
#footer
{
	font-family:arial, helvetiva;
	font-size:10pt;
	font-weight:normal;
	color:white;
	width:780px;
	padding:0px;
	background-color:#800000;
	border-bottom:#FFF1A3 solid 20px;
	text-align:center;
}
#description /* Beschreibung anstatt des Bildes in der linken Spalte des Inhaltsbereichs */
{
	position:absolute;
	left:-3000px;
	top:0px;
}
ul.sitenavigation
{
	list-style-type:circle;
	margin:0px;
	padding:0 0 0 17px;
	color:#FFB269;
}
ul.sitenavigation a, a
{
	font-family:arial, helvetiva;
	font-size:11pt;
	font-weight:normal;
	color:#FFB269;
	text-decoration:none;
}
ul.sitenavigation a:hover, a:hover
{
	text-decoration:underline;
}
.toplink
{
	text-align:right;
}
ol.loweralpha
{
	list-style-type:lower-alpha;
}
ol li
{
	margin-bottom:1em;
}
hr {
	color:#FFF1A3;
	background-color:#FFF1A3;
	height:1px;
	border:none;
	margin-top:1.4em;
}
/* CSS für die Bildergalerie */
ul gallery * ul.gallery li p, ul.gallery li p, ul.gallery{
	margin:0;
	padding:0;
}
ul.gallery
{
	list-style:none;
	margin-top:25px;
	margin-left:0px;
}
ul.gallery li
{
	float:left;
	margin:0px 15px 20px 0px;
	width:122px;
	height:140px;
	line-height:0;
	background: #800000;
}
ul.gallery li a
{
	position:relative;
	margin:auto;
	width:120px;
	margin-top:0px;
	padding:1px;
	display:block;
}
ul.gallery li a:hover
{
	border:1px solid #ffffff;
	padding:0;
}
ul.gallery li a:hover span
{
	display:block;
	position:absolute;
	height:18px;
	width:18px;
	bottom:0px;
	right:0px;
	border:none;
	background: url(./images/lupe.gif) no-repeat;
}
ul.gallery li a span
{
	display:none;
}
ul.gallery li p
{
	line-height:140%;
	padding:3px;
	margin:0 auto;
	font-size:0.8em;
	font-weight:normal;
	width:120px;
	color:#ffffff;
	text-align:center;
}
#programm  td
{
	font-size:0.8em;
}
#programm tr
{
	vertical-align:top;
}
#programm tr td
{
	padding-bottom:5px;
}