@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body{
text-align: center;
background-image:url(../images/header_pattern.jpg);
background-repeat: repeat-x;
}

#wrapper{
position: relative;
margin-left: auto;
margin-right: auto;
width: 760px;
}

#footer{
margin-top: 30px;
width: 100%;
background-color: #333333;
}
.clearfloat{
clear: both;
}

#footer_content{
position: relative;
margin-left: auto;
margin-right: auto;
width: 760px;
height: auto;
}

#footer_left{
width: 490px;
float: left;
}

#footer_right{
width: 270px;
float: right;
}

#left{
width: 490px;
float: left;
margin: 0;
}

#right{
width: 270px;
float: right;
margin: 0;
}

#header_left{
width: 490px;
height: 258px;
background-image:url(../images/header_links.jpg);
background-repeat: no-repeat;
margin: 0;
}

#header_right{
width: 270px;
height: 440px;
background-image:url(../images/header_rechts.jpg);
background-repeat: no-repeat;
margin: 0;

}
#flashcontent{
width: 270px;
height: 440px;
background-image:url(../images/header_rechts2.jpg);
margin: 0;

}

#content_left{
margin-top: 45px;
padding-left: 65px;
}

#sidebar{
width: 270px;
margin-bottom: 100px;
}

#sidebar p, #sidebar h2, #sidebar div, #sidebar ul{
padding-left: 50px;
width: 210px;
}


/* +++++++++++++++++ BEGIN NAVIGATION +++++++++++++++++ */
#navigation{
padding-top: 225px;
}

#nav {
	position: relative;
	width: 490px;
	overflow: hidden;
}

#nav a {
		display: block;
		height: 45px;
		/*padding: 10px 19px 20px;*/
		color: #fce6c0;
		background: transparent url(../images/menue.gif) no-repeat;
		font: normal16px 'ArialNarrow', 'Arial Narrow', 'Lucida Sans', sans-serif;
		overflow: hidden;
		text-decoration: none;
		text-transform: uppercase;
		text-indent: -1000em;
	}
		#nav .holder { width: 65px;  background-position: 0 -15px; }
		#nav .current .holder,
		#nav .holder:hover { background-position: 0 -75px; }
		
		
		
		#nav .neues { width: 65px; background-position: -65px -15px;  }
		#nav .current .neues,
		#nav .neues:hover { background-position: -65px -75px; }



		#nav .band { width: 55px; background-position: -130px -15px; }
		#nav .current .band,
		#nav .band:hover { background-position: -130px -75px; }



		#nav .termine { width: 87px; background-position: -185px -15px; }
		#nav .current .termine,
		#nav .termine:hover { background-position: -185px -75px; }



		#nav .fotos { width: 54px; background-position: -272px -15px; }
		#nav .current .fotos,
		#nav .fotos:hover { background-position: -272px -75px; }



		#nav .media { width: 66px; background-position: -326px -15px; }
		#nav .current .media,
		#nav .media:hover { background-position: -326px -75px; }



		#nav .gaestebuch { width: 98px; background-position: -392px -15px; }
		#nav .current .gaestebuch,
		#nav .gaestebuch:hover { background-position: -392px -75px; }
						
	#nav li {
		float: left;
		padding: 0;
		list-style-type: none;
	}
	ul{
		padding: 0;
	}
/* ----------------- END NAVIGATION ------------------- */

hr {
	}
	
	
.hr_iehack {
	border: none;
	background-image: url(../images/hrline.gif);
	height:90px;
	width: 425px;
	overflow: hidden;
}
.hr_iehack hr {
	display: none;
}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
/* ----------------- BEGINN COMMENTS ------------------- */


.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentform textarea {
	width: 400px;
	padding: 10px;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
/* ----------------- END COMMENTS ------------------- */

.gal_rew {
float: left;
width: 150px;
height: 170px;
text-align: right;
margin-bottom: 50px;
}
.gal_forw {
float: right;
width: 150px;
height: 170px;
text-align: left;
margin-bottom: 50px;
}

.spacer {
height: 130px;
}