@charset "utf-8";
/* CSS Document */

/* Body */
body {
	background-image:url(gfx/back2.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#000000;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

a, a:visited {
	text-decoration:underline;
	color: #AA0000;
}
a:hover, a:active {
	text-decoration:none;
}

/*Header*/
div#header {
	position: relative;
	width: 897px;
	height: 423px;
	top: 0px;
	background-image:url(gfx/header.jpg);
	background-position:center;
	left: 50%;
	margin-left: -449px;
	text-align: center;
}
/*Header-Navigation*/
div#header #navi {
	position:absolute;
	top:50px;
	left: 25px;
	width: 470px;
	height: 330px;
}
div#header #navi a, div#header #navi a:hover, div#header #navi a:active, div#header #navi a:visited {
	text-decoration: none;
}
div#header #navi #navibutton1 {
	position: absolute;
	top: 20px;
	left: 170px;
	width: 111px;
	height: 53px;
	background-image: url(gfx/navigationHeader/home.png);
}
div#header #navi #navibutton1:hover {
	background-image: url(gfx/navigationHeader/home_glow.png);
}
div#header #navi #navibutton2 {
	position: absolute;
	top: 35px;
	left: 310px;
	width: 108px;
	height: 53px;
	background-image: url(gfx/navigationHeader/band.png);
}
div#header #navi #navibutton2:hover {
	background-image: url(gfx/navigationHeader/band_glow.png);
}
div#header #navi #navibutton3 {
	position: absolute;
	top: 109px;
	left: 217px;
	width: 129px;
	height: 38px;
	background-image: url(gfx/navigationHeader/contact.png);
}
div#header #navi #navibutton3:hover {
	background-image: url(gfx/navigationHeader/contact_glow.png);
}
div#header #navi #navibutton4 {
	position: absolute;
	top: 194px;
	left: 33px;
	width: 195px;
	height: 51px;
	background-image: url(gfx/navigationHeader/guestbook.png);
}
div#header #navi #navibutton4:hover {
	background-image: url(gfx/navigationHeader/guestbook_glow.png);
}

div#header #navi #navibutton5 {
	position: absolute;
	top: 270px;
	left: 5px;
	width: 115px;
	height: 57px;
	background-image: url(gfx/navigationHeader/gigs.png);
}
div#header #navi #navibutton5:hover {
	background-image: url(gfx/navigationHeader/gigs_glow.png);
}

div#header #navi #navibutton6 {
	position: absolute;
	top: 250px;
	left: 230px;
	width: 138px;
	height: 57px;
	background-image: url(gfx/navigationHeader/media.png);
}
div#header #navi #navibutton6:hover {
	background-image: url(gfx/navigationHeader/media_glow.png);
}

div#header #navi #navibutton7 {
	position: absolute;
	top: 91px;
	left: 0px;
	width: 180px;
	height: 45px;
	background-image: url(gfx/navigationHeader/backstage.png);
}
div#header #navi #navibutton7:hover {
	background-image: url(gfx/navigationHeader/backstage_glow.png);
}

/*Container (Text) */
div#container {
	position: relative;
	top: 10px;
	overflow: auto;
	height: 566px;
	width: 860px;
	left: 50%;
	margin-left: -430px;
}

div#container h2 {
	color: #aa0000;
	font-size: 18px;
}

/*Content-Box*/
div#container #content {
	position: absolute;
	width: 525px;
	/*padding: 50px 20px 50px 20px;*/
	padding: 0px 20px 20px 20px;
	margin: 0px;
	left: 0px;
	top: 0px;
	text-align: left;
	font-size: 12px;
}

/*Shortboards*/
div#container #shortboards {
	position: absolute;
	font-size: 12px;	
	left: 600px;
	width: 226px;
	height: 603 px;
	text-align: left;
	
}

/*News*/
.news {
	width:95%;
	text-align: left;
}
#newscontainer {
	margin-bottom: 20px;
}
.newstext {
	margin-top: 0px;
	margin-bottom: 0px;
}
.newstitle {
	color: #C33A04;
	font-weight:bold;
	font-family:Tahoma;
	height: 8px;
	display: block;
	font-size: 13px;

}
.newstitle#bandfoto_text_head {
	font-size:15px;
	letter-spacing: 2px;

}
.newsimage_left {
	border: 1px solid #AA0000;
	float: left;
	margin-right:10px;

}
.newsimage_right {
	border 1px solid #AA0000;
	float: right;
	margin-left: 10px;
}
.firstfour {
	color:#AA0000;
}

/*Band*/
#bandfoto_text_sub_head {
	font-size: 10px;
	font-style: italic;
}
#bandmembers {
	line-height: 20px;
	letter-spacing: 1px;
}
#bandmembers a {
	text-decoration: none;
}


