@import url("artikler.css");
@import url("bildegalleri.css");
@import url("meny.css");
@import url("skjema.css");

body {
	font-family: Arial, Tahoma, Verdana, san-serif;
	font-size: 0.8em;
	margin: 0px;
}

a {	
	color: #2b54b2;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	display: block; // IE avstands fix
}

hr {
	border: 0px;
	color: white;
	background-color: white;
	border-bottom: 1px solid black;
}

form {
	display: inline;
}

/**
* Special
**/
.clear {
	clear: both;
}

/***
* Containers
***/

div#siteContainer {
	width: 960px;
	min-height: 700px;	
	margin: 0px 0px;
}

div#headerContainer {
	height: 240px;
}

div#bodyContainer {
	border-bottom: 1px solid #000000;	
}	

div#menuContainer {
	width: 230px;
	padding-right: 10px;
	min-height: 500px;	
	float: left;
}

div#adContainer {
	margin-top: 2px;
}

div#contentContainer {
	float: right;
	clear: right;
	width: 710px;
	padding-left: 10px;
	padding-top: 2px;
}

div#footerContainer {
	clear: both;
	min-height: 100px;	
}

div#creditsContainer{
	height: 50px;
	margin-top: 40px;
	text-align: center;
	font-size: 0.8em;
}



/****
* Header
***/

#toolsContainer{
	padding: 2px 3px;
	background-color: #000000;
	-moz-opacity: 0.5;
	opacity: .5;
	filter:alpha(opacity=50);
	color: #ffffff;
	float: right;
}

#toolsContainer a{
	color: #ffffff;
	text-decoration: none;
	padding: 0px 5px;
}

#headerContentContainer {
	clear: both;
}

#logoContainer{
	float: left;
	padding: 10px;
	margin-top: 110px;
	padding-bottom: 0px;
}

#gloriaContainer{
	float: right;
	clear: none;
	padding: 10px;
	margin-top: 155px;
	padding-bottom: 0px;
}


/**
* Left bar
**/

#adContainer{
	margin-top: 2px;
}

#adContainer p {
	margin: 0px;
	margin-bottom: 2px;
}

#adContainer br {
	line-height: 2px;
}


/**
* Footer
**/

#footerContainer p{
	margin: 3px 0px;
}
