@charset "UTF-8";

/* VAN ROEDEN WATERSPORT CSS */

/*************************************************/
/* HTML tag styles                               */
/*************************************************/

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #68696d;
}

/*************************************************/
/* Page Layout styles                            */
/*************************************************/

/* Positionering algemeen
**************************************************/

div .no-marginbottom {
	margin-bottom: 0px;
}

/* Page Layout
**************************************************/

#outer_table {
	background: url(../img/img_body/body_bg_tile.jpg) repeat-y center top;
	width: 100%;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
}

#left {
	width: auto;
	background: url(../img/img_body/left_bg.jpg) no-repeat right top;
	vertical-align: top;
}

#right {
	width: auto;
	background: url(../img/img_body/right_bg.jpg) no-repeat left top;
}

#wrap_container {
	width: 955px;
	vertical-align: top;
}

#wrap {
	width: 955px;
	background: #ebd7be;
}

#header {
	height: 150px;
	background: url(../img/img_site/header_bg.jpg) no-repeat;
	position: relative;
	text-align: left;
}

#home_click1 {
	position: absolute;
	height: 120px;
	width: 240px;
	left: 20px;
	top: 10px;
}

#address {
	font-size: 10px;
	position: absolute;
	left: 300px;
	top:37px;
	color: white;
	white-space: nowrap;
	width:300px;
}

#address a {
	color: white;
	text-decoration: underline;
}

#address a:hover {
	color: white;
}

#address_left {
  width:50%;
  float:left;
}

#address_right {
  width:50%;
  float:left;
}

#header_home {
	background: #ebd7be url(../img/img_site/header_home.jpg) no-repeat;
	height: 97px;
}

#hor_menu {
	height: 28px;
	background: #ebd7be url(../img/img_site/hor_menu_bg.jpg) no-repeat;
	padding-left: 15px;
	margin-bottom: 2px;
}

#headerplaat {
	height: 93px;
	padding-left: 15px;
}

#headerplaat_home {
	height: 165px;
	padding-left: 15px;
	background: #ebd7be url(../img/img_site/google_map_locatie.jpg) no-repeat right top;
	width: 926px;
	position: relative;
	vertical-align: top;
}

#headerplaat_home_txt {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	width: auto;
	right: 22px;
	height: 25px;
	line-height: 23px;
	top: 140px;
}

#main {
	background: url(../img/img_site/content_bg_tile.jpg) repeat-y;
}

#main_home {
	background: url(../img/img_site/content_bg_tile_home.jpg) repeat-y;
}

#content_bg_top {
	background: url(../img/img_site/content_bg_top.jpg) no-repeat left top;
}

#content_bg_top_home {
	background: url(../img/img_site/content_bg_top_home.jpg) no-repeat left top;
}

#content_bg_bottom {
	background: url(../img/img_site/content_bg_bottom.jpg) no-repeat left bottom;
}

#content_bg_bottom_home {
	background: url(../img/img_site/content_bg_bottom_home.jpg) no-repeat left bottom;
}

#content_bg_bottom, #content_bg_bottom_home {
	padding-bottom: 20px;
	padding-top: 25px;
	_height: 400px; /* IE6 */
	min-height: 400px;
}

#footer {
	position: relative; /* refbox */
	height: 84px; /* 36px; */
	text-align: left;
	font-size: 10px;
	background: url(../img/img_site/footer_bg.jpg) no-repeat;
	color: black;
}

#footer a {
	color: black;
	text-decoration: underline;
}

#footer a:hover {
	color: black;
}

#footer_text {
  padding-top:40px;
  width:100%;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  text-align:center;
}

#pagename {
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: black;
}

#pagename h2 {
	font-size: 12px;
	line-height: 20px;
	background: url(../img/img_algemeen/pagename_bg.gif) no-repeat left center;
	padding-left: 25px;
	height: 20px;
}
#pagename h2 a {
	text-decoration: none;
	color: black;
}

#pagename h2 a:hover {
	text-decoration: underline;
}


#col1 {
	width: 240px;
	float: left;
	position: absolute;
	*position: ;
}

#col2 {
	margin-left: 280px;
	padding-right: 30px;
}

