


/* <style type="text/css"> */


/* ---------------------
| Rahmenformatierungen |
--------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}


body {
	margin : 0;
	padding : 0;
	background-image: url(../_gfx/bg_body.jpg);
	background-repeat: repeat;
}

#container {
	width: 1075px;
	margin: auto;
	position: relative;
	margin-top: 0px;
	padding: 0px;
}

#navi {
	position: absolute;
	top: 100px;
	right: -3px;
}

#subnavi {
	position: absolute;
	top: 230px;	
	left: 0px;
	z-index: 250;
}

#center {
	width: 1075px;
	position: absolute;
	top: 265px;
	z-index: 100;
}

#middle {
	width: 1075px;
	background-image: url(../_gfx/bg_li.png);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
	clear: both;
	float: left;
	position: relative;
	
}

#footer {

		
	display: block;
	clear: both;
	margin:5px 0 30px 0;
	padding: 0;
	text-align: right;
	background-image: url(../_gfx/bg_footer2.png);
	width: 1075px;
	height: 157px;
	float: left;
	border-top:1px solid #D7B469;}

#space {
width:1000px;
height:5px;
display:block;
visibility:visible;
}


#content {
	width: 775px;
	padding: 60px 0 0 40px;
	background-image: url(../_gfx/border_content.jpg);
	background-repeat: repeat-y;
	background-position: right;
	min-height: 400px;
	float: left;
}

#column {
	width: 210px;
	margin: 0;
	float: left;
	padding: 90px 0 0 25px;
}

div#rock_gallery {
	width: 700px;
}

#box {
display:none;
}

#member {
	position: relative;
}


#text {
	float: left;
	width: 295px;
}

#member_pics {
	display: block;
	float: left;
	padding-left: 0px;
	width: 600px;}

#member_pics2 {
	display: block;
	float: left;
	padding-left: 0px;
	width: 450px;}

#unten {
	clear: both;
}

.th_member {
	width: 130px;
	float: left;
		margin: 0 15px 15px 0;	
}



/* -----------
| Navigation |
-------------- */

#navi ul {
	list-style-type: none;
}

#navi ul li{
	float: left;
	padding: 10px 8px 7px 8px;
	margin: 0 4px 0 0;
	background-image: url(../_gfx/bg_li.png);
	background-repeat: repeat;
}


#navi ul li a{
	font-size: 17px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #d7b469;
	text-decoration: none;
}

#navi ul li.active {
background-image: url(../_gfx/bg_li_active.png);
background-repeat: repeat;
}

#navi ul li.active a{
	color: #ffffff;
	
}

#navi ul li a:hover{
	color: #e9d6ae;
	
}

#subnavi ul {
	list-style-type: none;
}

#subnavi ul li{
	float: left;
	padding: 8px 7px 8px 7px;
	margin: 0 3px 0 0;
	background-image: url(../_gfx/bg_sub_li.png);
	background-repeat: repeat-x;
}

#subnavi ul li.active2{
	background-image: url(../_gfx/bg_sub_li_active.png);
	background-repeat: repeat-x;
}

#subnavi ul li.active2 a {
	color: #ffffff;
}


#subnavi ul li a{
	font-size: 15px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #d7b469;
	text-decoration: none;
}

#subnavi ul li a:hover{
	color: #e9d6ae;
}



/* ------------------
| Textformatierungen |
-------------------- */

#content h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 25px;
	color: #d7b469;
	margin: 0 0 40px 0;
	font-weight: normal;
} 

#content h2 {
font-size: 17px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #d7b469;
margin: 25px 0 20px 0;
font-weight: normal;
}

div#column div.column-round div.text h2 {
font-size: 17px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #d7b469;
margin: 0px 0 20px 0;
font-weight: normal;
}


#content p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
margin: 0 0 15px 0;
line-height: normal;
max-width: 575px;
padding-right: 35px;
}

div#column div.column-round div.text p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
margin: 0 0 15px 0;
line-height: normal;
}

div#column p {
	margin: 23px 0 10px 0;
}

#content ul {
	margin-left: 0;
	padding-left: 25px;
}

#content ul li {
	color: #E6B678;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#content ul li p{
	margin: 5px 0 5px 0;
	padding: 0;
}

#text p span {
	color: #d7b469;
}

div#rock_gallery p{
	margin-top: 10px;
}

/* ------------------
| Bildformatierungen |
-------------------- */

div#shirt_text{
margin-left:300px;
}

div#shirt_text form#form_anzahl input {
margin-left:245px;
margin-bottom:20px;
}

input#submit2 {
margin-bottom:50px;
}

img.load {
display:none;
}

img#pfeil_links{
	left:20px;
	bottom:110px;
	position:absolute;
	z-index:200;
	cursor:pointer;
}

img#pfeil_rechts{
	left:410px;
	bottom:110px;
	position:absolute;
	z-index:200;
	cursor:pointer;
}

img#pfeil_links:hover{
	opacity:0.5;
	bottom:108px;
}

