body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #fffdc6;
}

#main {
	background-image: url("/img/bg/bgtop.gif");	
	background-repeat: no-repeat;
    width: 900px;
    height:196px;
	margin: 0px auto;
	margin-top:20px;
}
#header {
	font-family:'Comic Sans MS', Arial, sans-serif;
	font-size : 18px;
	font-weight:bold;
	color : #E3951C;
	text-align: left;
	margin:0px auto;
	padding-top: 50px;
	margin-left:350px;
}

#contentwrap {
	background-image: url("/img/bg/bgmid.gif");
	background-repeat: repeat-y;
    width: 900px;
	margin: 0px auto;
	padding-top: -100px;
}

#content {
	width:595px;
	margin: 0px auto;
	margin-right:200px;	
	margin-top: -50px;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	min-height:400px;
	margin-bottom: 15px;
}

#nav {
	float:right;
	margin-right:50px;	
	font-size: 11pt;
	font-family:'Comic Sans MS', Arial, sans-serif;
	border-left: 4px dotted #E3951C;
	font-weight: bold;
}

#footer {
	background-image: url("/img/bg/bgbottom.gif");
	background-repeat: no-repeat;	
    width: 900px;
    height:319px;
	margin: 0px auto;
	margin-top: -15px;
}

#footnav {
	clear:both;
	padding-top: 200px;
	font-size: 11pt;
	font-family:'Comic Sans MS', Arial, sans-serif;
}

a.navlink:link, a.navlink:hover, a.navlink:visited, a.navlink:active {
	color: #E3951C;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #E3951C;
	text-decoration: none;
}

a:hover {
	color: #E3951C;
	text-decoration: underline;
}

#nav ul li {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
 	padding-bottom:10px;
}

#footnav ul li {
	list-style-type: none;
	display: inline;
	margin-left: 70px;
}

.imgborder {
	border: 1px solid #e39531;
}

/* Standard p-Abstand */
p {
	margin: 1em 0;
}

/*
 * Galerie
 */
.galerie_album {
	clear: left;
	padding-top: 5px;
	/* Abstand wie p */
	margin: 1em 0;
}

.galerie_row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.galerie_img {
	float: left;
	margin-right: 10px;
}

/*
 * Album
 */

.album_row {
	margin-bottom: 10px;
}

.album_img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*
 * Verwaltung
 */

.img_button {
	border: none;
}

/* td immer oben ausrichten */
td {
	vertical-align: top
}

/*
 * Events
 */

.event {padding-bottom: 20px;}
.event b {font-size: 11pt;}
