/*
Kunde: Snowtrade AS
© 2009 Kreativ Strek AS
Dokumentet er laget med enerett for Snowtrade AS.
*/

/* ----------------------------------

   01. Dokument og design
   02. Meny
   03. Hovedinnhold
   04. Typografi/linker
   05. Bilder
   06. Tjafs

   ---------------------------------- */

/* 01. Dokument og design */

body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #000000;
	font-size: 13px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#content {
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	color: white;
	z-index: 6000;
}

#toppfelt {
	height: 90px;
	}
	a.toppfelt-logo {
		background-image: url(../images/logo.png);
		background-position: -1px 0px;
		background-repeat: no-repeat;
		width: 370px;
		height: 90px;
		display: block;
		text-indent: -9999px;
		float: left;
		margin-left: 10px;
	}
	a.toppfelt-nettbutikk {
		background-image: url(../images/nettbutikk.png);
		background-repeat: no-repeat;
		width: 110px;
		height: 90px;
		display: block;
		text-indent: -9999px;
		float: right;
		margin-right: 10px;
}

#stortbilde-framside {
	width: 860px;
	height: 399px;
	background-image:url(../images/stortbilde-shade.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#stortbilde-vanligside {
	width: 860px;
	height: 203px;
	background-image:url(../images/stortbilde-lite-shade.png);
	background-repeat: no-repeat;
	padding-left: 10px;
}

#maincontent {
	padding: 0px 10px 0px 10px;
}

#venstre {
	width: 170px;
	float: left;
	
	background-image: url(../images/meny-bg.png);
	background-position: bottom;
	padding: 5px 5px 5px 5px;
}

#hoyre {
	margin: 0px 0px 0px 190px;
	background-image: url(../images/content-bg.png);
	background-position: bottom;
	
	padding: 5px 15px 5px 15px;
}

#renser {
	clear: both;
}

#footer {
	font-size: 12px;
	color: #999;
	padding: 15px 10px 20px 200px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #999;
}

#footer a:hover {
	text-decoration: underline;
}

/* 02. Meny */

#menu {
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	/* letter-spacing: 1px; */
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#menu li {
	list-style: none;
	list-style-image: none;

}

#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 2px 8px;
	width: 157px;
	color: #FDFF25;
	height: 20px;
	
	border-bottom: 1px solid #454545;
}

#menu ul li a:hover {
	width: 157px;
	background-color: #666;
	display: block;
} 

.selected {
	width: 157px;
	background-color: #666;
}

/* undermenyelementer */

/*

#menu ul ul {
	list-style: none;
	list-style-type: none;
}

#menu li ul li {
	margin: 0;
	list-style: none;
	list-style-image: none;
	font-size: 12px;
	padding: 6px 0px 0px 15px;
	width: 155px;
	color: #FDFF26;
	background-color: #2A2A2A;
	
	border-bottom: 1px solid #454545;
}

#menu li li a:hover {
	width: 155px;
	background-color: #454545;
} 

#menu li li a.selected {
	
} 

*/


/* 03. Hovedinnhold */

/* 04. Typografi/linker */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	color: #FCFE25;
}

h2, h3, h4 {
	color: #FCFE25;
	margin: 15px 0px 5px 0px; 
}

p {
	margin: 0px 0px 18px 0px;
}

a {
	color: #FCFE25;
	text-decoration: none;
}

a:hover {
	color: #FCFE25;
	text-decoration: underline;
}

a:active, a:visited {
	color: #FCFE25;
}

/* 05. Bilder */

/* 06. Tjafs */

/* 07. Bilete */

table.tabell { 
	width: 615px;
	border-collapse: collapse;
	border-spacing: 0px; 
}

td.felt { 
	background-color: #FCFE25;
	font-weight: bold;
	color: #000000; 
	padding-left: 5px;
}

td.streker { 
	border-bottom: 1px dashed #FCFE25;
	padding-top: 3px;
	padding-left: 5px;
}

td.utenstreker { 
	padding-top: 3px;
	padding-left: 5px;
}

img {
	border: none;
}


p {
	color: #FFF;
}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
