   /******
    * Product Tagging
    * Author: David Donath
    * Contact: http://www.david-donath - david@david-donath.de
    * Copyright: All Rights Reserved
    * 
    * This is the Basic CSS File
    * */

/***
 * Basics
 */
body {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #6999A7;
	background-image: url('img/background.jpg');
	color: #000;
	
}

#ie6killer {
	display: none;
}

/***
 * Boxmodel
 */

.basicBox {
	width: 780px;
	position: relative;
	margin: 0px auto 10px auto;
	text-align: left;
	line-height: 1.9em;
}

.naviBox {
	position: relative;
	height: 230px;
	width: 230px;
	margin: 5px;
	padding: 10px;
	background: white;
	float: left;
	cursor: pointer;
}

#header {
	height: 90px;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}


#footer {
	height: 20px;
	text-align: right;
	color: #fff;
	right: 5px;
	font-size: 11px;
}

#infos {
	background-image: url('img/infos.jpg');
}

#concerts {
	background-image: url('img/concerts.jpg');
}
#fanbase {
	background-image: url('img/fanbase.jpg');
}
#ask {
	background-image: url('img/ask.jpg');
}
#news {
	background-image: url('img/news.gif');
	width: 490px;
	cursor: default;
}

#contentBg {
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #000;
	border: 5px solid #ffffff;
	width: 760px;
	height: 500px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95; 
}

#contentBox {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	background: #000;
	width: 760px;
	height: 500px;
	background: none;
	color: #ffffff;
}

#close {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	font-weight: bold;
}

#content {
	padding: 10px;
	width: 740px;
	margin-top: 10px;
}

#storage {
	display: none;
}


.link {
	cursor: pointer;
}

/***
 * Basic Elements
 */

 a {
 	color: #fff;
 }
 
 #footer a {
 	color: #fff;
 }
