body{
	height: 100%;
	width: 100%;
	font: 67.5% Arial, Helvetica, sans-serif;
}
.bgMusikarrColor{
	background-color:#000;
}
.bgMusikarrPic{
	background:#000 url(splashimages/musikarr_bgimage.jpg) center no-repeat;
}
.bgRevyColor{
	background-color:#ccc;
}
.wi{ color:#ffffff; }
.gr{ color:#757575; }
a{
	color:#000;
	text-decoration:none;
}
a:hover{ color:#d00; cursor:pointer; }
#block {
position:absolute;
	/*margin: 15px auto 0;*/
	width: 910px;

	top: 50%;
	left: 50%;
	/*width:30em;*/
	height:330px;
	margin-top: -205px; /*set to a negative number 1/2 of your height*/
	margin-left: -455px; /*set to a negative number 1/2 of your width*/

/*	padding-right:5px;
	padding-left: 5px;
	clear:both;
	overflow:hidden;
	border: 10px solid #eee;*/
}
.h, .htabs h2 a{
	/*font: 1.500em Fontin, Georgia, "Times New Roman", Times, serif;*/
	font: 1.500em Arial, Helvetica, sans-serif;
	font-size:1.5em;
	padding: 13px 0 0 5px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #eee;
}
.htabs h2 a{
	font-size:1.2em;
	padding: 7px;
	margin-right:25px;
}

.htabs h2 a:hover{
	color: #000;
}

.htabs{ padding:0 10px; overflow:hidden; }

.htabs li{
	float:left;
	margin-top:2px;
	padding: 3px 2px 0 0;
	overflow:hidden;
}
.tabs .bullet{
	border-right:1px solid #e00;
	color:#d00;
	font: bold 1em Georgia,"Times New Roman",Times,serif;
	margin: 0px 4px 4px 0;
	padding-right:4px;
	clear:right;
	display:block;
	float:left;
	height:17px;
	overflow:hidden;
	text-align:right;
	width:10px;
}
.bmod .bullet{
	background-color:#fff;
	margin:-9px 6px 0 -10px;
	padding:8px;
}
.tabs{
	margin-top:2px;
	overflow:hidden;
}
.tabs li{
	background-color:#EEEEEE;
	clear:both;
	margin:4px 0;
	padding:9px;
	font-family: "NuvoOT-medi";
}

#footer{
	border-top:1px solid #eee; 
	padding:5px 0; 
	text-align:right; 
	width:100%; 
	margin-top:10px;
}

#footer p, #footer a{
	color:#696969;
}
#footer p:hover, #footer a:hover{
	color:#000;
}

.dot{ margin: 0 25px;/*2.4em;*/}

.htabs{ margin:0 auto; width:880px; }

/* popup */
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	/*height:384px;*/
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
}

#textlinks{ position:absolute; bottom:0; left:0;}
