﻿* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, san-serf;
}
body {
	background: #fdfaea url('../img-design/bckgr.png') repeat-y center top;
	height: 100%;
}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
	overflow-x: auto;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
	min-height: 100%;
	position: relative;
}
	/* start menu */
#menu {
	border-top: 3px solid #ffd204; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	margin: 0 auto;
	width: 900px;
}
#golf {
	display: table; 
	padding: 0; 
	margin: 0 auto; 
	list-style: none; 
	background: #ffd204 url("../img-design/right.gif") no-repeat right bottom; 
	white-space: nowrap;
	text-align: center;
}
#golf li {
	display: table-cell; 
	margin: 0; 
	padding: 0;
}
#golf li.first {
	background: url("../img-design/left.gif") no-repeat left bottom;
}
#golf li a {
	float: left; 
	font-size: 11px; 
	letter-spacing: .09em; 
	padding: 10px 12px; /*  8px når hele menyen er på plass */
	font-family: Arial,Verdana,sans-serif; 
	color: #BF3A0B; 
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#golf li a.selected {
	background: url("../img-design/down_arrow.gif") no-repeat center top; 
	color: #00a0b0;
}
#golf li a:hover {
	background: url("../img-design/down_arrow.gif") no-repeat center top; 
	color: #00a0b0;
}
	/* end menu */
#header {
	height: 125px;
}
#header-txt {
	float: left;
	padding: 40px 0 0 35px;
	font-size: 2.4em;
	color: #00a0b0;
	font-weight: bold;
}
#header-txt a {
	color: #00a0b0;
	text-decoration: none;
}
.logo-img {
	float: right;
	padding-right: 32px;
}
#heading {
	margin: 0 100px;
	padding: 0;
}
#hidden {
	margin: 15px auto -10px auto;
	width: 10px;
	height: 1px;
	text-align: center;
}
#content {
	margin: 0 100px;
	padding: 10px 0 51px 0;	/* padding-bottom = height of the footer */
}
#footer {
	height: 51px;		/* Height of the footer */
	position: absolute;
	bottom: 0;
}
#footer-inner {
	margin: 0 95px;
	width: 780px;
	border-top: 3px solid #ffd204;
}
#footertable {
	font-size: 12px;
	width: 100%;
	margin: 10px 0;
}
#footertable a {
	color: black;
	text-decoration: none;
}
.info {
	width: 300px;
	margin: 0 auto 10px auto;
	/*margin: 0 15px 10px 0;
	float: right;*/
	text-align: center;
	font-weight: bold;
	color: white;
}
.info a {
	color: #BF3A0B; 
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
	color: #BF3A0B;
}
.infotable {
	border-collapse: collapse;
}
.infotable td {
	padding: 0;
}
.infotable p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.up-left {
	height: 36px;
	width: 36px;
	background: url('../img-design/corner.png') no-repeat left top;
}
.up-middle {
	height: 36px;
	background: url('../img-design/corner.png') repeat right -72px;
}
.up-right {
	height: 36px;
	width: 36px;
	background: url('../img-design/corner.png') no-repeat right top;
}
.middle-left {
	width: 36px;
	background: url('../img-design/corner.png') no-repeat left center;
}
.middle-middle {
	background-color: #00a0b0;
}
.middle-right {
	height: 36px;
	width: 36px;
	background: url('../img-design/corner.png') no-repeat right center;

}
.bottom-left {
	height: 36px;
	width: 36px;
	background: url('../img-design/corner.png') no-repeat left -36px;
}
.bottom-middle {
	height: 36px;
	background: url('../img-design/corner.png') repeat right -108px;
}
.bottom-right {
	height: 36px;
	width: 36px;
	background: url('../img-design/corner.png') no-repeat right -36px;
}
.up-left-w {
	height: 20px;
	width: 20px;
	background: url('../img-design/corner-white.png') no-repeat left top;
}
.up-middle-w {
	height: 20px;
	background: url('../img-design/corner-white.png') repeat right -40px;
}
.up-right-w {
	height: 20px;
	width: 20px;
	background: url('../img-design/corner-white.png') no-repeat right top;
}
.middle-left-w {
	width: 20px;
	background: url('../img-design/corner-white.png') no-repeat left center;
}
.middle-middle-w {
	background-color: white;
}
.middle-right-w {
	height: 20px;
	width: 20px;
	background: url('../img-design/corner-white.png') no-repeat right center;

}
.bottom-left-w {
	height: 20px;
	width: 20px;
	background: url('../img-design/corner-white.png') no-repeat left -20px;
}
.bottom-middle-w {
	height: 20px;
	background: url('../img-design/corner-white.png') repeat right -60px;
}
.bottom-right-w {
	height: 20px;
	width: 20px;
	background: url('../img-design/corner-white.png') no-repeat right -20px;
}
.inner td {
	border: 2px solid white;
	width: 50%;
	height: 70px;
}
p {
	padding: 10px 30px;
	margin: 0;
	font-size: 13px;
}
h1 {
	font-size: 28px;
	text-transform: uppercase;
	color: #00a0b0; 
	padding: 10px 30px;
	margin: 0;
	text-align: center;
}
h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #00a0b0; 
	padding: 10px 30px;
	margin: 0;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #00a0b0; 
	padding: 10px 30px;
	margin: 0;
	text-align: center;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: black; 
	padding: 10px 30px;
	margin: 0;
	text-align: center;
}
.yellow {
	color: #FFD204;
}
.red {
	color: #BF3A0B;
}
.upper-14px {
	font-size: 14px;
	text-transform: uppercase;
}
img {
	border: none;;
}
.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-left: 20px;
}
.center {
	text-align: center;
}
.no-marg-pad {
	margin: 0;
	padding: 0;
}
.right-txt {
	text-align: right;
}
.left-txt {
	text-align: left;
}
a {
	color: #BF3A0B; 
	text-decoration: none;
}
a:hover {
	color: #00a0b0;
	text-decoration: underline;
}
ul {
	padding: 5px 20px;
	font-size: 13px;
}
table {
	font-size: 13px;
}
td {
	padding: 5px;
}
.clear {
	clear: both;
	line-height: 1px;
}
.teller {
	color: #BF3A0B;
	font-weight: bold;
	font-size: 28px;
}
.right-column {
	 width: 350px; 
	 float: right; 
	 margin: 0 0 10px 0;
}
.medl {
	 width: 730px; 
	 margin: 10px auto; 
	 height: 500px; 
	 overflow: auto; 
	 border: 2px solid #00A0B0; 
	 padding: 5px;
}
a {
	outline: none;
}