img#pfeil_rechts:hover{
	opacity:0.5;
	bottom:108px;
}

img#logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
}

div#rock_gallery img{
	margin: 0px 10px 10px 0;
}

#hot_news {
	position: absolute;
	top: 10px;
	right: -20px;
}

img#tshirt {

position: absolute;
	bottom: 15px;
	right: -90px;
	z-index:90;	
	}

img#img_teamfoto {
visibility:hidden;
}

img#blitz_r {
	position: absolute;
	left:340px;
	bottom:30px;
	z-index:100;
}

img#blitz_l {
	position: absolute;
	left:-25px;
	bottom:30px;
}

img.band {
bottom:30px;
left:50px;
width:350px;
position:absolute;
}

img.band2 {
bottom:30px;
left:60px;
width:350px;
position:absolute;
}

img#facebook {
right:160px;
bottom:75px;
position:absolute;
}
/* ------------------
| Linkformatierungen |
-------------------- */

div#footer a#kontakt {
text-decoration:none;
position:absolute;
color:#FFF;
right:84px;
bottom:35px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
z-index:100;
}
div#footer a#kontakt:hover {
color:#D7B469;
}

div#footer a#impressum {
text-decoration:none;
position:absolute;
color:#FFF;
right:149px;
bottom:35px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}
div#footer a#impressum:hover {
color:#D7B469;
}

div#content p a {
color: #e8354a;
text-decoration: none;
}

div#column div.column-round div.text p a {
	color: #e8354a;
	text-decoration: none;
	margin-left: 5px;
}

div#column p a {
	color: #e8354a;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div#content ul li.admin a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content ul li a {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr td a {
	color: #ffffff;
}

a img {
	border: 0px none #000;
}

#footer p {
	margin: 0;
	padding: 10px 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #dddddd;
}

#footer p a {
	margin: 0;
	padding: 0;
	color: #dddddd;
	text-decoration: none;
}

#footer p a:hover {
	color: #D7B469;
}
/* ---------
| Allgemein |
---------- */

div#content hr {
width: 550px;	
border: 1px thin #eee;
margin: 15px 0 15px 0;
}

div#column hr {
width: 200px;	
border: 1px thin #eee;
margin: 15px 0 15px 0;
}

/* --------------
| Tabellen-Elemente |
----------------- */

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

td.formtext {
	padding: 5px 15px 5px 0;
}

td.formerror {
	color: #F00;
	padding: 5px 15px 5px 0;
}

td.eintrag {
	width: 75px;
}

td.eintrag_text {
	padding: 16px 0 0 0;
}

#content table tr td input{
	background-color: #CCC;
}

div#gaestebuch tr td {
	padding: 4px 6px 4px 0;
}

div#gaestebuch tr td input{
	width: 350px;
}

div#gaestebuch tr td input#eintrag_senden {
	width: 75px;
}

div#gaestebuch tr td input#eintrag_loeschen {
	width: 75px;
}

#content table textarea {
	width: 350px;
	background-color: #CCC;
}

#content table select {
	background-color: #CCC;
}

#content table option {
	padding-right: 10px;
}

td.play {
	padding: 0 15px 0 0;
	width: 17px;
}

td span {
	color: #d7b469;
}

form#form_anzahl p {
	margin: 15px 0 0 0;
	padding: 0;
}

form#form_anzahl table tr th {
	margin: 0;
	padding: 3px 6px 6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

form#form_anzahl table tr td {
	margin: 0;
	padding: 1px 7px 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

form#form_anzahl input {
	margin-bottom:10px;
}


/*Footer-Styles*/

	div#breadcrumb_navi {
	margin-top: 15px;
	margin-bottom: 25px;
	}
	
	#footer h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#fff;
	padding: 0;
	margin: 0 0 17px 0;
	}

#footer ul{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color:#fff;
padding: 0;
width: auto;
margin: 0 0 0 14px;}

#footer ul li{
color:#D7B469;
}

#footer ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color:#fff;
padding: 0;
margin: 0;
width: auto;
list-style-type: disc;
text-decoration:none;

}

#footer ul#footer li a:hover{
color:#D7B469;
}

#footer ul li h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color:#fff;
padding: 0;
margin: 0;
width: auto;
}

#footer p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color:#fff;
padding: 0;
margin: 0;
}

div#footer div#div_footer_left img#Pipe {
position:absolute;
left:358px;
}
	
#footer div#div_footer_right form div#Text {
float:left;
margin:0 0 20px 0;
}

#footer div#div_footer_right form div input#mainpage-suchbutton {
}

#footer ul#footer_ul {
color:#fff;
position:absolute;
bottom:90px;
right:450px;
font-size:12px;
text-align:left;
}

#footer ul#footer_ul li a:hover {
color:#D7B469;
}

div.addthis_toolbox addthis_default_style addthis_32x32_style {
position:relative;
}

div#wrapper{
position:absolute;
left:50px;
bottom:0;
margin:0;
padding:0;
}
