/* @override http://localhost:8888/Planck/css/main.css */

body{
	font-size: 87.5%; /* Base font size: 14px */
	margin: 0;
	padding:0;
height: 1250px;
	background: rgb(138,0,0) url(../images/bg2.jpg) no-repeat;
	}

/* Headings */
h1 {font-size: 1.6em}
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin-bottom: .8em;
	color:black;
	letter-spacing: 1px;
}

#header_img{
	position: fixed;
	-webkit-transform: rotate(-19deg); 
	-moz-transform: rotate(-19deg);
	-o-transform: rotate(-19deg);
	left:-63px;
	top: -122px;
	z-index: 20;
}
div#logo_placeholder {
	position: fixed;
	width: 300px;
	height: 60px;
	top: 115px;
	left: 55px;
	-webkit-transform: rotate(-19deg); 
	-moz-transform: rotate(-19deg);
	-o-transform:rotate:(-19deg);
	z-index:21;
}

div#meny{
	position: absolute;
	top: 240px;
	left: 100px;
	-webkit-transform: rotate(-19deg); 
	-moz-transform: rotate(-19deg);
	-o-transform: rotate(-19deg);
	opacity: 0;
	z-index: 1;
}


#meny li{
	display: inline;
	padding-right: 25px;
	padding-left: 25px;
	margin: 0px;
	letter-spacing: 1px;
	color: white;
	font-size: 1.786em;
	text-shadow: white 0 0 4px;
	font-family: 'Arial','Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#current{
	color: transparent !important;
}
#meny a{
	color:white;
	text-decoration: none;
		
	}
#meny a:hover{
	color: lightblue;
	text-decoration:none;
	text-shadow: white 0 0 4px;

}
div#content{
	position: absolute;
	top: 330px;
	left: 260px;
	text-align: left;
	opacity: 0;
	font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#content h1, #kontaktskjema h1, #kontakt h1{
	font-size: 2.6em;
	font-family: 'Reenie Beanie';
	margin: 0;
}
#content p{
	font-size: 0.9em;
	padding-top: 10px;
	width: 330px;
	line-height: 1.7;

}

div#footer{
	position: fixed;
	bottom: 10px;
	left:15px;
	color: lightgray;
	text-align: left;
}

div#footer a{
	color: lightblue;
}
div#languages{
	position: absolute;
	top:  10px;
	left: 765px;
	-webkit-transform: rotate(-19deg); 
	-moz-transform: rotate(-19deg);
	-o-transform: rotate(-19deg);
}
div#languages img{
	margin: 5px;
}