#col1_home {
	width: 310px;
	float: left;
	padding-left: 13px;
}

#col2_home {
	width: 310px;
	float: right;
	padding-right: 12px;
}

#col3_home {
	margin-left: 323px;
	margin-right: 322px;
}

.hover {
	background: url(../img/img_site/box_home_bg_hover.jpg);
}

/* Taalkiezer

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

#taal {
	width: auto;
	position: absolute;
	top: 8px;
	right: 25px;
}

/*************************************************/
/* Styles Losse onderdelen                       */
/*************************************************/

/* Content CMS
**************************************************/

.content {
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

.content hr {
	color: #333;
	height: 1px;
	border-width: 0px;
	background: #333;
}

.content ul {
	margin-bottom: 11px;
}

.content li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content ul li ul {
	margin-bottom: 0px;
}

.content ul li ul li {
	list-style: url(none) none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.4em 0.5em;
	padding-left: 15px;
}

.content a {
	text-decoration: underline;
	color: #444;
}

.content a:hover {
	text-decoration: underline;
	color: #777;
}

.imglinks {
	float: left;
	margin: 6px;
}

.imgrechts {
	float: right;
	margin: 6px;
}

.content p {
	font-size: 11px;
	line-height: 17px;
	color: #000;
	margin-bottom: 11px;
}

.content h1 {
	margin-bottom: 11px;
	color: black;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
}

.content h2 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 11px;
	background: url(../img/img_algemeen/contentHeading_h2_bg.gif) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	height: 20px;
	padding-bottom: 7px;
	padding-top: 7px;
}

.content h3 {
	font-size: 12px;
	color: #888;
	font-weight: bold;
	padding-bottom: 8px;
	*margin-left: -6px;
}

.content h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

.content h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

.content h6 {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: #000;
}

#naarboven {
	float:left;
	color: #000;
	font-size: 11px;
	cursor: pointer;
}

#toonpdf {
	float:right;
}

/* contentHeading
**************************************************/

.contentHeading, .contentHeading2 {
	position: relative; /* refbox */
	text-align: left;
	vertical-align: top;
	margin-bottom: 7px;
}

.contentHeading a, .contentHeading2 a {
	text-decoration: none;
	color: black;
}

.contentHeading span, .contentHeading2 span  {
	float: right;
	color: #006699;
	position: absolute;
	right: 8px;
	bottom: 3px;
	font-size: 12px;
}

div.contentHeading h2, div.contentHeading2 h2  {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 11px;
	padding-left: 25px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	height: 20px;
}

div.contentHeading h2 {
	background: url(../img/img_algemeen/contentHeading_h2_bg.gif) no-repeat left center;
}

div.contentHeading2 h2 {
		background: url(../img/img_algemeen/contentHeading_250_bg.gif) no-repeat left center;
}


.nospan {
	margin-bottom: 7px;
}

.nospan h2 {
	margin-right: 0px;
}


/* Photobox
**************************************************/

#photobox {
	border: 1px solid #E1E1E1;
	margin-bottom: 4px;
	background: #E9E9E9;
}

#photobox td {
	background: #E1E1E1;
	border: 1px solid #E1E1E1;
	text-align: -moz-center;
	padding: 2px;
}

.photo {
	height: 310px;
	width: 400px;
}

.photo2 {
	height: 320px;
	width: 445px;
}

#photobox .scrolldiv table .thumb {
	background: #DDDDDD;
}


.scrolldiv {
	overflow-x: none;
	overflow-y: auto;
	padding: 0px;
	height: 290px;
	width: 90px;
}

.scrolldiv2 {
	overflow-x: auto;
	overflow-y: none;
	padding: 0px;
	width: 445px;
	height: 70px;
}

#photobox .description {
	margin: 0px;
	padding: 0px;
}

#photobox .description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 4;
	text-align: left;
}


/* box styles
**************************************************/

.box {
	position: relative;
	margin-bottom: 10px;
}

img.button {
	cursor: pointer;
	margin-top: 8px;
}

.boxVerkoop {
	width: 270px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}

/* block styles
**************************************************/

