/* CSS Document */

* {
	padding: 0; 
	margin: 0; 
}

body {
	background-image: url(background.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px; 
}

#wrapper {
	position: relative;
	
	width: 860px;
	height: 590px; 
	margin: auto;
}

#site {
	position: relative;
	color:#000000;
	width: 900px;
	height: 480px;
	margin: auto;
	padding-top: 90px;
	overflow: hidden;
}

#navi {
	position: absolute; 
	left: 50%; 
	top: 0px; 
	margin-left: -430px;
	width: 860px;
	height: 30px;
}

#navi ul {
	margin-left: 15px;
	list-style-type: none;
	display: inline;
}

#navi li {
	list-style-type: none;
	text-align:left;
	margin: 0;
	display: inline;
}

#navi li a { 

	text-decoration: none;
	list-style-type: none;
	
}

#navi li img {

	vertical-align: middle;
	padding-top: 2px; 
	padding-right: 2px; 
	padding-left: 2px;
	border: none;
}



#content {
	text-align: left;
	height: 415px;
	width: 680px;
	margin: auto;
	padding-right: 25px;
	padding-top: 10px;
	z-index: 1000;
	overflow: auto;
}

#navi_2 {
	position: absolute;
	top: 550px;
	left: 0px;
	width: 840px;
	height: 20px; 
	text-align: right;
}

td,th {
	background: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  small;
	color: #000000;
	border: none!important;
}


img a {
	border: 0;
}

a {
	font-weight: normal;
	color: #641d1d;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #641d1d;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
	color: #641d1d;
	border: 0;

}

h2 {
	font-size: 12px;
	color: #641d1d;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	border-bottom: 1px dashed #641d1d;
	margin-bottom: 5px;
}

.clear {
clear: both;
float: none;
}

.date {
	color: #641d1d;
	font-weight: bold;
}

#content hr {
	margin-bottom: 5px;
	margin-top: 5px;
	color: #641d1d;
	background-color: #641d1d;
	border-color: #641d1d;
	height: 2px;

}

.bildlinks {
	float:left;
	padding: 3px;
	border: 2px solid white;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.bildrechts {
	float:right;
	padding: 3px;
	border: 2px solid white;
	margin-bottom: 10px;
	margin-left: 10px;
	}

strong {
color: #641d1d;
font-weight: bold;
text-transform: uppercase;
}

p, ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0; }
ul ul {
	margin: 0;
	}
	
form {
	background-color: #eee;
	color: #000000;
	width: 500px;
	padding: 20px;
	border: 1px solid #8c8c8c;
}
	
label { display:block;}

#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
	}
	
textarea { height: 7em; }

input:focus, textarea:focus
{
	background-color: #d9d9d9;
}	

#index #site{
background: black;
border: none;
background-image: none;
}

.gigs tr {
	border-bottom-color: #641d1d;
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	}
	
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


