/* CSS arson.css (C) Markus Bruetsch mrks.ch 2009 */


/* Mainstyle */
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	margin:0px; 
	padding:0px;
	}
	
img {border: 0px;}

a:link, a:visited {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	background-color:#ED1B36;
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a.white:link, a.white:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
a.white:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a.navi, a.navi:visited {
	display:block; 
	width:140px;
	height:14px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
	padding-left:20px;
	}
a.navi:hover {
	color:#FFFFFF;
	background-color:#ED1B36;
	}
	
a.naviActive, a.naviActive:visited, a.naviActive:hover {
	display:block; 
	width:140px;
	height:14px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#ED1B36;
	padding-left:20px;
	}

/* End Mainstyle */




/* Mainlayout */
#blackTop {
	position:absolute;
	width:100%;
	height:30px;
	left:0px;
	top:0px;
	background-color:#000000;
	z-index:200;
	}
	
#redTop {
	position:absolute;
	width:160px;
	height:30px;
	left:0px;
	top:0px;
	background-color:#ED1B36;
	z-index:300;
	}
	
#navBox {
	position:absolute;
	width:180px;
	height:135px;
	left:0px;
	top:38px;
	}
	
#logoTop {
	position:absolute;
	width:74px;
	height:140px;
	left:734px;
	top:38px;
	}
	
#container {
	position:absolute;
	width:720px;
	height:auto;
	left:90px;
	top:188px;
	}
	
#optionContainer {
	position:absolute;
	width:280px;
	height:auto;
	top:218px;
	left:820px;	}
	
.redTitle720 {
	width:712px;
	padding:3px;
	padding-left:5px;
	background-color:#ED1B36;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	}
.redTitle720nomargin {
	width:712px;
	padding:3px;
	padding-left:5px;
	background-color:#ED1B36;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
.redTitle220 {
	width:212px;
	padding:3px;
	padding-left:5px;
	background-color:#ED1B36;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	}
	
.greyContent720 {
	width:712px;
	padding:4px;
	margin-top:0px;
	background-color:#CCCCCC;
	}
.greyContent720Block {
	display:block;
	float:left;
	width:712px;
	padding:4px;
	margin-top:0px;
	background-color:#CCCCCC;
	}
.greyLine720Block {
	display:block;
	float:left;
	width:720px;
	height:3px;
	margin-bottom:15px;
	background-color:#666666;
	}
.whiteContent220 {
	width:212px;
	padding:4px;
	margin-top:0px;
	}
.redContent220 {
	padding:3px;
	padding-right:10px;
	margin-top:15px;
	background-color:#ED1B36;
	color:#FFFFFF;
	}
	
.box220 {
	display:block;
	float:left;
	width:220px;
	margin-top:5px;
	margin-bottom:25px;
	}
.box220start {
	display:block;
	float:left;
	width:220px;
	margin-top:15px;
	}
.boxSpacer {
	display:block;
	float:left;	
	width:30px;
	height:50px;
	margin-top:15px;
	}
.limitBox {
	width:220px;
	height:124px;
	overflow:hidden;
	}
	
.imageBox {
	display:block;
	float:left;	
	width:150px;
	height:150px;
	margin:8px;
	padding:5px;
	text-align:center;
	}
a.imageBox, a.imageBox:visited {
	display:block;
	float:left;	
	width:150px;
	height:150px;
	margin:8px;
	padding:5px;
	text-align:center;
	}
a.imageBox:hover {
	background-color:#ED1B36;
	}
	
.stripeBox {
	width:260px;
	height:14px;
	}
.redStripe {
	display:block;
	float:left;
	width:20px;
	height:5px;
	margin-top:5px;
	margin-right:5px;
	background-color:#ED1B36;
	}

#footerBox {
	width:714px;
	height:20px;
	padding:3px;
	margin-top:250px;
	margin-bottom:20px;
	text-align:right;
	border-top:2px solid #CCCCCC;
	font-size:9px;
	}
.artistFooter {
	display:block;
	float:left;
	width:714px;
	height:20px;
	padding:3px;
	margin-top:15px;
	margin-bottom:20px;
	text-align:left;
	border-top:4px solid #ED1B36;
	}
/* End Mainlayout */
