/**********************************************************
*						     Base 						  *
***********************************************************/
body, html {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #90908d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.clear {
	clear: both;	
}

* {
	outline: none;
}

strong {
	font-weight: bold;	
}

h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

em {
	font-style: italic;
}

table td {
	vertical-align: top;
}

a, #forside-nyheter a:visited {
	color: #c80d47;
	text-decoration: none;
}

a:hover  {
	text-decoration:underline;	
}

/**********************************************************
*						     Layout  					  *
***********************************************************/
#wrapper {
	width: 978px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color:#fff;
	position: relative;
}

#header {
	width: 978px;
	height: 120px;
	border-bottom:1px solid black;
}

#logo {
	margin-top: 18px;
	margin-left: 20px;
}

#ikoner {
	position: absolute;
	top: 40px;
	right: 20px;
}

#buskerudklubben #logo {
	margin-top: 18px;
	margin-left: 20px;
}

#background-image {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 0;
}

/**********************************************************
*						     Menu 						  *
***********************************************************/
#menu {
	font-size: 20px;	
	background-image:url(/images/header-gradient.jpg);
	background-repeat:repeat-x;
	width: 978px;
	height: 33px;
	float: left;
}

#menu ul {
	height: 33px;
	width: 910px;
	float: left;
}

#menu li {
	background-color: #FFFFFF;
}

#menu li a {
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#menu li a:hover {
	background-position: 0px -33px;
	border-bottom: none;
}

#menu li a.current {
	background-position: 0px -33px;
	border-bottom: none !important;
}

#menu li.forside a {
	background-image: url(/images/meny_forside.jpg);
	width: 79px;
}
#menu li.aktuelt a {
	background-image: url(/images/meny_aktuelt.jpg);
	width: 69px;
}
#menu li.aapningstider a {
	background-image: url(/images/meny_aapningstider.jpg);
	width: 108px;
}
#menu li.buskerudklubben a {
	background-image: url(/images/meny_buskerudklubben.jpg);
	width: 129px;
}
#menu li.butikker a {
	background-image: url(/images/meny_butikker.jpg);
	width: 69px;
}
#menu li.om-oss a {
	background-image: url(/images/meny_omoss.jpg);
	width: 67px;
}
#menu li.godt-valg a {
	background-image: url(/images/meny_godtvalg.jpg);
	width: 90px;
}

#menu li.standleie a {
	background-image: url(/images/meny_standleie.jpg);
	width: 81px;
}

#menu li.stilling-ledig a {
	background-image: url(/images/meny_stillingledig.jpg);
	width: 108px;
}

#menu li.kontakt a {
	background-image: url(/images/meny_kontakt.jpg);
	width: 78px;
}

#menu li {
	float: left;
	height: 33px;
}

#menu li:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#slagord {
	float: left;
	width: 260px;
	position:relative;
	top: 8px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}


/**********************************************************
*						     Forside					  *
***********************************************************/
#flashfelt {
	height: 400px;
	border-bottom: 4px solid black;
	overflow: hidden;
}

#forside-nyheter {
	
}

#forside-nyheter a, #forside-nyheter a:visited {
	color: #c80d47;
	text-decoration: none;
}

#forside-nyheter a:hover  {
	text-decoration:underline;	
}


#forside-nyheter .boks {
	width: 225px;
	height: 163px;
	margin-left: 16px;
	padding-top: 12px;
	padding-bottom: 8px;
	float: left;
	position: relative;
	display: inline; /*IE6 bug on floaters with margin*/
}

#forside-nyheter .boks .link {
	width: 220px;
	height: 75px;
	display: block;
}

#forside-nyheter .boks .header {
	color: #23408f;
	text-transform: uppercase;
	height: 16px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#forside-nyheter .boks .bilde-wrapper {
	border-bottom: 1px solid black;
	height: 61px;
	width: 222px;
	margin-bottom: 10px;
	position: relative;
	z-index: 999;
}

#forside-nyheter .boks .bilde {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	
	width: 220px;
	height: 60px;
	overflow: hidden;
	position:relative;
	z-index:999;
}

#forside-nyheter .boks .bilde img {
	position:relative;
	top: -40px;
}

#forside-nyheter .boks .overlay { 
	height:75px;
	position:absolute;
	top:30px;
	width:220px;
	z-index: 999;
	background-image: url(/images/transparent.png);
	overflow:hidden;
}

#forside-nyheter .tekst-wrapper {
	position: relative;
}

#forside-nyheter .boks .tekst {
	height: 40px;
}

#forside-nyheter .boks .lesmer {
	margin-top: 13px;	
}

