* {
	font-family: Verdana, sans-serif;
}
h1              { font-size: 22px; margin: .67em 0 }
h2              { font-size: 18px; margin: .75em 0 }
h3              { font-size: 16px; margin: .83em 0 }

body {
	margin-top: 157px;
	margin-bottom: 50px;
	overflow: hidden;
	min-width: 950px;
	text-align: center;
}

p, td, li {
	font-size: 11px;
}
div#header {
	height: 157px;	
	position: absolute; 
	top: 0px;
	width: 950px;
	left: 50%;
	margin-left: -474px;
	background: #fff url("design/WT_green.jpg") no-repeat center 1px;
	text-align: left;
}
div#meny {
	position: absolute; 
	bottom:0px;
	background: #fff url("design/bg_meny.jpg") repeat-x top center;
	width: 100%;
	text-align: left;
}
div#main{ background: #eef7e2 url("design/bg_main.jpg") repeat-y -30px 0px; }
/* div#mainTom {  background:  url("design/platta.jpg") repeat; } */
div#main, div#mainTom {
	position: relative;
	width: 947px;
	margin: 0 auto;
	* margin: 100 auto 100px;
	height: 100%;
	* height: 100%;
	overflow: scroll;
	overflow-x: hidden; 
	z-index: 0;
	text-align: left;
}
div#content {
	margin-left: 58px;
	margin-top: 58px;
}
div#contentLeft {
	float: left;
	width: 490px;
	overflow: hidden;
	margin-left: 58px;
	margin-top: 58px;
}
div#contentRight {
	float: right;
	width: 370px;
	overflow: hidden;
	margin-top: 58px;
}
div#footer {
	position: absolute;
	bottom: 0px;
	width: 950px;
	left: 50%;
	margin-left: -473px;
	height: 50px;
	background: #fff url("design/bg_footer.jpg") no-repeat top center;
	text-align: left;
}

/* ************************ MENYVAL ************************************* */
#meny_hem, #meny_agenda, #meny_anmal, #meny_boka, #meny_info, #meny_utstallare {
	display: inline-block; 
	height: 41px;
	width: 98px;
} 
#meny span.sep {
	display: inline-block; 
	height: 41px;
	width: 15px;
	background: #ffffff;
}
#meny_hem, #meny_hem:link, #meny_hem:visited, #meny_hem:active  {
	background: url("design/Homeknapp-44x41-Normal.jpg") no-repeat center left;
	width: 44px!important;
}
#meny_hem:hover { background-image: url("design/Homeknapp-44x41-Hover.jpg"); }

#meny_agenda, #meny_agenda:link, #meny_agenda:visited, #meny_agenda:active  {
	background: url("design/Agenda-Nav-Normal-99x41.jpg") no-repeat center center; }
#meny_agenda:hover { background-image: url("design/Agenda-Nav-Hover-99x41.jpg"); }

#meny_anmal, #meny_anmal:link, #meny_anmal:visited, #meny_anmal:active  {
	background: url("design/Anmalan-Nav-Normal-98x41.jpg") no-repeat center center; }
#meny_anmal:hover { background-image: url("design/Anmalan-Nav-Hover-98x41.jpg"); }

#meny_boka, #meny_boka:link, #meny_boka:visited, #meny_boka:active  {
	background: url("design/Boka-Nav-Normal-98x41.jpg") no-repeat center center; }
#meny_boka:hover { background-image: url("design/Boka-Nav-Hover-98x41.jpg"); }

#meny_info, #meny_info:link, #meny_info:visited, #meny_info:active  {
	background: url("design/Info-Nav-Normal-98x41.jpg") no-repeat center center; }
#meny_info:hover { background-image: url("design/Info-Nav-Hover-98x41.jpg"); }

#meny_utstallare, #meny_utstallare:link, #meny_utstallare:visited, #meny_utstallare:active  {
	background: url("design/Utstall-Nav-Normal-98x41.jpg") no-repeat center center; }
#meny_utstallare:hover { background-image: url("design/Utstall-Nav-Hover-98x41.jpg"); }

