* { margin: 0; padding: 0; border: 0 }

body {
	background: #600;
	font: 11px/1.5em Verdana, Tahoma, arial, sans-serif;
	text-align: center;
	color: #fff;
	margin: 15px 0;
}

a, a:visited {	
	color: #600;
	background: inherit;
	text-decoration: underline;
}

a:hover {
	color: #200;
	background: inherit;
	text-decoration: none;
}


h1, h2, h3 {
	font-family: verdana, Tahoma, Sans-serif;
	font-weight: Bold; 		
}

h1, h2, h3, p {
	padding: 10px 25px 10px 10px;		
	margin: 0;
	color: #fff;
}

h1 {
	font-size: 17px ;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	padding: 15px 10px 5px 10px;
}
h3 {
	font-size:14px;
}

ul, ol {
	margin: 5px 10px;
	padding: 0 20px;
}


img {
	background: #FAFAFA;
	border: 1px solid #aa7;
	padding: 5px;
	margin: 10px 0 0 0;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}


table {
	margin: 10px;	
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom: 1px solid #664;
	font-size: 11px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:360px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(nav.jpg) repeat-x 0 0;
	border: none;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.clear { clear: both; }



/* LAYOUT */

#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(../images/bg_content2.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../images/bg_top2.gif) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 762px;	
	padding: 0; 	
	border-top: 5px solid #FFF;
	margin-left: 27px;
	display: inline;
	margin-bottom: 10px;
}

#header {
	height: 0px;
}

#head_right {
	float: right;
}

#head_right img, #head_left img {
	padding:0;
	margin:0;
	border: 0;
	border-bottom: 8px solid #fff;
}

#main {
	float: left;
	width: 62%;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	background: url(../images/bg_body.gif) top center no-repeat;
}

#main.galleri {
	float: left;
	width: 62%;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	background: none;
}

#main h1 {
	margin-top:20px;		
}


#main a, a:visited {	
	color: #fff;
	background: inherit;
	text-decoration: underline;
}

#main a:hover {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#main .upplevelse {
	float: right;
	margin: 0 20px 10px 10px;
}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 32%;
	padding: 0 10px 0 0px; 
	margin: 10px 0 0 0px;		
}

* html #sidebar {
	width: 34%;
}

#sidebar h1 {
	margin-top: 10px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6D6B34;	
}

#sidebar h2 {
	margin-top: 10px;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6D6B34;	
}

#sidebar p {
	margin-top: 10px;
	color: #600;	
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; 
	padding: 0;
	text-decoration: none;		
	background: url(../images/dots.gif) repeat-x left top;
}

#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 4px 0 4px 10px;
	margin: 0 2px;		
}

#sidebar ul.sidemenu li:hover {
	background: #bb9 url(../images/dots.gif) repeat-x left bottom;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #600;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #400;
}

.padleft {
	padding: 0 0 0 8px;
}

/* FOOTER */

#footer-wrap {
	clear: both;
	width: 820px;
	height:60px;
	font-size: 10px;	
	text-align: left;
	padding: 15px 0;
	background: url(../images/bg_footer2.gif) no-repeat center bottom;	
}

#footer-wrap a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#footer-wrap a:hover {
	color: #fff;
	text-decoration: underline;	
}

#footer-wrap p {
	padding:10px 0px 10px 10px;
	color: #fff;
}

#footer-bottom {
	color: #666;
	margin: 0 auto 5px auto; 
	padding: 12px 0;
	width: 761px;
	text-align: center;
}

#upp_box {
	background: #664 url(../images/bg_box.gif) top left repeat-x;
	padding: 0;
	width: 430px;
	margin: 0 0 0 12px;
}

#upp_box h1 {
	padding: 15px 18px 0  18px;
}

#upp_box p {
	padding: 15px 18px 0  18px;
	font-size: 12px;
	line-height: 150%;
	font-style: italic;
}

#upp_box p.last {
	padding: 15px 18px 18px  18px;
	font-style: normal;
	font-weight: bold;
}




