/* meny og tittel */
h1 {font-family: Arial, Verdana, sans-serif; color: #FFFFFF; font-size: 18px;text-decoration: bold; word-spacing: 12px;}
h2 {font-family: Arial, Verdana, sans-serif; color: #000000; font-size: 20px;text-decoration: bold; }
h3 {font-family: Arial, Verdana, sans-serif; color: #990000; background-color: #FFFFFF; font-size: 14px;}
h4 {font-family: Arial, Verdana, sans-serif; color: #FFFFFF; background-color: #680000; font-size: 14px;}


/* styling undertekst og mindre tekster */
p.first { font-family: Arial, Verdana, sans-serif; color: #990000; font-size: 10px;text-decoration: bold; background-color: #FFFFFF; } 
p.second { font-family: Arial, Verdana, sans-serif; color: #990000; font-size: 10px;text-decoration: bold; background-color: #FFFFFF; text-align: right; margin-right: 8px} 


/* bildekontroll */
img.floatLeft { 
    float: left; 
    margin-right: 10px; 
}

img.floatRight { 
    float: right; 
    margin-left: 10px; 
}


/* links */
.class1 A:link {font-family: Arial, Verdana, sans-serif; font-size: 14px; color: #000000; text-decoration: none;}
.class1 A:visited {font-family: Arial, Verdana, sans-serif; font-size: 14px; color: #000000; text-decoration: none;}
.class1 A:active {font-family: Arial, Verdana, sans-serif; font-size: 14px; color: #FFFFFF; background-color: #000000;}
.class1 A:hover {font-family: Arial, Verdana, sans-serif; font-size: 14px; color: #FFFFFF; background-color: #000000;}

.class2 A:link {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; background-color: #990000;}
.class2 A:visited {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; background-color: #8c8c8c;}
.class2 A:active {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none; background-color: #990000;}
.class2 A:hover {font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #990000;}




/* paragraf */

p {margin:0em 0; }
p {font-family: arial; color: #FFFFFF; font-size: 12px; word-spacing: 2px;  line-height: 200%;); 
}




/* BODY OG BAKGRUNNSBILDE */
body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	background-color: #4A0202;	
    background-attachment: fixed;
    background-image: url(grf/bg2.gif);
	   


}




/* Resten styrer diverse inndelinger som bunn og head */
#wrap {
	width:40em;
	margin:0 auto;
    height:100%;
	padding:2em;

}

#header {
    background-color: #FFFFFF;
	width:40em;
	height:6em;
    text-align:center;
    position: absolute; 
    z-index:10;	
}





div #content-wrap {height:100%; } /* 100 % height */
div #content {padding:7em 2em; height:100%;
    background-image: url(grf/transbg2.png);
    background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
}



#footer {
    position:relative;
	z-index:10;
	width:40em;
	height:1em;
    text-align:center;
}
















