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

body {
	background-image: url("/gfx/cbg.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #cccccc;
}

a {

}

img {
	border: 0px;
}

hr {

}

ul {
	list-style: disc;
	margin-left: 30px;
}

ul li {
	padding: 3px 0px;
}

ul {
	list-style: decimal;
	margin-left: 40px;
}

form {
	display: inline;
}

div#siteContainer {
	width: 981px;
	margin: 0px auto;
}

div#topStrek {
	height: 10px;
	border-bottom: 6px solid #cccccc;
}

div#headerContainer {
	height: 221px;
	border-bottom: 6px solid #f2f2f2;
	background-repeat: no-repeat;
	background-position: center center;
}

div#vokkslogoContainer {
	width: 118px;
	float: left;
	margin: 30px 0px 0px 30px;
}

div#avdContainer {
	width: 169px;
	height: 142px;
	float: right;
	margin: 14px 10px 0px 0px;
}

div#menuContainer {
	padding-top: 21px;
	padding-left: 0px;
	float: left;
	clear: both;
}

div#menuContainer img {
	display: block;
	float: left;
}

div#searchContainer {
	width: 200px;
	float: right;
	height: 34px;
	line-height: 34px;
}

div#searchContainer input {
	border: 0px;
}

div#submenu2Container {
	height: 30px;
}

div#leftContainer {

}

div#rightContainer {
	width: 252px;
	float: right;
	min-height: 300px;
	padding-top: 10px;
}

div#rightContainer p {
	margin: 0px;
	padding: 0px;
}

div#addsContainer img {
	margin-bottom: 10px;
}

div#contentContainer {
	margin-right: 262px;
}

div#contentContainer table {
	margin-top: 5px;
}

div#footerContainer {
	clear: both;
	background-image: url("/gfx/footerbg.jpg");
	background-repeat: no-repeat;
	min-height: 105px;
	text-align: center;
	padding-top: 80px;
	font-size: 12px;
}

div#creditsContainer {
	font-size: 12px;
	color: #ccc;
	padding: 10px 10px;
	text-align: center;
}

div#creditsContainer a {
	color: #ccc;
}

h1.Green {
	color: white;
	background-color: #009fa8;
}