@charset "utf-8";
/* CSS Document */
html {
	overflow: -moz-scrollbars-vertical;
}
html, body {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	background-color:#FFF9E8;
	color:#8c6239;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:5px;
	padding-bottom:0px;
	margin:0px;
	font-size:45px;
	color:#8c6239;
	text-align:left;
}
h2 {
	font-size:21px;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:14px;
	text-align:left;	
}
h3 {
	font-size:16px;
	padding-left:7px;
	margin-bottom:5px;
	margin-top:7px;
	text-align:left;	
}
h4 {
	font-size:12px;
	padding-left:7px;
	margin-bottom:3px;
	margin-top:7px;
	text-align:left;	
}
.divtag{
	width:100%;
}
img {
	border:0px;
}
a {
	font-weight:bold;
	color:#3F2914;
	text-decoration:none;
	border:0px;
	border:0px;	
}
a:hover {
	color:#8c6239;
	text-decoration:underline;
	border:0px;	
}

.tabeltop {
	width:540px;
}
.tabeltop td {
	padding-right:0px;
	padding-left:0px;
}

.tabelmeny {
	margin-top:24px;	
	width:800px;
	text-align:center;
}
.tabelmeny td {
	vertical-align:top;
	background-color:#F2E5C3;
	padding:4px;
	border-bottom:4px #B78231 solid;
}
.tabelmeny td:hover {
	padding:4px;
	color:#8c6239;
	background-color:#FFF9E8;
	border-bottom:4px #B78231 solid;	
}
.tabelmeny td:hover a {
	color:#8c6239;
}
.tabelmeny a {
	font-weight:bold;
	color:#8c6239;
	text-decoration:none;
}
.tabelmeny a:hover {
	color:#8c6239;
	text-decoration:underline;
}
.tabelcontent {
	padding-top:52px;
	width:820px;
	padding-bottom:95px;
}
.tabelcontent td {
	width:50%;
	vertical-align:top;
	color:#8c6239;
}