#forside-nyheter .boks .lesmer img {
	margin-right: 8px;
}

#forside-nyheter .boks.border-top {
	border-top: 1px solid black;
}

/**********************************************************
*						     Butikker 					  *
***********************************************************/

#butikker {
	height: 438px;
	background-color: #1a2849;
	background-image: url(../images/butikker-gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:relative;
}

#butikker .header {
	height: 27px;
	background-color: #273554;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
}

#butikker .header .text {
	position: relative;
	top: 2px;
}

#butikker .list {
	float: left;
}

#butikker .list table {
	width: 780px;
	border: 0px;
	color: #d0d2d9;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 15px;
}

#butikker .list table a {
	color: #d0d2d9;
	text-decoration: none;
}

#butikker .list table td {
	vertical-align: top;	
	padding-top: 10px;
}

#butikker .list table td p {
	padding-left: 5px;
}

#butikker .list table .heading td {
	padding-top: 0px;
}

#butikker .list table .spacer {
	width: 5px;
	background-color: transparent !important;
}

#butikker .list table .heading td, #butikker .list table h1 {
	background-color: #121d38;
	font-weight: bold;
	height: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 4px;
	font-size: 10px;
}

#butikker .kart {
	width: 210px;
	position: absolute;
	right: 0px;
	top: 14px;
}

#butikker .kart .buskerud .bilde {
	height: 122px;
}

#butikker .kart .krokstad .bilde {
	height: 106px;
}

#butikker .kart .text {
	position: relative;
	top: -15px;
	text-align: center;
	color: #b3b8c2;
	font-size: 11px;
}

#butikker .kart .hover {
	display: none;
}

#butikker .managed-by {
	position: absolute;
	bottom: 20px;
	right: 25px;
}

/**********************************************************
*						     Content					  *
***********************************************************/
#content-text {
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right:20px;
	min-height: 220px;
}


#content-text a, #content-text a:visited {
	color: #c80d46;
	text-decoration: none;
}

#content-text a:hover, #content-text a:active {
	text-decoration: underline;
}

#content-text li {
	list-style: disc;
	list-style-position: inside;
}

/**********************************************************
*					     Col Layouts					  *
***********************************************************/
#content-text .layout.type1 {
	width: 938px;
	margin-bottom: 10px;
}

#content-text .layout.type1 .col1 {
}

#content-text .layout.type1 .col2 {
	width: 270px;
}

#content-text .layout.type1 .seperator {
	width: 40px;
}

/**********************************************************
*					 	 Aapningstider					  *
***********************************************************/

#aapningstider {
	width: 945px;	
	margin-bottom: 7px;
}

#aapningstider img {
	border:1px solid black;	
}

/**********************************************************
*						     Shops	 					  *
***********************************************************/

#shop-view h1, #shop-view h3 {
	color: #212121;
	margin-bottom: 12px;
}


#shop-view .text {
	float:left;
	margin-right:30px;
	width:576px;
	color: #212121;
}

#shop-view .image {
	float:left;
	text-align:right;
	width:300px;
}
#shop-view .image img {
	border: 1px solid black;
}

#shop-view .info .header {
	display: inline-table;
	width: 50px;	
}

/**********************************************************
*					Single side defs 					  *
***********************************************************/

#butikk-underside .text, #butikk-underside .kart {
	float: left;
}
	
#butikk-underside .text {
	width: 305px;	
}

#kontakt-table {
	width: 100%;
	margin-bottom: 10px;
}

#kontakt-table .col1 {
	
}

#kontakt-table .seperator {
	width: 30px;
}

#kontakt-table .col3 {
	background-color:#F1F1F1;
	width:320px;
}

#kontakt-table .boks {	
	padding:15px;
}

#kontakt-table .boks-seperator {
	width: 100%;
	height: 3px;
	background-color: #FFFFFF;
	
}

#samarbeidspartnere-list {
	width: 100%;
}

#samarbeidspartnere-list td {
	width: 20%;
	vertical-align: middle;
	text-align: center;
}


/**********************************************************
*						     Footer 					  *
***********************************************************/
#footer {
	background-color: #000000;
	height: 23px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

#footer .text {
	position:relative;
	top: 3px;
}


/**********************************************************
*						     Base form 					  *
***********************************************************/

.base-form th {
	width: 100px;
	vertical-align: top;
}

.base-form input[type="text"],
.base-form select, 
.base-form textarea,
.base-form input[type="password"]
{
	background-image: url(/images/input_background.jpg);
	width: 210px;
	padding: 4px 2px 4px 3px;
	border: 1px solid #9C9C9C;
	color: #555555;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.base-form textarea {
	height: 80px;
}