


html {overflow-y: scroll;}

body {
	background-color: #181716;
	
	font-size:0.9em;	
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	color:#999;
	
	margin: 0px;
	}
	
img {
	border:0px;
	outline:none;
	}
	
#wrapper {
	width: 900px;
	margin: 30px auto 10px auto;
	}

#black {
	background-image: url(../images/bg.png);
	margin: 0px;
	}

#head {
	width: 900px;
	height: 97px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position:3px 3px;
	
	border-width:1px;
  	border-style:solid;
  	border-color:#bdaa84;

	}
	
#menue{
	width: 150px;
	float: left;
	margin:0px 0px 0px 5px;
	}
	
ul#navi {
	list-style-type: none;
	margin-left:-40px;
	margin-top:20px;
	}
	
#content {
	margin:10px 10px 10px 15px;
	width: 720px;
	float: left;
}

.dotline {
	padding:3px 0px 3px 0px;
	border-bottom: 1px dotted #515150;
	}
	
#footer {
	font-size:0.8em;	
	color:#999;
	}
	
.footerlink a:link, .footerlink a:visited, .footerlink a:active, .footerlink a:hover {
	color:#ab9642;
	text-decoration:underline;
	}

.navlink a:link, .navlink a:visited, .navlink a:active {color:#999; text-decoration:none;}

.navlink a:hover {color:#372713; text-decoration:none;}

#divnavmiddle {
	padding:3px 3px 3px 5px;
	border-top: 1px solid #333;
	}
	
#divnavend {
	padding:3px 3px 3px 5px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	}

#divnavstart {
	padding:3px 3px 3px 5px;
	border-top: 1px solid #333;
	}

#divnavmiddle:hover, #divnavstart:hover, #divnavend:hover {
	background-color:#fee69c;
	}
	
#frontpic {
	width: 269px;
	height: 296px;
	float: left;
	}

#frontcont {
	float: left;
	padding: 0px 0px 0px 20px;
	width: 400px;
}

#stephan {
	width: 430px;
	text-align: center;
	font-family: 'Radley', serif;
	font-size:4em;
	color:#ab9642;	
	margin: 0px 0px 10px 0px;
	}
	
#lastnews {
	background-color: #181716;
	font-weight: bold;
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	margin-top:-1px;
}

#lastinnews {
	margin-top:6px;
	margin-left:6px;
	margin-bottom:6px;
}

#lastnews:hover {
	background-color: #fee69c;
	border-bottom: 1px solid #372713;
	border-top: 1px solid #372713;
	font-weight: bold;
}

.llastnews a:link, a:link {
	color:#ab9642;
	text-decoration:none;
}

.llastnews a:visited, a:visited {
	color:#ab9642;
	text-decoration:none;
}

.llastnews a:hover, a:hover {
	color:#372713;
	text-decoration:none;
}

.llastnews a:active, a:active{
	color:#372713;
	text-decoration:none;
}

#verschoben{
	text-align:right; 
	margin-right:10px;
	margin-top:5px;
}

#title {
	text-align: left;
	font-family: 'Radley', serif;
	font-size:4em;
	color:#ab9642;	
	margin: 0px 0px 20px 10px;
	}
	
#musictitle {
	text-align: left;
	font-family: 'Radley', serif;
	font-size:1.5em;
	color:#ab9642;	
	}
	
#titledate {
	text-align: left;
	font-family: 'Radley', serif;
	font-size:2em;
	color:#ab9642;	
	margin: 0px 0px 10px 10px;
	}
	
	
