	/*=========== Skrift type ==============*/

@font-face {
    font-family: 'LeviBrushRegular';
    src: url('levibrush-webfont.eot');
    src: url('levibrush-webfont.eot?#iefix') format('embedded-opentype'),
         url('levibrush-webfont.woff') format('woff'),
         url('levibrush-webfont.ttf') format('truetype'),
         url('levibrush-webfont.svg#LeviBrushRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EdoRegular';
    src: url('edo-webfont.eot');
    src: url('edo-webfont.eot?#iefix') format('embedded-opentype'),
         url('edo-webfont.woff') format('woff'),
         url('edo-webfont.ttf') format('truetype'),
         url('edo-webfont.svg#EdoRegular') format('svg');
    font-weight: normal;
    font-style: normal;	
}
	
	body {
		text-align:center;
		
		}
		
#img	{
	float:left;
	position:absolute;
	border:none;
	z-index:-1;
	}		

#kasse {
		position:relative;
		height:800px;
		width:1000px;
		margin:20px auto 20px auto;
	   }
	   
	   #tabs {
				/*vertical-align:middle;*/
				position:relative;
				width:800px;
				text-align:left;		
				font-family:EdoRegular;
				font-size:100%;
				margin:20px auto 20px auto;
				padding:0px;
				background:#111; 
				background:rgb(216, 216, 216); 
				background:rgba(216, 216, 216, 0.5); 
				border-radius: 8px;
				} 

h4 { 
	  font-family:'LeviBrushRegular'; 
		font-weight:normal;
			text-shadow: 6px 6px 6px #fff;
	}
	
h4  {
	color:#000;
		font-size:75px;	
			line-height:20px;
				letter-spacing:1px;	
					
	}				
	
p{
color: #000; 
font-family: EdoRegular; 
font-size: 1.2em;
text-decoration: none;
font-weight:normal;
text-align:left;
}

}
h1{
font-weight:normal;
color:#000;
background:none;
font-size:1em;
font-family:EdoRegular;
letter-spacing:0em;
padding:1px;
text-align:center;
}
h2{
font-weight:bold;
color:#000;
background:none;
font-size:2.2em;
font-family:EdoRegular;
letter-spacing:0em;
padding:1px;
text-align:center;
}
h3{
font-weight:normal;
color:#000;
background:none;
font-size:1.2em;
font-family:EdoRegular;
letter-spacing:0em;
padding:1px;
text-align:center;
}

footer{
font-family:times;
text-align:center;
font-size: 0.9em;
color:#000;
}

tr { color:#000;}

#kasse a:link {color:#000;}      /* unvisited link */
		 #kasse a:visited {color:#000;}  /* visited link */
			#kasse a:hover {color:#000;}  /* mouse over link */
				#kasse a:active {color:#000;}  /* selected link */ 
					#kasse a:link {text-decoration:none;}
						#kasse a:visited {text-decoration:none;}
							#kasse a:hover {text-decoration:underline;}	

