html {
	
}

body {
	background: transparent url("/public/images/bg.png");
	font-family: Book Antiqua, times, sans-serif;
	font-size: 12pt;
	background-color: #000;
	color: #fff;
	height: 100%;
}

h1 {
	font-size: 1.4em;
	margin-top: 10px;
}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

h3 {
	margin-top: 15px;
	font-size: 13pt;
	text-align: left;
}

img {
	border: 0;
}

hr {
	border-color: #666;
	border-style: solid;
	border-width:1px 0 0;
	height: 0;
}

a {
	color: #fff66e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.backlink {
	margin: 15px 0px;
	display: block;
}

#container {	
	margin: 0 auto;
	/*width: 100%;*/
	width: 760px;
	height: 100%;
	/*min-width: 750px;*/
	/*border: 1px solid #444;*/
	padding-bottom: 10px;
	background-color: #000;/*url("/public/images/bg.jpg") 50% 0 repeat-y;*/
}

img.fotoboek{
	margin-right: 7px;
	margin-bottom: 7px;
	cursor: pointer;
	border: 2px solid #FFFFFF;
}

.errormsg{
	color: #ff0000;
}

#header {
	width: 800px;
	padding: 0;
	margin: 10px 0px 0px 0px;
	height: 258px;		
	background: transparent url("/public/images/header.png") 0 0 no-repeat;
	clear: both;
	position: relative;
}

	#header a:link, #header a:visited, #header a:hover {
		width: 600px;
		height: 170px;
		text-indent: -9999px;
		display: block;
	}

#logo {
	width: 800px;
	height: 90px;	
	margin: 20px 0px;
	padding: 0;
}

#logo a {
	background: #000 url("/public/images/helmuthlogo.jpg") 0 0 no-repeat;
	float: right;
	height: 90px;
}

#action-button {
	left: 5px;
	position: absolute;
	top: 170px;
	width: 322px;
}

#action-button {
	text-indent: -9999px;
}

#action-button a:link, #action-button a:visited {
	display: block;
	height: 80px;
	background: transparent url("/public/images/action-button-handicap.png") 0 0 no-repeat;
}

#action-button a:hover {
	background-position: 0 -71px;
}

#main {
	width: 760px;
	background-color: #222;
	padding: 20px 20px 20px 20px;
	float: left;
	margin: 0;
}

.content{
	/*margin-left: 180px;*/
	padding: 0px;
	color: #fff;
	/*width: 600px;*/
}

.left-col {
	float: left;
	width: 180px;
}

.right-col {
	float: right;
	width: 580px;
}

#pga_logo {
	margin-top: 10px;
}

#footer {
	float: left;
	text-align: center;
	width: 800px;
	height: 40px;
	margin-bottom: 10px;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 14px 0 0;
	width: 800px;
	background: #333;
	height: 40px;
}

#footer ul li {
	display: inline;
	margin: 0;
}

#footer li a {
	margin: 0px 6px;
}

acronym {
	background: transparent url(/public/images/dotted.gif) repeat-x scroll 0 bottom;
	border: medium none;
} 

#w3c {
	float: left;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	width: 800px;
	background: #333;
}

#w3c ul {
	clear: both;
	width: 800px;
	height: 30px;
	font-size: 0.77em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#w3c li { 
	padding: 4px;
	height: 20px;
	display: inline;
}

/* left menu */
.menu {
/*	margin-left: 10px;*/
	margin-left: 0px;
	font-size: 1em;	
}

	ul.menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	ul.menu li {
		margin: 4px 0px;	
	}

/* Lestarieven tabel */
table.lestarieven{
	width: 50%;
	border: 2px solid #c7c7c7;
	text-align: center;
}

	table.lestarieven th{
		color: #fff;
		border: 2px solid #c7c7c7;
		background-color: #484848;
		padding-left: 5px;
		padding-right: 5px;
	}

		table.lestarieven td.personen{
			width: 50%;
			text-align: left;
			border: 2px solid #C7C7C7;
		}

		table.lestarieven td.prijs{
			border: 2px solid #C7C7C7;
		}

	table.lestarieven tr.row2{
		background-color: #676666;
	}

/* ------ form ------*/
#form {	
	width: 446px;
}

#form fieldset {
	padding-top: 10px;	
}

#form label {
	/*display: inline-block;*/
	float: left;
	font-size: 1em;
	height: 5px;
/*	line-height: 5px;*/
	width: 150px;
	padding-top: 5px;
}

