html {
	overflow-x: hidden;
}

#logo {
float:right;
}

.contentbox {
	margin-top:10px;
	background: #E6EFC2;
	padding:5px;
	-moz-border-radius: 4px;
}

/*scrollbar div*/
#scroll {position:relative; width:490px; height:400px; overflow:auto}
#scrollcontent {position:absolute; width:470px; z-index:200}
#scrollbar {float:right; position:relative; display:none; width:15px; height:400px; z-index:100; background:url(/img/scroll-bg.gif)}
.scroller {position:absolute; top:0; width:15px; cursor:pointer; background-color:#ccc; background-image:url(/img/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}



.lined-box{
	width: 220px;
	margin-top:10px;
	background: #C6D880;
	padding:5px;
	-moz-border-radius: 4px;
}

.tablehead, #tablehead-first, #tablehead-last {
	padding:3px;
	padding-left:8px;
	padding-right:8px;
    background-color:#529214;
    color:#fff;
	font-weight: bolder;
}

#tablehead-first {
	-moz-border-radius-topleft: 4px;
}

#tablehead-last{
	-moz-border-radius-topright: 4px;
}

.resultrow:hover {
	background-color:#C6D880;
}



body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial,verdana !important;
	font-size: 11px;
	background: green url(/img/grass.png) fixed;
	text-decoration: none;
	margin: 0;
	padding: 0;
	height:100%;
}

#page {
	width: 1010px;
	height: 100%;
	margin: 0px auto 2px auto;
	text-align: left;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#top {
	vertical-align: top;
	background: url(/img/bana3.jpg) no-repeat top left;
	height: 200px;
}

#middle {
	padding-top: 5px;
	text-align: top;
	width: 100%;
	height:900px;
	background: #fff;
}

#leftColumn {
	width: 753px;
	float:left;
}

#rightColumn {
	width: 250px;
	float:right;
}

#calculator {
	background: #DEDEDE url(/img/icon_calculator.png) no-repeat 5px;
	padding:5px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#calculator-body {
	padding: 5px;
	border: 1px solid #DEDEDE;
}

#calcresult {
	width:225px;
	font-size: 25px;
	font-weight: bolder;
	color: red;
	border: 0px;
	background: #fff;
}


#sitefooter{
	border-top: 1px solid grey;
	text-align:top;
	padding:15px;
	background:#fff;
}

#sitefooter img {
   vertical-align:top;
	margin-right:15px;
}

strong {
	font-weight: bolder;
}

.storytext h2 {
	font-size: 1.1em;
}

hr {
	margin-bottom: 5px;
	border: 0px;
	color: #333366;
	background-color: #333366;
	height: 1px;
}

.clear-both {
	clear: both;
}

a {text-decoration: none; color: #fff; cursor: pointer;}
a:link  {text-decoration: underline; color: #fff}
a:visited {text-decoration: underline; color: #fff}
a:hover {text-decoration: underline; color: #000000}
a:active {text-decoration: none; color: #000000}

.resultrow a, .notbookable a {
	color:#000 !important;
}

.linklook {
	cursor: pointer;
	color: #000099;
}

img {
	border: 0px;
}

/* menymall */

#menu{
	padding-top:170px;
}

#menu ul, #menu li{border:0; margin:0; padding:0; list-style:none;font-family:Arial, Helvetica, sans-serif; font-size:13px;}
#menu ul{border-bottom:solid 1px #DEDEDE; height:29px; padding-left:5px;float:left;}
#menu li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background: #E6EFC2;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	color:#666666;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background: #E6EFC2;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	display:block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background: #fff;
	display:block;
	color: #529214;
}
.tab a:hover span{
	background: #fff;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background: #fff;
} 
.active a span, .active a:hover span{
	background: #fff;
}

.textbox {
	clear:left;
	font-size: 13px;
	padding: 4px;
	background:#346633;
	-moz-border-radius: 7px;
}

#welcometxt {
	clear:left;
	margin:15px 15px;
	color:#fff;
}
			

h1 {
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;
	padding-top: 0px;
	margin: 0;	
}

#extralarge {
	font-size: 30px;
	display:block;
	margin-left:5px;
	margin-top:12px;
	float:left;
	clear:right;
}

#golf-fakta {
	font-size: 13px;
	padding:5px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 4px;		
}

h2.storyteaser {
	font-weight: normal;
	font-size: large;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 4px;		
}	

.faq-question {
	display:block;
	clear:left;
	font-weight: bold;
	font-size: 13px;
}

.faq-answere{
	margin-top:0px;
}


input, select, textarea {
	padding:2px;
	margin: 2px;
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, arial; 
	font-size: 9pt;
	background: #eeeeee;
	border: 1px solid #888888;
}

#top-search-form {
	width:155px;
	height:23px;
	float:left;
	margin-left:0px;
	margin-top:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, arial; 
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border: 1px solid #fff;
	padding:3px;
	padding-left:10px;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
span.icon_close{background:url(/img/close.gif) no-repeat top left;padding-left:15px;padding-top:3px;}
.hiddenlayer{width:261px;position:absolute;margin-top:-16px;background-color:#f1f1f1;padding:10px;color:black;border:green 1px solid;display:none;filter:"alpha(Opacity=95)";z-index:100;}
.infobutton{margin-left:11px;}
.infobutton:hover{cursor:help}

.notbookable {
	border:1px solid red;
	padding:5px;
	background: #DEDEDE url(/img/info3.png) no-repeat 5px 5px;
	padding:5px;
	padding-left:25px;
	-moz-border-radius: 4px;
}
.blocked-option {
	color:#ccc;
}
.rek-option {
	font-weight:bold;
}



/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:250px;	/* Width of box */
		height:200px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#fff;	/* White background color */
		text-align:left;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, arial; 
	font-size:14px;
	font-weight:bold;
	color:#666666;


	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#ccc;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}