body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
body {
	background-image: url(img/bg_tile.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* DIVS */

#container {
	background-image: url(img/bg.png);	
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	height: 100%;
	border: 0.1px dotted white; /* Firefox 1.5 hack, the div won't expand to full height without a border?! */
}
#footer {
	width: 100%;
	height: 60px;
	background-image: url(img/bunn.png);	
	background-repeat: no-repeat;
	background-position: top center; 
}
#top {
	background-image:url(img/topp.jpg);
	width: 947px;
	height: 244px;
	text-align: left;
/*	border: 1px solid yellow; */
	overflow:hidden;
}
#body {
	width: 845px;
	text-align: left;
}

#byline {
	clear:both;
	width: 966px;
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding-top: 32px;
	margin-bottom: 32px;
}

div.mnu {
	position: relative;
	height: 30px;
/*	border: 1px solid blue;*/
}
#mnu0 {
	top: 0px;
	left: 58px;
	height: 200px;
	width: 870px;
}
#mnu1 {
	top: 5px;
	width: 150px;
	left: 75px;
}
#mnu2 {
	top: -26px;
	width: 95px;
	left: 267px;
}
#mnu3 {
	top: -55px;
	width: 80px;
	left: 408px;
}
#mnu4 {
	top: -82px;
	width: 135px;
	left: 529px;
}
#mnu5 {
	top: -112px;
	width: 90px;
	left: 700px;
}
#mnu6 {
	top: -142px;
	width: 110px;
	left: 833px;
}

div.imgbox {
	display: inline;
	font-size: 10px;
	color: #666666;
}
div.imgbox img {
	border: 1px solid black;
}
div.left {
	float: left;
	margin: 8px 8px 8px 0px;
}
div.right {
	float: right;
	margin: 8px 0px 8px 8px;
}
div.clear {
	clear: both;
}


/* TEXT */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	/*margin-bottom: -4px;*/
	color:#FF6600;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#FF6600;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FF6600;
	margin-bottom: -4px;
}
h3.error {
	color:#F00;
}
#gjestebok {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}
#gjestebok label {
	display: block;
	float:left;
	width: 100px;
}
#gjestebok input,textarea {
	width: 250px;
}
#gjestebok textarea {
	height: 100px;
}
#gjestebok .btn {
	width: auto;
}


/* LINKS */

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #FF6600;	
}
a:hover {
	text-decoration: none;
}
