/* CSS Document */

/* wrapper */
* {
	margin:0;
	padding:0;
}

body {
	background:#000000 url(_gfx/bg.jpg) no-repeat center top;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#wrapper {
	margin: 0 auto;
	display:block;
	width:600px;
}
h1 {
	width:175px;
	height:47px;
	display:block;
	background:url(_gfx/logo.gif) no-repeat;
	text-indent:-9999px;
	margin-top:180px;
}
h2 {
	font-size:20px;
	text-transform:uppercase;
	color:#8d0002;
}
h4 {
	font-size:14px;
	margin-top:15px;
}
li, ul {
	list-style:none;
}
a {
	text-decoration:none;
	color:#ffffff;
}
img {
	border:0;
}
/* meny */
#meny {
	width:600px;
	margin:15px 0 15px 0;
}
#meny li {
	float:left;
}
#meny li a {
	text-transform:uppercase;
	display:block;
	height:12px;
	text-indent:-9999px;
}
/* news */
#meny li a.m1 {
	background:url(_gfx/meny_normal.gif) 0 0;
	width:55px;
}
#meny li a:hover.m1 {
	background:url(_gfx/meny_over.gif) 0 0;
}
/* discography */
#meny li a.m2 {
	background:url(_gfx/meny_normal.gif) -55px 0;
	width:111px;
}
#meny li a:hover.m2 {
	background:url(_gfx/meny_over.gif) -55px 0;		
}
/* discography */
#meny li a.m3 {
	background:url(_gfx/meny_normal.gif) -166px 0;
	width:131px;
}
#meny li a:hover.m3 {
	background:url(_gfx/meny_over.gif) -166px 0;		
}
/* upcoming gigs */
#meny li a.m4 {
	background:url(_gfx/meny_normal.gif) -297px 0;
	width:60px;
}
#meny li a:hover.m4 {
	background:url(_gfx/meny_over.gif) -297px 0;		
}
/* gallery */
#meny li a.m5 {
	background:url(_gfx/meny_normal.gif) -357px 0;
	width:90px;
}
#meny li a:hover.m5 {
	background:url(_gfx/meny_over.gif) -357px 0;		
}
/* booking */
#meny li a.m6 {
	background:url(_gfx/meny_normal.gif) -447px 0;
	width:92px;
}
#meny li a:hover.m6 {
	background:url(_gfx/meny_over.gif) -447px 0;		
}

/* booking */
#meny li a.m7 {
	background:url(_gfx/meny_normal.gif) -539px 0;
	width:61px;
}
#meny li a:hover.m7 {
	background:url(_gfx/meny_over.gif) -539px 0;		
}

#venstre_col {
	margin:15px 0 0 0;
	display:block;
	float:left;
	width:430px;
}
#venstre_col p {
	margin: 5px 0 10px 0;
}
#hoyre_col {
	display:block;
	float:right;
	width:157px;
	margin:15px 0 0 0;
}

.link_kolonne {
	font-size:10px;
	font-weight:bold;
	height:20px;
}
/*
////////////////////////////////////////
// FOTOALBUM
////////////////////////////////////////
*/
#fotoalbum {
	background: url(../_gfx/hr.gif) repeat-x bottom;
	padding:0 0 5px 0;
}
#fotoalbum .album {
	width:100%;
}
#bildeVisning {
	padding:10px 0 10px 0;
	display: inline-block;
}
#bildeVisning:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
/* Hides from IE Mac \*/
* html #bildeVisning {height: 1%;}
#bildeVisning {display:block;}
/* End Hack */ 
.feilmelding {
	text-align:center;
	font-weight:bold;
	padding:20px 0 20px 0;
}
.thumb {
	float:left;
	height:150px;
	width:130px;
	display: block;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	margin:0 0 5px 10px;
}
#bildeFooter {
	padding:5px 0 0 0;
	background: url(../_gfx/hr.gif) repeat-x top;
}
#tilbakelink {
	width:70px;
	float:left;
	display:block;
}
#fremlink {
	width:70px;
	float:left;
	text-align:right;
	display:block;
}
#gbInfo {
	width:280px;
	float:left;
	text-align:center;
	display:block;
}
p.gbInfo {
	padding:20px 0 20px 0;
	background: url(../_gfx/hr.gif) repeat-x bottom;
	text-align:center;

}
p.eksisterende {
	padding:5px 0 5px 0;
}
p.arrang {

}

/*
//
*/
.nyhetTxt {
	float:left;
}
.nyhet img {
	float:left;
	margin:0 10px 5px 0;
	text-align:left;
}
.nyhet {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}
.nyhet .publisert {
	font-size:9px;
	font-style:italic;
}
.nyhet a.mer {
	background:url(../_gfx/pil_kolonne.gif) right center no-repeat;
	dbackground-position:0 2px;
	font-weight:bold;
	height:14px;
	font-size:11px;
	color:#8d0002;
	padding:0 15px 0 0;
	text-decoration:none;
}


#footer {
	display:block;
	background:url(_gfx/big_dipper.gif) no-repeat 0 10px;
	height:50px;
	margin-top:10px;
	border-top:1px solid #111111;
	color:#666666;
	padding:20px 0 0 90px;
}
#footer a {
	color:#666666;
}
.clearAll:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
/* Hides from IE Mac \*/
* html .clearAll {height: 1%;}
.clearAll {display:block;}
/* End Hack */