
body {
	margin: 0;
	background: #b6ccab url(../grafiken/bg-wide.jpg) repeat-y;
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #161616;
	font-size: 11px; 
}

#bg-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 431px;
	height: 913px;
	background: url(../grafiken/bg-left-coffee-note.jpg);
	z-index: 0;
}

#bg-right {
	position: absolute;
	left: 431px;
	top: 0;
	width: 566px;
	height: 913px;
	background: url(../grafiken/bg-right-wide.jpg);
	z-index: 0;
}

#navi-news {
	position: absolute;
	top: 100px;
	left: 129px;
	width: 41px;
	height: 8px;
	z-index: 1;
}

#navi-band {
	position: absolute;
	top: 122px;
	left: 167px;
	width: 36px;
	height: 8px;
	z-index: 1;
}

#navi-lyrics {
	position: absolute;
	top: 104px;
	left: 189px;
	width: 46px;
	height: 8px;
	z-index: 1;
}

#navi-termine {
	position: absolute;
	top: 118px;
	left: 244px;
	width: 59px;
	height: 8px;
	z-index: 1;
}

#navi-fotos {
	position: absolute;
	top: 96px;
	left: 343px;
	width: 42px;
	height: 8px;
	z-index: 1;
}

#navi-audio {
	position: absolute;
	top: 116px;
	left: 316px;
	width: 43px;
	height: 8px;
	z-index: 1;
}

#navi-kontakt {
	position: absolute;
	top: 138px;
	left: 217px;
	width: 60px;
	height: 8px;
	z-index: 1;
}

#main-content {
	position: absolute;
	top: 60px;
	left: 463px;
	width: 505px;
	z-index: 1;
	text-align: justify;
	padding-bottom: 30px;
}

	#main-content img.border {
		border: 3px solid #B6CCAB;
		margin: 10px 0;
		display: block;
	}


/* ----------------- */

a:link,
a:visited,
a:active {
	color: #7c8b75;
	text-decoration: none;
}

a:hover {
	color: #a0bbd6;
	text-decoration: underline;
}

h1 {
	font-size: 30px;
	color: #bdbdbd;
	font-weight: normal;
	margin: 0 0 20px 0;
}

html > body h1 {
	margin: 0 0 20px -4px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 15px 0;
}

/* ----- Blog ----- */

#main {
	text-align: left;
}

#main h2 {
	margin: 10px 0;
}

a.note {
	padding-right: 15px;
	background: url(../grafiken/note.gif) right no-repeat;
}

#main h3 {
	margin: 0;
}