/*

    K	Valdres Golfklubb
    P	./css/global.css
    E   20.05.2008
    O	19.12.2007
    c	Vidar Kvien Design

*/
/***********************************************************************

    INNHOLD        

	* Globaler
    * Strukturobjekter
	* Header
	* Typografi
	* Lenker
	* Lister
	* Bilder

/***********************************************************************

                                                     Globaler

***********************************************************************/

	body {
		margin: 0;
		padding: 0;
		color: #444;
		background-color: #c1c1c1;
		background-image: url(../img/bg_body.png);
		background-repeat: repeat-x;
		font: 0.75em/1.667em verdana, sans-serif;

	}
	
	* {
		background-color: transparent;
	}

	img {
		border: 0;
	}

/***********************************************************************

                                                     Strukturobjekter

***********************************************************************/

#sidehode {
	width: 100%;
	height: 45px; 
	/*
	background-color: #fff;
	border-bottom: 1px solid #e0e2d9; */

}

	#kontaktinfo {
		width: 965px;
		height: 25px;
		background-color: #fff;
		border-right: 1px solid #e0e2d9;
		border-left: 1px solid #e0e2d9;
		padding: 20px 20px 0 20px;
		margin: 0 auto 0 auto;
		text-align: right;
	}

	#container {
		width: 1005px;
		margin: 0 auto 0 auto;
		background-color: #fff;
		border-right: 1px solid #e0e2d9;
		border-left: 1px solid #e0e2d9;
	}
	
	#header {
		width: 971px;
		height: 224px;
		padding: 50px 0 0 0;
		margin: 0 15px 0 15px;
		background-color: #000;
		background-image: url(../img/seksjonsbilde/seksjonsbilde_roter.php);
		background-repeat: no-repeat;
	}
	
	#venstrekolonne {
		width: 250px;
		float: left;
	}
	
	#hovedkolonne {
		float: left;
		padding: 30px 0 0 0;
		border-left: 1px solid #f1f4e9;
	}
	
		#sidefelt {
			/*width: 225px;*/
			float: left;
			/* margin-top: -26px; */
			padding: 0 15px 0 20px;
			
		}
		
		.nyhet {
			clear: both;
			margin: 0 0 0 -20px;
			padding: 0 0 0 20px;
			border-bottom: 1px solid #f1f4e9;
		}
		
		#hovedfelt {
			width: 440px;
			float: left;
			padding: 0 0 20px 20px;
		}
		
	.clear {
		clear: both;
	}

	#kalendertopp {
		position: relative;
		width: 157px;
		height: 75px;
		margin: -68px 0 0 29px;
		padding: 24px 25px 0 25px;
		text-align: center;
		background-image: url(../img/bg_kalender_topp.png);
		background-repeat: no-repeat;
	}
	
	#kalender {
		width: 157px;
		margin: 0 0 0 29px;
		padding: 0 25px 9px 25px;
		font-size: 0.9em;
		background-image: url(../img/bg_kalender.png);
		background-repeat: repeat-y;
	}
	
	#kalenderbunn {
		width: 157px;
		height: 19px;
		margin: 0 0 0 29px;
		padding: 0 25px 0 25px;
		background-image: url(../img/bg_kalender_bunn.png);
		background-repeat: no-repeat;
	}
	
	#greenkeeper {
		width:  200px;
		margin:  20px 0 0 0;
		padding: 15px;
		border:  2px solid #e0e2d9;
	}
	
	#rubrikk {
		height: 111px;
		background-color: #e0e2d9;
		overflow: hidden;
		padding: 20px 0 20px 0;
		margin: 20px 0 0 0;
	}
	
		.golfboks {
			float: left;
			width: 400px;
			padding: 0 20px 0 20px;
		}
		
		.vaeret {
			float: left;
			width: 500px;
			padding: 0 20px 0 20px;
		}
	
	#bunncont {
		width: 100%;
		background-color: #58595b;
		background-image: url(../img/bg_bunn.png);
		background-repeat: repeat-x;
	}
	
	#bunn {
		padding: 40px 20px 40px 20px; 
		width: 965px;
		margin: 0 auto 0 auto;
	}
	
	#bunnkolonne {	
		width: 700px;
		float: left;
		color: #b2ada6;
	}
	
	#sponsorfelt {	
		width: 240px;
		float: left;
		color: #b2ada6;
	}

