/***
Basic stuff
***/
body {
	margin: 0;
	background-color: #005A94;
	font-family: verdana, arial, sans-serif;
	font-size: smaller;
}

img {
	display: block;
	border: 0;
}

.blocksep {
	height: 3px;
	background-color: #FFFFFF;
	overflow: hidden;
}

h3 {
	font-size: 14px;
}

h2 {
	font-size: 20px;
	margin-top: 15px;
}

/***
Topmost block
***/
#top {
	height: 133px;
	background-color: #55BBFE;
	background-image: url(siteimg/top_background.jpg);
}

#top #logo {
	width: 525px;
	height: 133px;
	background-image: url(siteimg/top_logo.gif);
}

#top #languageselect {
	position: absolute;
	top: 0;
	left: 610px;
	width: 204px;
	height: 133px;
	font-size: smaller;
}

#top #languageselect div.flag {
	width: 62px;
	margin-top: 12px;
	height: 49px;
	float: left;
	text-align: center;
}

#top #languageselect #languageselectcomments {
	clear: left;
	line-height: 18px;
	padding-top: 5px;
	border-top: 1px solid #FFFFFF;
}

#top a {
	color: #000000;
	text-decoration: none;
}

/***
Menu block. Buttons are handled in trifecta.css
***/
#menu {
	height: 25px;
	background-color: #0063A3;
	background-image: url(siteimg/menu_background.gif);
	line-height: 23px;
	letter-spacing: 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
}

#menu div.menubutton {
	float: left;
	background-image: url(siteimg/menu_button.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-left: 15px;
	padding-right: 5px;
	height: 25px;
	cursor: pointer;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

/***
Search block (only visible on the 'aanbod' page)
***/
#searchblock {
	height: 96px;
	padding: 6px 30px;
	background-color: #2EA2ED;
	background-image: url(siteimg/searchblock_background.jpg);
	background-repeat: no-repeat;
}

#searchblock div.optionscontainer {
	float: left;
	width: 300px;
}

#searchblock label,input {
	display: block;
	width: 125px;
	float: left;
	margin-bottom: 8px;
}

#searchblock input {
	margin: 0;
}

#searchblock label {
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

#searchblock select {
	margin: 0px;
}

#searchblock br {
	clear: left;
}

/***
Content block
***/
#content {
	color: #FFFFFF;
	background-color: #005A94;
	padding: 20px 41px 44px 41px;
}

#content #container {
	width: 744px;
	line-height: 20px;
	letter-spacing: 1px;
}

#content #container #clearboatfloat {
	clear: left;
}

#content #container div.pageoptions {
	border-top: 1px solid #0F6AA4;
	border-bottom: 1px solid #0F6AA4;
	clear: both;
	text-align: center;
	width: 715px;
	margin: 15px 0 15px 0;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
}

#content #container div.pageoptions a {
	color: #FFFFFF;
	text-decoration: none;
}

#content #container div.pageoptions span.inactive {
	color: #005A94;
	cursor: default;
}

#content #container div.pageoptions span.currentpage a {
	font-weight: bold;
	text-decoration: underline
}

#content #container div.boat {
	width: 157px;
	height: 250px;
	margin-right: 29px;
	margin-bottom: 10px;
	display: block;
	float: left;
	text-align: center;
	font-size: smaller;
	line-height: 1.6em;
	letter-spacing: 1px;
	overflow: hidden;
}

#content #container div.boat img {
	width: 155px;
	height: 112px;
	border: 1px solid black;
	display: block;
	margin: 0 0 5px;
}

#content #container div.boat span.vraagprijs {
	font-size: larger;
	font-weight: bold;
	color: #53BBFE;
}

#content #container td.label {
	text-align: right; padding-right: 10px;
}

#content #container #sellform {
	width: 400px;
}

#content #container #sellform td.invoer input {
	margin: 0;
	width: 200px;
}

#content #container #tellafriendform {
	width: 400px;
}

#content #container #tellafriendform td.invoer input {
	margin: 0;
	width: 200px;
}

