/* CSS Document */

body {
	background-color: #353430;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	text-align: center;
}
.noimages {
	display: none;
}
#wayofdarkness {
	margin: 0 auto;
	text-align: left;
	width: 833px;	
}
#header {
	background-image: url(/images/header.jpg);
	height: 192px;
	width: 833px;
}

#header_gon {
	position: relative; 
	left: 480px; 
	top: 150px; 
	width: 185px; 
	height: 35px; 
	cursor: pointer;
	float: left;
}
#header_hw {
	position: relative; 
	left: 675px; 
	top: 150px; 
	width: 135px; 
	height: 35px; 
	cursor: pointer;
}

#navigation {
	display: block;
	width: 833px;
	height: 24px;
	background-image: url(/images/navibackground.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#navigation ul {
	margin: 0;
	margin-left: 5px;
	padding: 0; 
	list-style-type: none;
}
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0; 
	float: left;
	background-image: url(/images/navi_spacer.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation a {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 15px; 
	vertical-align: middle;
	line-height: 24px;		
	margin-bottom: 0;	
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}		

#main {
	width: 833px;
	height: 537px;
	background-image: url(/images/main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px; 
	margin-bottom: -15px; 
}
#footer {
	width: 833px;
	height: 77px;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}

#scrollcontainer {
	width: 850px;
	height: 525px;
	overflow: auto;
}

#leftcolumn {
	float: left;
	width: 603px;
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-y;
	background-position: right;	
}
#rightcolumn {
	width: 184px;
	float: right;
	margin-right: 5px;
}

.entry {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}
.entry a {
	color: #FF3300;
}
.entry a:hover {
	background-color: #FFCC33;
}
.meldung {
	font-weight: bold;
	border: 1px solid #000000;
	padding: 4px; 
}

#inhalt {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	width: 793px;
	height: 520px;
}
#inhalt h1 {
	font-size: 13px; 
	font-weight: bold;
}

#inhalt a {
	color: #FF3300;
}
#inhalt a:hover {
	background-color: #FFCC33;
}

.headline {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
}
.dottedline {
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	font-size: 0px;
	line-height: 2px;
}
.dottedguestbook {
	background-image: url(/images/dotted.gif);
	background-repeat: repeat-x;
	height: 2px;
	width: 450px;
	font-size: 0px;
	line-height: 2px;
}

#bandtable td {
	border: 1px dotted #A6A6A4;
}

#partner {
	text-align: center;
}
#partner a, #partner img {
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;	
}
#partner a:hover, #partner img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.clear {
	clear: both;
}
#guestbook .left {
	margin-top: 3px;
	float: left;
	width: 150px;
}
#guestbook input {
	margin-top: 3px;
}
#guestbook textarea {
	margin-top: 3px;
	width: 170px;
	height: 50px;
}
.furtherlinks {
	float: right;
}