/***********************************************************************

                                                     Hode

***********************************************************************/
	
	#logo {
		width: 125px;
		height: 130px;
		margin: 0 0 54px 60px;
	}
	
	#navigasjon {
		
		height: 40px;
		background-image: url(../img/bg_nav.gif);
		overflow: hidden;
		
	}
		#navstart {
			width: 22px;
			height: 56px;
			background-image: url(../img/bg_navleft.png);
			margin-top: -16px;
			float: left;
		}

		#navend {
			width: 22px;
			height: 56px;
			background-image: url(../img/bg_navend.png);
			margin-top: -16px;
			float: right;
		}
	
	#nyhetsbrev {
		background-color: #f1f4e9;
		margin: 30px 0 0 0;
		padding: 20px;
	}

	#melding {
		width: 800px;
		background-color: #fff;
		font-weight: bold;
		padding: 50px;
		margin: 90px auto 0 auto;		
	}

/***********************************************************************

                                                     Typografi

***********************************************************************/

	#sidefelt {
		font-size: 0.917em;
		line-height: 1.455em;
	}
	
	h2, h3, h4 {
		font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
		clear: both;
	}
	
	
	h2 {
		padding: 16px 0 0 0;
		margin: 0;
		font: 600 16px/16px 'Trebuchet MS', sans-serif;
	}
	
	h3 {
		padding: 6px 0 10px 0;
		margin: 0;
		font: 600 13px/13px 'Trebuchet MS', sans-serif;
	}
	
	#kalendertopp h2 {
		font: 600 13px/13px 'Trebuchet MS', sans-serif;		
	}

	
	#kalender h3 {
		font: 600 13px/18px 'Trebuchet MS', sans-serif;
		margin: 0;
		padding: 0;
		
	}
	
	.nyhet h3 {
		padding: 20px 0 15px 0;
	}
	
	.dato {
		color: #888;
		padding: 0 0 3px 0;
	}
	
	#bunn .dato {
		font-size: 10px;
	}
	
	#bunn h2 {
		padding: 10px 0 19px 0;
	}
	
	#bunn h3 {
		margin: 0;
		padding: 0 0 0 0;
	}

/***********************************************************************

                                                     Lister

***********************************************************************/
	
	#navigasjon ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 250px;
	}
	
	#navigasjon ul li {
		float: left;
	}
	
	#kalender ul {
		list-style-type: none;
		padding: 0;
		margin: 0 0 0 0;
	}
	
	#kalender ul li {
		padding: 15px 0 0 0;
		border-top: 1px solid #f1f4e9;
	}
	
	ul#nyhetsarkiv {
		
	}
	
	ul#nyhetsarkiv li {
		padding: 15px 0 0 0;
	}
	
	#bunn ul {
		width: 900px;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	#bunn ul li {
		padding: 0 19px 0 0;
		width: 150px; 
		float: left;
	}
	
	#sponsorfelt ul {
		width: 300px;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	
	#sponsorfelt ul li {
		width: 118px;
		float: left;
	}
	
	.andrekolonne_boks ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	

#nyhetsbrev label {
	display: block;
	float: left;
	width: 60px;
}

#nyhetsbrev input {
	padding: 4px;
	margin: 0 3px 5px 0;
}

#nyhetsbrev input.felt {
	width: 200px;
	border: 1px solid #56585a;
	background-color: #fff;
}