.block {
	padding-right: 10px;
	padding-left: 10px;
	position: relative; /* refbox */
}

.block p {
	font-size: 11px;
	line-height: 17px;
}

.block a {
	color: #000;
	text-decoration: underline;
}

.block a:hover {
	color: black;
}

.block h2 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 11px;
	background: url(../img/img_algemeen/h2_bg.gif) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	height: 20px;
}

.block h2 a {
	color: black;
	text-decoration: none;
}

.block h2 a:hover {
	text-decoration: underline;
}

.block h3 {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}

.block li {
	color: red;
	font-size: 11px;
	line-height: 17px;
	list-style: none;
	background: url(../img/img_algemeen/bullet_content.gif) no-repeat 0.1em 0.6em;
	padding-left: 12px;
}

.block li a {
  color:red;
}

.block li a img {
  border:none;
}

.block img {
	margin-bottom: 4px;
}

img.button {
	float: right;
	margin-top: 4px;
	margin-bottom: 0px;
}

.block #nieuws h4 {
	font-size: 11px;
	color: black;
}

.block #nieuws p {
	font-size: 11px;
	color: #000;
}

.divider {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Width styles
**************************************************/

.w20 {
	width: 20px;
}

.w30 {
	width: 30px;
}

.w42 {
	width: 42px;
}

.w50 {
	width: 50px;
}

.w70 {
	width: 70px;
}

.w80 {
	width: 80px;
}

.w100 {
	width: 100px;
}

.w120 {
	width: 120px;
}

.w130 {
	width: 130px;
}

.w150 {
	width: 150px;
}

.w160 {
	width: 160px;
}

.w180 {
	width: 180px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.w100percent {
	width: 100%;
}

/* Formulieren CMS
**************************************************/

.letsFormContainer fieldset {
	border: 0px dotted #05477e;
}

.letsFormContainer legend {
	font-size: 12px;
	color: #888;
	font-weight: bold;
	padding-bottom: 5px;
	*margin-left: -6px;
}

input, select, textarea, file {
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid #B4CDE1;
	margin-left: 2px;
}

textarea {
	height: 80px;
	width: 220px;
	font: 12px Arial, Helvetica, sans-serif;
}

.letsFormTable {
	padding: 2px;
	display:block;
	font-size: 11px;
	line-height: 18px;
}

.letsFormInput_error {
	border: 1px solid red;
}

.letsFormTD {
	width: 125px;
	padding-bottom:10px;
	vertical-align:top;
}

.letsErrorList {
	color:red;
}

.letsFormButton {
	background: url(../img/img_buttons/verzenden_btn.gif) no-repeat;
	width: 115px;
	height: 23px;
	cursor:pointer;
}

.letsFormCheckbox {
	border: 0px solid #B4CDE1;
	background: #E5ECF4;
	margin:3px 3px 3px 3px;
}

.letsFormCheckbox_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 3px;
}

.letsFormRadio {
	border: 0px solid #6e7176;
	background: #FFFFFF;
	margin:3px 3px 3px 0px;
}

.letsFormRadio_error {
	border: 0px solid red;
	background: red;
	margin:3px 3px 3px 0px;
}

.letsFormTijdSelect {
	width: 50px;
 *width: 40px;
	font-size: 11px;
}

#toolTip { /* Styling van het infoplaatje */
	position:relative;
	top:3px;
	cursor: pointer;
}

.formInfo {
	font-size: 11px;
	background: #97B9D6;
	border: 1px none #000;
	width: 150px;
	margin: 0px;
	padding: 5px;
}

#letsFormCaptcha { /* Styling van het captchaplaatje */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}

.letsform_contactinfo{
	padding-left: 50px;
}

/* Google maps
**************************************************/

#map { /* container kaart */
	height: 375px;
	width: 640px;
}

#balloon { /* container tekstballon */
}

#balloon h3 {
	font: normal 18px/21px Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-bottom: 11px;
}

#balloon .datum {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
}

#balloon a {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #1E2E6A;
}

#balloon a:hover {
	color: #8FB0CC;
}

p.published {
  font-style:italic;
}

/* fixes float problems
**************************************************/

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

.clearfix {
	zoom: 1;
}

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

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

