body {
	background-image: url("/gfx/bg.jpg");
	background-repeat: repeat-x;
	background-color: #5a3827;
}
a {
	color: #8e282c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#mainContainer {
	width: 960px;
	margin: 0px auto;
	background-color: white;
	background-image: url("/gfx/mainbg.jpg");
	background-repeat: repeat-y;
}
div#insideContainer {
	padding: 0px 40px;
}
div#headerContainer {
	padding: 20px 0px;
}
div#menuContainer {
	background-image: url("/gfx/menubg.jpg");
	background-repeat: repeat-x;
	height: 27px;
	margin: 0px 0px;
}
div#submenuContainer {
	float: left;
	margin: 0px 0px;
	background-color: #faf9cf;
	border-left: 1px solid #35342b;
	border-right: 1px solid #35342b;
	border-bottom: 1px solid #35342b;
	width: 168px;
	min-height: 300px;
}
div#contentContainer {
	float: left;
	width: 480px;
	margin: 10px 20px;
}
div#kontaktContainer {
	background-color: #e3e1d6;
	border: 1px solid #35342b;
	width: 168px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
}
div#credits {
	border-top: 1px dotted #1f1e6e;
	margin: 40px 40px 10px 40px;
	padding: 10px 100px;
}
input.sok {
	border: 1px solid #35342b;
	background-color: #faf9cf;
	width: 200px;
}
/*
-------------------------
Meny
-------------------------
*/
table.menu {
	margin-left: 200px;
}
td.menu1 {
	line-height: 21px;
	padding: 6px 5px 0px 5px;
}
td.menu2 {
	line-height: 21px;
	padding: 6px 10px 0px 10px;
}
td.menusel {
	line-height: 21px;
	background-color: white;
	padding: 3px 10px 2px 10px;

	border-top: 1px solid #1f1e6e;
	border-left: 1px solid #1f1e6e;
	border-right: 1px solid #1f1e6e;
}
a.menulink {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
a.menusellink {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
/*
-------------------------
Undermeny
-------------------------
*/
table.submenutb2 {
	width: 150px;
	margin: 0px auto 10px auto;
}
td.submenu21 {
	border-bottom: 1px dotted #a39d78;
	padding: 5px 5px;
}
td.submenu22 {
	border-bottom: 1px dotted #a39d78;
	padding: 5px 5px;
}
td.submenusel2 {
	border-bottom: 1px dotted #a39d78;
	padding: 5px 5px;
}
a.submenulink1 {
	color: black;
	text-decoration: none;
}
a.submenulinksel1 {
	color: black;
	text-decoration: none;
}
/*
-------------------------
Artikler
-------------------------
*/
div.artikkeltb {
	width: 100%;
	margin: 10px 0px;
	padding: 10px 10px;
	border-bottom: 1px dotted  #1f1e6e;
}
/*
-------------------------
Clearfix
-------------------------
*/
/* Easy clearing - source: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{ content: "."; display: block; clear: both; font-size: 0; height: 0; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
