html {
	height: auto;
}
body {
	background-color: #952d08;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body, div, td, th, p {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
}


/*  Titel ##################################################### */
div.titel {
	z-index: 20;
	position: absolute;
	left: 0px;
	top: 15px;
	text-align: right;
	width: 414px;
	font-weight: bold;
}

div.vesak {
	font-size: 48px;
	color: #812200;
}

div.frankfurt {
	font-size: 14px;
	color: #ffb400;
}


/* Infos ##################################################### */
div.infos {
	z-index: 20;
	position: absolute;
	left: 446px;
	top: 47px;
	
	
}

div.fest {
	font-size: 14px;
	font-weight: bold;
	color: #812200;
}

div.datum {
	margin-top: 4px;
	font-weight: bold;
	color: #ffb400;
	font-size: 14px;
}


/* Menü ##################################################### */
div.menu {
	z-index: 10;
	position: absolute;
	left: 282px;
	top: 113px;
}

div.menupunkt {
	width: 130px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 2px;
	padding: 2px 0px;
}

div.menupunkt a  {
	color: #462f29;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 3px 0px;
	margin: 0px 2px;
}
div.menupunkt a:hover  {
	color: #fff;
	font-weight: bold;
	background-image: url('../images/bg-menu.jpg');
}
div.menupunkt a.aktiv  {
	color: #f59c28;
	font-weight: bold;

}


/* Inhaltsrahmen ##################################################### */
div.inhalt {
	z-index: 10;
	position: absolute;
	left: 414px;
	top: 71px;
}


div.weiss {
	width: 501px;
	background-color: #fff;
}

div.content {
	margin: 0px 30px;
	padding: 5px 0px;
}
		
/* Inhalt ##################################################### */		
h1 {
	color: #ab3f0f;
	font-size: 30px;
	margin: 5px 0px;
}

h2 {
	color: #f59c28;
	font-size: 18px;
}

h3 {
	color: #f59c28;
	font-size: 14px;
	font-weight: normal;
	margin: 3px 0px;
}

p {
	color: #555;
}

a {
	font-weight: bold;
	color: #f59c28;;
}

table.liste {
	width: 440px;
}

table.liste tr.ungerade th {
	color: #ab3f0f;
	background-color: #ffedde;
	padding: 3px;
	width: 80px;
}

table.liste tr.ungerade td {
	color: #ab3f0f;
	background-color: #fff2e9;
	padding: 3px;
}

table.liste tr.gerade th {
	color: #ab3f0f;
	background-color: #ffe4d4;
	padding: 3px;
	width: 80px;
}

table.liste tr.gerade td {
	color: #ab3f0f;
	background-color: #ffebdb;
	padding: 3px;
}

div.fusszeile {
	border-top: 1px solid #682d17;
	margin: 30px 0px;
}

div.drucken {
	float: left;
	margin: 5px;
}

div.impressum {
	float: right;
	margin: 5px;
}
		

/* Verlauf ##################################################### */
div.verlauf {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url('../images/gradient.jpg');
	height: 85px;
	width: 100%;
}
div.buddha {
	background-image: url('../images/buddha.jpg');
	background-repeat: no-repeat;
	width: 414px;
	height: 550px;
	position: fixed;
	bottom: 0px;
	left: 0px;
}
	