* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-color: #660000;
	overflow-y: scroll;
}

@font-face {
	font-family: "Comic Sans MS";
	src: local("Comic Sans MS"), url(schrift/Comic Sans MS.ttf) format(TrueType);
}

a {
	color: #dc7c12;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	text-decoration: none;
	color: #dc7c12;
	font-weight: 900;
}

img {
	border: none;
}

#all {
	position: relative;
	width: 925px;
	height: auto;
	min-height: 500px;
	border:solid 0px #000;
}

#header {
	position: relative;
	width: 925px;
	height: 187px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 27px 26px;
	border: solid 0px #000;
}

#content {
	position: relative;
	top: 0;
	left: 0;
	min-height: 350px;
	height: auto;
	margin: 0 0 0 225px;
	padding: 0 0 60px 0;
	overflow: visible;
	border-bottom: solid 1px #dc7c12;
}

h1 {
	position: relative;
	margin: 23px 0 0 75px;
	width: 400px;
	height: 54px;
	border: solid 0px #000;
}

hr {
    color: #dc7c12;
}

#hr {
	border: solid 0px #000;
	width: 425px;
	height: 3px;
	margin: 4px 0 30px 280px;
	text-align: center;
        color: #dc7c12;
}

p {
	position: relative;
	margin: 20px 0 0 95px;
	border: solid 0px #000;
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	color: #dc7c12;
	font-size: 12pt;
	font-weight: 500;
}

#content_bild {
	position: absolute;
	top: -50px;
	left: 500px;
	border: solid 0px #000;
}

#content_bild_hinter_f {
	position: absolute;
	top: -50px;
	left: 530px;
	border: solid 0px #000;
}

#content_bild_g_oben {
	position: absolute;
	top: -65px;
	left: 580px;
	border: solid 0px #000;
}

#content_bild_g_unten {
	position: absolute;
	top: 101px;
	left: 628px;
	border: solid 0px #000;
}

#bg_contentbild_g {
	position: absolute;
	top: 120px;
	left: 225px;
	border: solid 0px #000;
}

#bg_contentbild_k {
	position: absolute;
	top: 457px;
	left: 145px;
	z-index: 0;
	border: solid 0px #000;
}

#nav {
	position: absolute;
	top: 186px;
	left: 0;
	width: 220px;
	height: 343px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	background-position: 27px 0px;
	border: solid 0px #000;
}

div#nav ul {
	position:absolute;
	top:0;
	left:0;
	height:230px;
	width:180px;
	padding:0;
	margin: 110px 0 0 45px;
	list-style:none;
	border:solid 0px #990;
}

/* --- Home Nav --- */
li#home a {
	display: block;
	position: absolute;
	top: 0px;
	background: url(images/home.png) no-repeat;
	height: 50px;
	width:  180px;
	padding: 0;
	text-decoration: none;
	text-align: left;
	border: solid 0px #000;
	overflow: visible;
}

li#home img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#home a:hover img {
	visibility: visible;
	overflow: visible;
}

li#home a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Home Nav_a --- */
li#home_a a {
	display: block;
	position: absolute;
	top: 0px;
	background: url(images/home_h.png) no-repeat;
	height: 50px;
	width: 180px;
	padding: 0;
	text-decoration: none;
	text-align: left;
	border: solid 0px #000;
	overflow: visible;
}

li#home img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#home a:hover img {
	visibility: visible;
	overflow: visible;
}

li#home a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}


/* --- Musikertermine Nav --- */
li#musikertermine a {
	display:block;
	position: absolute;
	top: 30px;
	background: url(images/musikertermine.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#musikertermine img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#musikertermine a:hover img {
	visibility: visible;
	overflow: visible;
}

li#musikertermine a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Musikertermine Nav_a --- */
li#musikertermine_a a {
	display:block;
	position: absolute;
	top: 30px;
	background: url(images/musikertermine_h.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#musikertermine img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#musikertermine a:hover img {
	visibility: visible;
	overflow: visible;
}

li#musikertermine a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Events Nav --- */
li#events a {
	display:block;
	position: absolute;
	top: 60px;
	background: url(images/events.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#events img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#events a:hover img {
	visibility: visible;
	overflow: visible;
}

li#events a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Events Nav_a --- */
li#events_a a {
	display:block;
	position: absolute;
	top: 60px;
	background: url(images/events_h.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#events img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#events a:hover img {
	visibility: visible;
	overflow: visible;
}

li#events a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Fotoalbum Nav --- */
li#fotoalbum a {
	display:block;
	position: absolute;
	top: 90px;
	background: url(images/fotoalbum.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#fotoalbum img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#fotoalbum a:hover img {
	visibility: visible;
	overflow: visible;
}

li#fotoalbum a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Fotoalbum Nav_a --- */
li#fotoalbum_a a {
	display:block;
	position: absolute;
	top: 90px;
	background: url(images/fotoalbum_h.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#fotoalbum img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#fotoalbum a:hover img {
	visibility: visible;
	overflow: visible;
}

li#fotoalbum a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}


/* --- Gaestebuch Nav --- */
li#gaestebuch a {
	display:block;
	position: absolute;
	top: 120px;
	background: url(images/gaestebuch.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#gaestebuch img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#gaestebuch a:hover img {
	visibility: visible;
	overflow: visible;
}

li#gaestebuch a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Gaestebuch Nav_a --- */
li#gaestebuch_a a {
	display:block;
	position: absolute;
	top: 120px;
	background: url(images/gaestebuch_h.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#gaestebuch img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#gaestebuch a:hover img {
	visibility: visible;
	overflow: visible;
}

li#gaestebuch a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Impressum Nav --- */
li#impressum a {
	display:block;
	position: absolute;
	top: 150px;
	background: url(images/impressum.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#impressum img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#impressum a:hover img {
	visibility: visible;
	overflow: visible;
}

li#impressum a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Impressum Nav_a --- */
li#impressum_a a {
	display:block;
	position: absolute;
	top: 150px;
	background: url(images/impressum_h.png) no-repeat;
	height: 50px;
	width:  180px;
	padding:0;
	text-decoration:none;
	text-align:left;
	border: solid 0px #000;
	overflow: visible;
}

li#impressum img {
	display: block;
	width: 180px;
	height: 50px;
	visibility: hidden;
}

li#impressum a:hover img {
	visibility: visible;
	overflow: visible;
}

li#impressum a:hover {/* workaround fuer IE 5.5 und 6 */
	border: 0;
}

/* --- Fotoalbum --- */
#fotoalbum_seite {
	border: solid 1px #d4d4d4;
	width: 500px;
	height: 462px;
	padding: 5px;
	margin: 30px 0 0 95px;
	background-color: #efefef;
}

/* --- Gaestebuch --- */
#gaestebuch_seite {
	border: dotted 1px #96d53c;
	width: 650px;
	height: auto;
	min-height: 600px;
	margin: 80px 0 0 50px;
	padding: 5px;
	background-color: #c9e756;
}