/***********************************************************************

                                                     Lenker

***********************************************************************/
	a:link, a:visited {
		color: #88a63f;
		text-decoration: none;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	
	#navigasjon a:link {
		display: block;
		height: 28px;
		padding: 12px 16px 0 16px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Trebuchet MS', verdana, sans-serif;
		color: #fff;
		background-color: #57585a;
		text-decoration: none;
		background-image: url(../img/bg_nav.gif);
	}
	
	#navigasjon a:visited {
		display: block;
		height: 28px;
		padding: 12px 15px 0 15px;
		font-weight: bold;
		font-size: 12px;
		font-family: 'Trebuchet MS', verdana, sans-serif;
		color: #ccc;
		background-color: #57585a;
		text-decoration: none;
		background-image: url(../img/bg_nav.gif);
	}
	
	#navigasjon a:hover, #navigasjon a:active {
		color: #fff;
		background-color: #88a63f;
		background-image: url(../img/bg_nav_on.gif);
	}
	
	#navigasjon a.active {
		color: #fff;
		background-color: #88a63f;
		background-image: url(../img/bg_nav_on.gif);
	}
	
	.andrekolonne_boks {
		width: 225px;
	}

	.andrekolonne_boks ul li a:link, .andrekolonne_boks ul li a:visited {
		display: block;
		font-weight: bold;
		background-image: url(../img/knapp_paa.png);
		background-repeat: no-repeat;
		background-position: 4px 4px;
		background-color: #f1f4e9;
		border: 1px solid #f1f4e9;
		padding: 10px 10px 10px 35px;
		margin-bottom: 3px;
	}
	
	.andrekolonne_boks ul li a:hover {
		background-image: url(../img/knapp_aktiv.png);
		background-repeat: no-repeat;
		background-position: 4px 4px;
		background-color: #88a63f;
		color: #fff;
	}
	
	#kalender h3 a {
		display: block;
		color: #444;
	}
	
	#kalender h3 a:hover {
		color: #799b37;
	}

	.lesmer {
		margin: 0;
		padding: 10px 0 13px 0;
		display: block;
		float: right;
		font-size: 10px;
		color: #888;
	}
	
	.lesmer img{
		vertical-align: middle;
		margin-left: 3px;
	}


/***********************************************************************

                                                     Bilder

***********************************************************************/
img.stil_bilde_original {
	display: block;
}

img.stil_bilde_standard {
	width: 100%;
}
/*	
img.stil_bilde_venstre_flytende {
	width: 200px;
	float: left;
}*/
	div.stil_bilde_venstre_flytende {
		display: block;
		width: 150px;
		float: left;
		padding: 16px;
		font: italic 11px/14px 'trebuchet ms', sans-serif;
	}
	
	div.stil_bilde_venstre_flytende img {
		width: 150px;
	}
	
	div.stil_bilde_venstre_flytende_liten {
		display: block;
		width: 135px;
		float: left;
		padding: 0 10px 10px 0;
		font: italic 11px/14px 'trebuchet ms', sans-serif;
	}
	
	div.stil_bilde_venstre_flytende_liten img {
		width: 135px;
	}
	
	div.stil_bilde_hoyre_flytende {
		display: block;
		width: 150px;
		float: right;
		padding: 16px;
		font: italic 11px/14px 'trebuchet ms', sans-serif;
	}
	
	div.stil_bilde_hoyre_flytende img {
		width: 150px;
		
	}
	
	
/*
img.stil_bilde_hoyre_flytende {
	width: 200px;
	float: right;
}*/

/***********************************************************************

                                                     yr.no vær

***********************************************************************/

.vaervarsel_dag {
	width: 50px;
	float: left;
	text-align: center;
}

/***********************************************************************

                                                     Golfbox

***********************************************************************/

form {
	margin: 0;
	padding: 0;
}

#golfboks_skjema {
	width: 280px;
	float: left;
}

#golfboks_submit {
	width: 70px;
	float: left;
}

#golfboks_skjema label {
	width: 65px;
	float: left;
	font-size: 0.75em;
}

#golfboks_skjema input {
	background-color: #fff;
	width: 210px;
	height: 18px;
	margin: 2px 0 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #fff;
}

input#chkBypassPP {
	float: left;
	width: 12px;
	height: 12px;
}

label#chkBypassPP_label {
	width: 300px;
	font-size: 0.75em;
}