.kontakttable {
	margin-left: 50px;
	}
	
	.but {
		min-width: 75px;
	 	height: 25px;
	 	color:#dedede;
	 	text-shadow: #000 0px 1px 1px;
	 	
	 	border: 1px solid #7d7d7d;
	 	border-top: 1px solid #b0b0b0;
	 	
	 	background: #302f2f;
		background:-moz-linear-gradient(top,  #676767, #302f2f);
		background:-webkit-gradient(linear, left top, left bottom, from(#676767), to(#302f2f));
	 	
	 	-moz-border-radius:30px;
		-khtml-border-radius:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
		
		-moz-box-shadow: 0 1px 1px black;
		-webkit-box-shadow: 0 1px 1px black;
	 	box-shadow: 0 1px 1px black;
		}
		
	.but:hover {
		cursor:pointer;
	 	color:#fff;
	 		 	
		background:-moz-linear-gradient(top,  #91949a, #262525);
		background:-webkit-gradient(linear, left top, left bottom, from(#91949a), to(#262525));
		}
		
	.but:active {		 	
		background:-moz-linear-gradient(top,  #262525, #91949a);
		background:-webkit-gradient(linear, left top, left bottom, from(#262525), to(#91949a));
		}

	.textfeld {
		padding:5px 10px 5px 10px;
		width: 90%;
	 	height: 25px;
	 	color:#fff;
		
		font-size:1em;	
		font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif; 
	
		border: 1px solid #000;
	
		background: #333;
	
		-moz-border-radius:5px;
		-khtml-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		}
		
	.textfeldd {
		padding:5px 10px 5px 10px;
		width: 60%;
	 	height: 150px;
	 	color:#fff;
		
		font-size: 15px;
	
		border: 1px solid #000;
		
		font-size:1em;	
		font-family:'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif; 
	
		background: #333;
			
		-moz-border-radius:5px;
		-khtml-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		}
		
a.butlink:link, a.butlink:visited, a.butlink:active {color:#dedede;}
	
	.butlink {
		font-size:0.6em;
	 	color:#dedede;
	 	text-shadow: #000 0px 1px 1px;
	 	padding: 2px 5px 2px 5px;
	 	
	 	text-decoration:none;
	 	
	 	border: 1px solid #7d7d7d;
	 	border-top: 1px solid #b0b0b0;
	 	
	 	background: #302f2f;
		background:-moz-linear-gradient(top,  #676767, #302f2f);
		background:-webkit-gradient(linear, left top, left bottom, from(#676767), to(#302f2f));
	 	
	 	-moz-border-radius:30px;
		-khtml-border-radius:30px;
		-webkit-border-radius:30px;
		border-radius:30px;
		
		-moz-box-shadow: 0 1px 3px black;
		-webkit-box-shadow: 0 1px 3px black;
	 	box-shadow: 0 1px 3px black;
		}
		
	.butlink:hover {
		cursor:pointer;
	 	color:#fff;
	 	
	 	text-decoration:none;
	 		 	
		background:-moz-linear-gradient(top,  #91949a, #262525);
		background:-webkit-gradient(linear, left top, left bottom, from(#91949a), to(#262525));
		}
		
	.butlink:active {		 	
		background:-moz-linear-gradient(top,  #262525, #91949a);
		background:-webkit-gradient(linear, left top, left bottom, from(#262525), to(#91949a));
		
		text-decoration:none;
		}
		
		
/*#### KIRCHEN ####*/
#kirche1 {
	height:30px;
	width:30px;
	position:absolute;
	margin: 30px 0 0 20px;
}

#kirche1:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 10px 0 0 -25px;
	background:url(/include/designs/steve/images/01.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}


#kirche2 {
	height:30px;
	width:20px;
	position:absolute;
	margin: 30px 0 0 270px;
}

#kirche2:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 10px 0 0 217px;
	background:url(/include/designs/steve/images/02.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#kirche3 {
	height:30px;
	width:20px;
	position:absolute;
	margin: 32px 0 0 370px;
}

#kirche3:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 12px 0 0 322px;
	background:url(/include/designs/steve/images/03.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#kirche4 {
	height:20px;
	width:10px;
	position:absolute;
	margin: 44px 0 0 433px;
}

#kirche4:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 15px 0 0 375px;
	background:url(/include/designs/steve/images/04.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#kirche5 {
	height:33px;
	width:15px;
	position:absolute;
	margin: 34px 0 0 466px;
}

#kirche5:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 10px 0 0 414px;
	background:url(/include/designs/steve/images/05.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#kirche6 {
	height:30px;
	width:20px;
	position:absolute;
	margin: 37px 0 0 520px;
}

#kirche6:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 10px 0 0 465px;
	background:url(/include/designs/steve/images/06.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#kirche7 {
	height:30px;
	width:20px;
	position:absolute;
	margin: 37px 0 0 727px;
}

#kirche7:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 15px 0 0 676px;
	background:url(/include/designs/steve/images/07.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#steve {
	height:30px;
	width:20px;
	position:absolute;
	margin: 37px 0 0 233px;
}

#steve:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 20px 0 0 185px;
	background:url(/include/designs/steve/images/stephan.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#rathaus {
	height:30px;
	width:20px;
	position:absolute;
	margin: 37px 0 0 550px;
}

#rathaus:hover {
	height:50px;
	width:125px;
	position:absolute;
	margin: 15px 0 0 497px;
	background:url(/include/designs/steve/images/rathaus.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

#reptitle {
	float: left;
	text-align: left;
	font-family: 'Radley', serif;
	font-size:3em;
	color:#ab9642;	
	margin: 0px 0px 20px 85px;
	width:200px;
	}