.button2, .submit input {
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-moz-box-sizing: content-box;
	border: 1px solid #BBBBBB;
	color: #000;
	cursor: pointer;
	/*font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;*/
	font-size: 1em;
	line-height: 20px;
	padding: 2px 8px !important;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

a.button2, a.button2:visited {
	background: #F2F2F2 url(/public/images/white-grad.png) repeat-x scroll left top;
	color: black;
	text-decoration: none;
	float: right;
	margin: 10px 40px 0 0;
}

#form input, textarea, select {
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 1.0em;
	margin: 2px 0;
	padding: 2px;
	width: 250px;
}

textarea {
	width: 250px;
	height: 150px;
}

#form input.submit {
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #222222;
	color: #FFFFFF;
	cursor: pointer;
	width: 55px;	
}

#message {
	margin: 10px 0;
	padding: 0;
}

.error {
	color: #8A1F11;
	display:block;
	height: 22px;
	line-height: 22px;
	padding: 3px;
	margin-left: 150px;
	width: 250px;
	font-size: 0.9em;
}

/* photogalery */
#fotodescription {
	margin-top: 10px;
	padding: 5px 10px ;
/*	width: 480px;*/
	max-height: 75px;
	overflow: auto;
	background-color: #676666;
	border: 1px solid #FFFFFF;
	text-align: center;
}

#fotogalerijcontrol {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
	/*width: 500px;*/
	height: 57px;
	background-color: #676666;
	border: 1px solid #FFFFFF;
	text-align: left;
}

a.fotonextprev {
	text-decoration: none;
}

img.thumb {
	margin-right: 3px;
	cursor: pointer;
}

#fotoctrlprev {
	margin-left: 10px;
	width: 20px;
	height: 57px;
	font-size: 30pt;
	float: left;
	display: none;
}

#fotoctrlnext {
	margin-right: 10px;
	width: 20px;
	height: 57px;
	font-size: 30pt;
	float: right;
}

#fotothumbs {
	margin-left: 55px;
	margin-right: 30px;
	/*width: 400px;*/
	height: 57px;
	overflow: hidden;
}

span.click {
	color: #FFF66E;
	cursor: pointer;
}

/* features */
#features { 
	background-color: #222;
	float: left;
	padding: 5px 0 6px 0px;
	width: 520px;
}

	#features .block {
		float: left;
		padding-bottom: 10px;
		padding-left: 10px;                           
		width: 240px;
	}
	
		#features h3 { 
			min-height: 20px;
			margin-bottom: 2px;
			/*width: 230px;*/
			color: #fff;
		}		
		
		#features p {
			color: #70757b;
			/*width: 230px;*/
			line-height: 18x;
		}
		
		#features a {
			color: #bbb;
		}
	
#right-box {
	float: right;
	width: 240px;
}

#right-box #box {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #444;
	padding: 5px 10px;
}
		
#feat-col {
	width: 200px;
	float: right;
	clear: none;
	background: #ccc;
}
		
#superfeat {
	background: #444;
	height: 250px;
	min-height: 250px;
	width: 800px;
	clear: both;
}

#superfeat #offer-title {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 20px;
}

#superfeat #offer-screenshot {
	display:inline;
	float:right;
	height:auto;
	margin: 20px 10px 0 0;
	padding:0;
	width:330px;
}

.poster {
	background-color:#EFEFEF;
	border:1px solid #FFFFFF;
	float: right;
	margin: 0 10px 20px;
	position:relative !important;
}

.poster img {
	margin: 9px;
}

#gallery {
	width: 540px;	
}

.album-link {
	display: block;
	margin: 10px 5px;
}

.popup { }

#news-ticker {
	width: 800px;
	/*padding: 10px;*/

	text-align: center;
	border-top: 1px solid #fff;
	-moz-box-shadow: 1px 1px 3px #292929;  
    -webkit-box-shadow: 1px 1px 3px #292929;  
    box-shadow: 1px 1px 3px #292929;  
}

#news-ticker p {
	margin: 0;
	padding: 10px 20px;
	color: #454545;
	text-shadow: 0 1px 0 white; 
	background: #e3e3e3;  
    background: -moz-linear-gradient(top, #e3e3e3, #c8c8c8);  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#e3e3e3), to(#c8c8c8));
	font-size: 21px;
	font-style: italic;	
	font-weight: bold;
}

#news-ticker p a, #newsticker a:visited  {
	color: #d41919;
	text-decoration: none;
}

#news-ticker p a:hover {
	color: #454545;
	text-decoration: underline;
}