*{
	margin:0px;
	padding:0px;
}
body, table{
	font-family:Verdana, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
	background-color: #000;
}

body {
	text-align: center;
}

img{
	border:0px;
}
.clearBoth{
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

h1{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-bottom: 15px;
	letter-spacing:4px;
}

h1.big{
	font-size:41px;
	font-weight:bold;
	margin-bottom: 40px;
}


h3{
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:17px;
}
h2{
	font-size:11px;
	font-weight:bold;
}
p{
	line-height:18px;
	margin-bottom:15px;
}
a{
	color:#F19900;
	text-decoration:underline;
}

table{
	border-collapse:collapse;
}
table td{
	vertical-align:top;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.border {
	border:1px solid red;
}

/*------------------- Container ----------------------*/

#wrap {
	text-align: center; 
	padding: 7px;
	margin: 20px auto 0;
	width: 980px;
	height:735px;
	overflow:hidden;
}

#naviLeft,
#naviRight,
#naviMyspace {
	position:absolute;
	width:105px;
	text-align: center;
}

#naviLeft {
	margin-left:195px;
	top:450px;
	z-index:6;
}

#naviLeft a,
#naviRight a,
#naviMyspace  a {
	display: block;
	cursor:pointer;
}

#naviRight {
	margin-left:687px;
	top:458px;
	z-index:7;
}

#naviMyspace {
	margin-left:775px;
	top:604px;
	z-index:8;
}

#newsLink {
	width: 51px;
	height: 18px;
	background-image: url(/standards/bilder/news.png) !important;
}

#galleryLink {
	width: 66px;
	height: 21px;
	background-image: url(/standards/bilder/gallery.png) !important;
}

#artistsLink {
	width: 103px;
	height: 21px;
	background-image: url(/standards/bilder/artists.png) !important;
}

#directionsLink {
	width: 92px;
	height: 18px;
	background-image: url(/standards/bilder/directions.png) !important;
}

#contactLink {
	width: 71px;
	height: 18px;
	background-image: url(/standards/bilder/contact.png) !important;
}

#impressLink {
	width: 73px;
	height: 21px;
	background-image: url(/standards/bilder/impress.png) !important;
}

#flyerFrontLink {
	width: 105px;
	height: 21px;
	background-image: url(/standards/bilder/flyer_front.png) !important;
}

#flyerBackLink {
	width: 105px;
	height: 21px;
	background-image: url(/standards/bilder/flyer_back.png) !important;
}

#myspaceLinke {
	width: 81px;
	height: 18px;
	background-image: url(/standards/bilder/myspace.png) !important;
	margin-top: 10px;
}

#content {
	float:left;
	height:468px;
	left:-49px;
	overflow:hidden;
	position:relative;
	top:-110px;
	width:440px;
	z-index:1;
	padding: 10px;
	text-align: left;
}

#head {
	position:relative;
	z-index: 2;
}

#left {
	position:relative;
	float:left;
	z-index: 3;
}

#right {
	position:relative;
	float:right;
	z-index: 4;
	top:-490px;
}

#foot {
	position:relative;
	top:-490px;
	z-index: 5;
}




/*------------------- Text ----------------------*/

 .continuous {
	font-size:16px;
	font-weight: bold;
 }
 
 
 
 
 .highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(/standards/js/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border-color: silver;
}

.highslide-wrapper, .drop-shadow {
	background: black;
}
.highslide-image {
    border-bottom: 1px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border-bottom: 1px solid black;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    padding-left: 22px;
    background-image: url(/standards/js/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(/standards/js/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/standards/js/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/standards/js/graphics/close.png', sizingMethod='scale');
}

.videoDimmer {
	background-image:url(/standards/bilder/black_mask.png);
	background-repeat:no-repeat;
	background-position: 104px 35px;
}

.videoDimmer img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
