html, body {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}	

table, img, a, h1, h2, h3  {
	border: none;
	margin: 0;
	padding: 0;
}

td, th { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	vertical-align: top;
}

p {
	margin: 0 0 5px 2px;
}

a { 
	color: #FFF;
}

a:hover {  
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 30px; 
	left: 170px;
	width: 170px; 
	height: 33px;
}

#name {
	position: absolute;
	left: 170px; 
	top: 75px; 
	width: 225px; 
	height: 21px; 
}

#nav {
	position: absolute;
	left: 40px; 
	top: 115px; 
	width: 120px;
	height: 350px;
}

#lang {
	position: absolute;
	top: 20px; 
	left: 950px; 
	width: 150px;
	height: 25px;
}

#text {
	position: absolute;
	left: 550px; 
	top: 115px; 
	width: 350px;
}
#text h2 {
	font-weight: normal;
	font-size: 18px;
	/*text-transform: uppercase;*/
	letter-spacing: 0.02em;
}

#tour {
	position: absolute;
	left: 167px; 
	top: 490px; 
	width: 356px;
	color: #9F9A8B;
}
#tour td {
	padding: 2px 5px 2px 0;
	border-bottom: 1px dotted #9F9A8B;
}


#guest {
	position: absolute;
	left: 550px; 
	top: 490px; 
	width: 300px;
	color: #9F9A8B;
}

#contact {
	position: absolute;
	left: 950px; 
	top: 115px; 
	width: 270px;
	color: #9F9A8B;	
}

.c_box {
	float: left;
	width: 270px;
	margin: 0 0 20px 0;
	display: inline;
}


#imgbox img {
	position: absolute;
	left: 170px; 
	top: 115px; 
	width: 350px;
	height: 350px;
	border: 1px solid #FFF;
	z-index: 1;
}
#imgbox img.toplevel {
	z-index: 3;
}
#imgbox img.middlelevel {
	z-index: 2;
}


#lang a {
	text-decoration: none;
}
#lang a span {
	text-decoration: underline;
}

#nav ul {
	width: 120px;
	/*border-top: 1px dotted #FFCC00;*/
	padding: 0;
	margin: 0;
	list-style-position: inline;
}

#nav li {
	float: left;
	list-style-type: none;
	height: 25px;
	width: 120px;
	margin: 3px 0 3px 0;
	padding: 4px 0 4px 0;
	/*border-bottom: 1px dotted #FFCC00;*/
	display: inline;
}

#nav li a {
	width: 100px;
	height: 25px;
	display: block;
	text-decoration: none;
	background-color: #000;
	background-position: top right;
	background-repeat: no-repeat;
}

#nav li.n1 a {
	background-image: url(bilder/news.gif);
}
#nav li.n1 a:hover {
	background-image: url(bilder/news_over.gif);
}
#nav li.n2 a {
	background-image: url(bilder/artists.gif);
}
#nav li.n2 a:hover {
	background-image: url(bilder/artists-over.gif);
}
#nav li.n3 a {
	background-image: url(bilder/soundcheck.gif);
}
#nav li.n3 a:hover {
	background-image: url(bilder/soundcheck-over.gif);
}
#nav li.n4 a {
	background-image: url(bilder/tour.gif);
}
#nav li.n4 a:hover {
	background-image: url(bilder/tour-over.gif);
}
#nav li.n5 a {
	background-image: url(bilder/critics.gif);
}
#nav li.n5 a:hover {
	background-image: url(bilder/critics-over.gif);
}
#nav li.n6 a {
	background-image: url(bilder/picts.gif);
}
#nav li.n6 a:hover {
	background-image: url(bilder/picts-over.gif);
}
#nav li.n7 a {
	background-image: url(bilder/guest.gif);
}
#nav li.n7 a:hover {
	background-image: url(bilder/guest_over.gif);
}
#nav li.n8 a {
	background-image: url(bilder/booking.gif);
}
#nav li.n8 a:hover {
	background-image: url(bilder/booking-over.gif);
}
#nav li.n9 a {
	background-image: url(bilder/contact.gif);
}
#nav li.n9 a:hover {
	background-image: url(bilder/contact-over.gif);
}

.right {
	float: right;
	text-align: right;
}
