
/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding:0px 20px 0px 0px;
	font-size:90%;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
display:block;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	/*background-image:url(http://web.archive.org/web/20070820170127/http://www.broncobusters.com/pics/elm/background1.gif);*/
	background-position:right;
	background-repeat:no-repeat;
}
#left{
	display:block;
	padding: 0px 10px 0px 5px;
}
/******************************/
/* MENY 			*/
/*								*/

#menu{
	float:right;
	margin:5px;
	padding-right:5px;
	text-align:right;
	border-right: 1px dotted #cccccc;
}

a.menu{
	display:block;
	color:#006699;
	margin: 1px 0px 2px 0px;
}

#bullets{
	margin:0px;
	width:110px;
	font-size:70%;
	float:left;
	padding:10px;
	color:#333333;
	
}
ul.bullets{
	margin:2px;
	list-style-type: disc;
	padding:0px 0px 0px 10px;
}

a.bullets{
	color:#666666;
}
#nextshow{
	position:absolute;
	left:75%;
	top:2%;
	font-size:90%;
}

#content{
	width:90%;
	display:block;
  	margin:0px 20px 0px 0pxz;
	padding:0px 20px 0px 0px;
}

#bottom{
	width:100%;
	border-top: 1px dotted #cccccc;
}


 /* PAGES */
 
 
.news{
	display:block;
	margin:25px 0px 0px 0px;
}
img.news{
	display:block;
	float:none;
}

span.heading{
	font-weight:bold;
}
span.date{
	font-size:60%;
}
span.text{
	display:block;
}



.picsmappe{
	display:block;
	margin:10px 0px 20px 0px;
}
span.mappe{
	font-weight:bold;
	display:block;
}
span.mappetext{
	font-size:70%;
	margin: 0px 0px 5px 0px;
	display:block;
}

table.form, .innlegg{
	font-size:80%;
}

.innlegg{
	margin:10px 0px 10px 0px;
	border-top: 1px dotted #cccccc;
}
span.guestname, span.guesthomepage, span.guestcity, span.guesttext{
	display:block;
}

.shopsection{
	width:100%;
	font-size:90%;
}
.shopitem{
	vertical-align:top;
	padding: 20px 40px 10px 0px;
}
.shopitem img{
	display:block;
}

.consert, .music{
	font-size:85%;
	width:100%;
}
span.consertevent, span.musicmp3{
	display:block;
}

