body {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	background-color: #C1820A;
	text-align: center;
}
#alles {
	position:absolute;
	top:50%;
	left: 50%;
	border: 1px solid black;
	background-image: url(hintergrund.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 599px;
	margin: -290px 0px 0px -495px;
	text-align: left;
	padding-top: 0px;
}
h1 {
	font-size: 155%;
	line-height: 110%;
	font-weight: normal;
	padding:0;
	margin-top:10px;
}
h2 {
	font-size: 125%;
	font-weight: normal;
}
h3 {
	font-size: 105%;
	font-style: italic;
	font-weight: normal;
}
a {
	color: Black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #7B3D0F;
}
/* Navi*/
#navi {
	width: 240px;
	float: left;
	margin: 20px 0 0 0;
	list-style: none;
	padding: 0;
}
#navi a {
	color: Black;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}
#navi a:hover {
	padding: 0 5px 0 0;
	border: 5px solid #C1820A;
	border-width: 0 5px 0 0;
}
/* Navi Elemente verschieben*/
#navi li {
	position: absolute;
	left: 80px;
}
#navi #e1 {top: 130px;}
#navi #e2 {top: 175px;}
#navi #e3 {top: 240px;}
#navi #e4 {top: 278px;}
#navi #e5 {top: 317px;}
#navi #e6 {top: 383px;}
#navi #e7 {top: 425px;}
#navi #e8 {top: 490px;}
#navi #e9 {top: 530px;}

/* Content*/
#content {
	width: 500px;
	height: 550px;
	margin: 20px 0 0 250px;
	padding-top: 0px;
	overflow:auto;
	line-height: 130%;
}
#content * {
	margin-right: 10px;
}
* html #content {
	width: 510px;
} 
/*Startseite*/
#index_foto {
	float:right;
	border: 1px solid Black;
}
#index_h1 {
	margin-top: 240px;
}
/*Bilder*/
img.img_left {
	float: left;
	border: 1px solid Black;
	margin: 5px;
}
img.img_right {
	float: right;
	border: 1px solid Black;
	margin: 5px;
}
/*Tabelle (Termine)*/
#content table {
	border: 1px solid #B47B0F;
	background-color: #B48852;
	border-collapse: collapse;
	border-spacing: 0px;
	padding:0;
}
#content table td {
	padding: 5px;
	border:1px solid #B47B0F;
}
#content table th {
	background-color: #B47B0F;
	text-align: left;
	border:1px solid #B47B0F;
	font-size: 90%;
}
#content table th.date {
	text-align: center;
	}
span.annotation {
	font-size: 70%;
}
p.annotation {
	font-size: 80%;
}
.center {
	text-align: center;
}
.kantate {
	font-weight: bold;
}
/*PDF Logo*/
a img {
	border: 0;
	}
