/* Kristian Bjerck | www.bjerck.com */
   
    body {
        color: #202020;
        line-height: 21px;
        background: url(../back.jpg);
        -webkit-text-stroke: 1px transparent;
    }
    
    #content {
            width: 500px;
            height: 100%;
            font-family: Lucida, Georgia, "Times New Roman", Times, serif;
            font-size: 14px;
            margin: 0 auto 15px auto;
            padding: 15px 20px 15px 20px;
        	border-bottom: black 1px solid;
        }
        
    .container {
    	height: 100%;
    	width: 100%;
        margin: 0 auto;
        
    }
    
 
    *:active, *:focus { outline-width: 0px; }
    .content p, .content h1, .content h2, .content h3, .content h4, .content blockquote, .content ul, .content ol, ol.notes li, ol.notes blockquote, .content li, .content img, .content table { margin: 0 0 12px 0; }
    a { text-decoration: none; }
    a img { border-width: 0px; }

    em { font-style: italic; }
    strong { font-weight: bold; }
    
    #content h2 {
       	font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
	
	#content h1 {
       	font-size: 150px;
        letter-spacing: 1px;
        line-height: 200px;
    }
    #content h1 span {
       	font-size: 80px;
        letter-spacing: 1px;
        line-height: 60px;
    }
	
	#content a {
        color: #3eaace;
    }
    
    #content a:hover {
        text-decoration: underline;
    }

    .border {
        height: 2px;
        background: #3eaace;
    }
    
    .border2 {
        height: 1px;
        background: #3eaace;
    }

    {CustomCSS}
    
    #storting {
    	width: 100%;
    	height: 200px;
    	background-color: black;
    }
    	#insideblack {
    		width: 700px;
    		margin-right: auto;
    		margin-left: auto;
			text-align: center;
			color: #f0f0f0;
    	}
    		
    	#insideblack img { margin-top: -6px; }
    	
    	#insideblack h2 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; line-height: 35px; }
    	
    	#insideblack h3 { font-family: "Lucida Grande"; font-size: 12px; line-height: 20px; }
    	
    	.meny .static {
                min-height: 22px;
                margin: 0px 0px 0px 20px;
                padding: 6px 0 0 0;
            }

                .meny .static a {
                    color: #f0f0f0;
                    font-size: 11px;
                    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                }¨
                
       h1 span {
       	line-height: 400px;
       	font-size: 200px;
       	color: blue;
       }

    