html,body{
	text-decoration:none;
	padding: 0;
	margin: 0;
	border: none;
}
body {
	font:80%/1.25em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#e7f7f7;
}
#wrapper{
	width:931px;
	margin: 0px auto;
   text-align: left;
	min-height: 500px;
	background-image: url(images/bgMain.gif);
	background-repeat:repeat-y;
}
/* TOP
==============================*/
#topTop{
	background-image: url(images/bgTopTop.jpg);
	background-repeat: no-repeat;
	height:85px;
	width:931px;
}
#top{
	background-image: url(images/bgTop.jpg);
	background-repeat: no-repeat;
	height: 156px;
	width:931px;
	text-align:center;
}
#topBilde{
	background-image: url(images/bildeTop.jpg);
	background-repeat: no-repeat;
	background-position:center;width:831px;
	height: 156px;	
	text-align: left;
	margin: 0px auto;
}
img#logo{
	margin:50px 0px 0px 40px;
	height: 44px;
	width: 487px;
}
/* CONTENT
==============================*/
#content{
	margin:0px 0px 0px 67px;
}
/* MAIN
==============================*/
#main{
	width:540px;
	min-height:100%;
	color:#333;
	float:left;
	border-right: 1px solid #EEE;
	padding: 0px 20px 10px 0px;
}
#main h1{
	color:#699;
	font-weight:bold;
	font-size:medium;
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
}
#main h2{
	color:#699;
	font-weight:normal;
	font-size:small;
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
}
#main h3{
	color:#666;
	font-weight:normal;
	font-size:small;
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
}
/* RIGHT
==============================*/
#right{
	width:220px;
	line-height: normal;
	padding: 0px 0px 10px 20px;
	margin:0px 0px 0px 562px;
	font-size:xx-small;
	color:#666;
	min-height:100%;
}
#right h1{
	color:#699;
	font-weight:bold;
	font-size:small;
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
}
#right h2{
	color:#699;
	font-weight:normal;
	font-size:small;
}
/* NAV
==============================*/
#nav{
	background-image: url(images/bgNav.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 575px;
	margin: 0px 0px 10px 57px;
	line-height:30px;
	font-family: Georgia, 'Times New Roman', Times, Sans-serif;
	color:#FFF;
	padding:0px 31px 0px 31px;
}
#nav ul{
	list-style: none;
	display: inline;
}
#nav li{	
	padding:0px 8px 0px 8px;
	float:left;
	border-left:1px solid #6CC;
}
#nav li a{
	text-decoration: none;
	color:#FFF;
}
#nav li a:hover{
	color:#066;
}
body#utstillinger a.utstillinger:visited, body#utstillinger a.utstillinger:link,
body#index a.index:visited, body#index a.index:link,
body#eng a.eng:visited, body#eng a.eng:link,
body#de a.de:visited, body#de a.de:link,
body#kontakt a.kontakt:visited, body#kontakt a.kontakt:link{
	color:#066;
}
#nav li.first{
	border: none;
	padding-left: 9px;
}
/* FOOTER
==============================*/
#footer{
	background-image: url(images/bgFooter.jpg);
	background-repeat:no-repeat; 
	height: 54px;
	width:931px;
	background-color: #e7f7f7;
	padding-top:40px;
	text-align:center;
	color: #a4b5b5;
	clear: both;
	font-size:x-small;
}
#footer a{
	text-decoration: none;
	color:#9CC;
}
#footer a:hover{
	color: #6C9;
}