#bandfoto_text_point {
	line-height: 17px;
	color: #AA0000;
}


#fototable {
	left:0px;
	width:100%;
	border-bottom: 1px dashed grey;
}

#fototable tr {
	vertical-align: top;
}
#fototable th {
	font-size: 16px;
	height: 28px;
	
}

/* SUB: Steckbriefe */
#persontable {
	left:0px;
	width:100%;
	border-bottom: 1px dashed grey;
}
#persontable a {
	font-size:11px;
	font-weight: normal;
	color: #AA0000;
}
#persontable th {
	font-size: 16px;
	height: 28px;
	color: #AA0000;
}
#persontable tr {
	vertical-align: top;
}
#persontable td {
	height: 20px;
}
#persontable img {
	display:block;
	width:150px;
	height: 225px;
	border: none;
	color: #AA0000;
}

.def {
	font-style: italic;
	color: #AA0000;
}

/*Guestbook*/

#gb_form {
	line-height:25px;
}
#gb_form label {
	float:left;
	display: block;
	width:100px;
	height: 14px;
	vertical-align:middle;
}
#nospam {
	width:17px;
	background-attachment:fixed;
	height: 17px;
	border: none;
	vertical-align: middle;
	text-align: left;
}
#gb_form .gb_feld {
	width:130px;
	background-color:#333333;
	color: white;
	height: 17px;
	border: 1px solid grey;
	font-size: 12px;
	vertical-align: middle;
}



#gb_form textarea {
	background-color:#333333;
	color: white;
	border: 1px solid grey;
	font-size: 12px;
}

/*Media*/

#audiotable {
	font-size:10px;

}
#audiotable tr {
	vertical-align: middle;
	height: 17px;
	
}
#audiotable td {
	
}

#mediatable_foto th {
	font-size: 11px;
	color: #AA0000;
	width: 135px;
	height: 25px;
	padding-left: 15px;
	padding-bottom: 10px;
}
.extra1 {
	border-right:3px ridge white;;
}

#mediatable_foto td {
	font-size: 11px;
	color: #AA0000;
	width: 135px;
	height: 25px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#mediatable_foto div {
	width:100px;
	height: 75px;
	border: black ridge;
	text-align: center;
	vertical-align: middle;
}

#mediatable_foto img {
	border: none;
}
#gallery_table {
	width: 520px;
	text-align: center;
}
#gallery_table th {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
#gallery_table .buttons {
	width:30px;
	font-size: 16px;
}
#tShowGalleries {
	width:100%;
}
#tShowGalleries thead {
	width: 100%;
	height: 22px;
}
#tShowGalleries thead th {
	color: #AA0000;
	font-size: 12px;
	width: 100px;
	margin: 0px 10px;
	text-align: left;
	vertical-align: top;
}
#tShowGalleries tbody {
	width: 400px;
	overflow:auto;
}
#tShowGalleries td {
	width: 118px;
	height: 25px;
	padding-left: 5px;
	text-align: left;
}
#tShowGalleries tr {
	vertical-align: top;
}

#tShowGalleries tbody div {
	width: 100px;
	height: 75px;
	border: black ridge;
	text-align: center;
	margin-bottom: 5px;
	vertical-align: middle;
}

#tShowGalleries img{
	border: none;
}


#live {
	height: 230px;
}
#shootings {
	height: 120px;
}


/*Shit to edit*/	
#date {
	width: 80px;
}
#desc {
	width: 200px;
}
#locat {
	width: 120px;
}



#gigtable {
	width:100%;
}
#gigtable tbody.old th {
	border-top: 1px solid grey;
}
#date {
	width:15%;
}
#desc {
	width:50%;
}
#locat {
	width: 35%;
}



.fltlft {
	float: left;
}

#box div h2 {
	color:black;
	text-decoration: underline;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

#image_myspace {
	border: 1px solid #black;
	
}
#shopForm #plz {
	width: 45px;
}
#shopForm #ort {
	width: 105px;
}
#shopForm label {
	display:inline-block;
	width: 140px;
	line-height: 15px;
}
#shopForm #labelagb{
	display:inline-block;
	width: auto;
	line-height: 15px;
}
#shopForm #agb{
	width: 30px;
}
#shopForm input {
	width: 160px;
	margin: 5px 0px 0px 5px;
}
#shopForm div {
	/*border: 1px solid red;*/
}
#shopForm .title {
	font-size: 14px;
	font-weight: bold;
	color: #AA0000;
}
#shopForm table, #shopform table tr, #shopform table tr td{
	margin-left: 0px;
	padding-left: 0px;
}
#shopForm table tr {
	vertical-align: top;
}
#shopForm table .description {
	font-style:italic;
}
#shopForm div label {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
#shopForm div input {
	width: 15px;
}