#golfboks_submit input {
	cursor: pointer;
	height: 46px;
	width: 56px;
	margin: 2px 0 0 3px;
	background-image: url(../img/vgolf_bg.png); 
	background-repeat: repeat-x;
	background-color: #fff;
	color: #799b37;
	border-top: 1px solid #fff;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	border-left: 1px solid #fff;
}

#golfboks_submit input:hover, #golfboks_submit input:focus, #golfboks_skjema input:focus {
	background-color: #f2ffd3;	
}

#golfboks_skjema p {
	float: left;
	font-size: 0.75em;
	
}

/***********************************************************************

                                                     Baneguide

***********************************************************************/

#subnav {
	width: 722px;
	background-color: #88a63f;
	font: bold 12px/12px 'trebuchet ms', 'trebuchet',sans-serif;
	background-image: url('/img/bg_submeny.png');
	float: left;
	overflow: hidden;
}

#subnavend {
	width: 13px;
	height: 30px;
	float: left;
	background-image: url('/img/bg_submenyend.png');
	background-repeat: no-repeat;
	}

#subnav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#subnav ul li {
	float: left;
}

#subnav ul li a {
	display: block;
	padding: 8px 20px 9px 20px;
	color: #fff;
	background-color: #88a63f;
	background-image: url('/img/bg_submeny.png');
	background-repeat: repeat-x;
}

#subnav ul li a:hover, #subnav ul li a:active {
	background-color: #57585a;
	background-image: url('/img/bg_submeny_hover.png');
	text-decoration: none;
}

#baneguide {
	width: 756px;
	position: relative;
	margin-left: -20px;
}


#baneguide_kart {
	width: 330px;
	height: 427px;
	padding: 26px 0 0 0;
	float: left;
	border-right: 1px dashed #e0e2d9;
}

	#baneguide_kart h2 {
		margin: 0;
		padding: 0 0 18px 20px;
	}

#baneguide_aktuelt {
	width: 380px;
	height: 427px;
	padding: 26px 0 0 20px;
	float: left;
}

	#baneguide_retning {
		width: 175px;
		height: 175px;
		padding: 0 0 26px 26px;
		float: right;
	}
	
	#baneguide_symbolforklaring {
		clear: right;
		width: 400px;
		height: 175px;
	}

#baneguide_parindeks {
	width: 163px;
	height: 79px;
	float: left;
	margin-right: 1px;
	padding: 15px 0 0 30px;
	background-color: #fff;
	font: bold 15px/15px 'trebuchet ms', 'trebuchet',sans-serif;
	border: 3px solid #e0e2d9;
	
}

#baneguide_profil {
	width: 554px;
	height: 100px;
	float: left;
	overflow: hidden;
}


/*--------------- Bildegalleri ----------------*/

#lysboks img {
	display: inline;
	max-height: 100px;
	max-width: 100px;
	vertical-align: middle;
}

a.lysboks_bilde:link, a.lysboks_bilde:visited {
	display: block;
	width: 100px;
	height: 100px;
	margin: 5px;
	float: left;
	text-align: center;
	background-color: #3c3c3c;
	border: 3px solid #3c3c3c;
	display: table-cell;
	line-height: 100px;
}

a.lysboks_bilde:active, a.lysboks_bilde:hover {
	border: 3px solid #88A63F;
}

.lysboks_span {
    display: block;
    line-height: 100px;
}

#slideholder {
	width:430px;
	height:287px;
	/* border:1px solid #e9e9e9; */
	padding:5px;
	margin:10px 0 10px 0;
	background:url(../img/loading.gif) 50% 50% no-repeat #fff;
	overflow: hidden;
}

#slide {
	width: 430px;
	height: 290px;
	display: table-cell;
	text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#slide img {
	vertical-align: middle;
	max-height: 290px;
	max-width: 430px;
}

#thumbs {
	margin:0 0 10px 0;
}

.center {
}

.midtstilt {
	display: block;
	width: 56px;
	height: 40px;
	background-color: #8c8c8c;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.midtstilt img {
	vertical-align: middle;
	max-height: 40px;
	max-width: 56px;
}

/*== LIGHTBOX ==*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	













