@charset "utf-8";
/* CSS Document */



body{
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 30px;
	SCROLLBAR-FACE-COLOR: #ddcfcf;
	SCROLLBAR-HIGHLIGHT-COLOR: 540a92;
	SCROLLBAR-SHADOW-COLOR: 540a92;
	SCROLLBAR-3DLIGHT-COLOR: ##ddcfcf;
	SCROLLBAR-ARROW-COLOR: 540a92;
	SCROLLBAR-TRACK-COLOR: #ddcfcf;
	SCROLLBAR-DARKSHADOW-COLOR: #ddcfcf;
}


/* ID-selektorer*/

#box {
	background-color: #fff;
	background-image:url(site_temp.png);
	width: 980px;
	height: 600px;
	position:absolute;
	left: 50%;
	top:50%;
	margin-top: -310px;
	margin-left: -490px;
	font-family: Arial, Helvetica, sans-serif;
}


#box2 {
	width: 970px;
	height: 405px;
	margin-top: 200px;
	margin-left:8px;
	margin-bottom:0px;
	padding-top:1px;
	padding-left: 12px;
	overflow:auto;
	}


/* Overskrifter */

h2 {
	color: #540a92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 100%;
	margin: 5px;
	padding: 0;
}

/* knap */

.rollover{
	display: block;
	width: 200px;
	height: 40px;
	margin-top: 1px;
	text-indent: -9999px;
	float: left;
	color: #540a92;
	font-size: 14px;
}

#menu1:link, #menu1:visited, #menu1:active{
	background-image: url(menu1_latewalk.gif);
	background-repeat: no-repeat;
	color: #540a92;
}
a.rollover#menu1:hover{
	background-position:0 -40px;
}

#menu2:link, #menu2:visited, #menu2:active{
	background-image:url(menu2_profil.gif);
	background-repeat:no-repeat;
}
a.rollover#menu2:hover{
	background-position:0 -40px;
}

#menu3:link, #menu3:visited, #menu3:active{
	background-image:url(menu3_musik.gif);
	background-repeat:no-repeat;
}
a.rollover#menu3:hover{
	background-position:0 -40px;
}


#menu4:link, #menu4:visited, #menu4:active{
	background-image:url(menu4_galleri.gif);
	background-repeat:no-repeat;
}
a.rollover#menu4:hover{
	background-position:0 -40px;
}

#menu5:link, #menu5:visited, #menu5:active{
	background-image:url(menu5_arrangementer.gif);
	background-repeat:no-repeat;
}
a.rollover#menu5:hover{
	background-position:0 -40px;
}

#menu6:link, #menu6:visited, #menu6:active{
	background-image:url(menu6_kontakt.gif);
	background-repeat:no-repeat;
}
a.rollover#menu6:hover{
	background-position:0 -40px;
}
