body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #f5e3c4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#alter {
	margin:0 auto;
	background-image:url(../img/bg_index.jpg);
	position:relative;
	width:941px;
	height:504;
	z-index:1;
}
#content {
	margin:0 auto;
	position:relative;
	width:941px;
	z-index:1;
}
#head {
	width:941px;
	z-index:1;
}
#navi {
	width:941px;
	z-index:1;
}
#sitehead {
	background-image:url(../img/bg_oben.jpg);
	height: 26px;
	width:941px;
	z-index:1;
}
#site {
	background-image:url(../img/bg.jpg);
	width:941px;
	z-index:1;
}

#inhalt {
	padding: 20px 40px 20px 40px;
	
	
}
#bottom {
	background-image:url(../img/bg_unten.jpg);
	height:83px;
	width:941px;
	z-index:1;
}

#bottom a, #bottom a:link, #bottom a:active {
	font-size: 10pt;
}

a, a:link, a:active {
	color: black;
	text-decoration: underdline;
	font-weight: normal;
}

a.hover, a:hover {
	text-decoration: none;
}
	
.titel {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 21px;
	color: #862A2D;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 24pt;
	color: #862A2D;
	margin: 0 0 10px 0;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

.album  {
	text-align: left;
	padding: 10px;
	border-top: 25px;
	
}

.album td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.album a {
	font-size: 10pt;
}

/*Veranstaltungen*/

div.veranstaltungen {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

div .veranstaltungen img {
	width: 250px;
}

div.veranstaltungen .links {
	float: left;
	width: 30%;
	margin: 0;
	padding: 0;
}

div.veranstaltungen .rechts {
	float: right;
	width: 30%;
	margin: 0;
	padding: 0;
}

div.veranstaltungen .mitte {
	float: left;
	width: 30%;
	margin: 0 42px 0 42px;
	padding: auto;
	text-align: center;	
}

div.veranstaltungen_2 {
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

div .veranstaltungen_2 img {
	width: 450px;
}
div.veranstaltungen_2 .links {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.veranstaltungen_2 .rechts {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: right;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Veranstaltungen */

#veranstaltungen {
	width: 800px;
}

#veranstaltungen table {
	border: none;
	padding: 0;
	margin: 0;
}

#veranstaltungen td.hoch {
	width: 200px;
	vertical-align: top;
	padding: 0 20px 20px 0;
}

#veranstaltungen td.breit {
	width: 350px;
	vertical-align: top;
	padding: 0 20px 10px 0;	
}

#veranstaltungen .title {
	font-weight: bold;
	margin: 0 0 15px 0;
}

#veranstaltungen .data {
	font-size: 8pt;
	font-weight: normal;
}