/**
 * Onze wereldreis.nu css bestand
 *
 * Colors:
 * Dark green: 				#1b6171;
 * Light green: 			#84ff00;
 * light-dark green: 	#529e00;
 * Light blue:				#93d7e6;
 */

*
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #1b6171;
}

body
{
	background: white url(../images/bg-body.gif) 0 30px repeat-x;
}

h1
{
	margin: 0 0 1px 0;
	border-bottom: 1px solid #1b6171;
	font-size: 26px;
}

h2
{
	margin: 0 0 1px 0;
	border-bottom: 1px solid #1b6171;
	font-size: 26px;
}

h3
{
	margin: 20px 0 1px 0;
	border-bottom: 1px solid #1b6171;
	font-size: 20px;
}

h4
{
	font-size: 20px;
	margin: 5px 0;
}

h4 a
{
	font-size: 16px;
	margin: 5px 0;
	clear: right;
}

h4 sup
{
	float: right;
	margin-left: 10px;
	font-size: 12px;
	clear: right;
}

p
{
	margin: 0 0 20px 0;
	line-height: 16px;
}

pre
{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: white;
	border: 1px solid black;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	padding: 100px 0 0 0;
	width: 780px;
}

#header
{
	position: absolute;
	top: 0;
	width: 760px;
	height: 134px;
	background: white url(../images/bg-header.jpg) 0 0 no-repeat;
}

#header ul#menu
{
	position: absolute;
	list-style: none;
	bottom: 0;
	left: 20px;
}

#header ul#menu	li
{
	display: inline;
}

#header ul#menu li a
{
	float: left;
	margin-right: 2px;
	padding: 8px 10px 7px 10px;
	background: #fff url(../images/bg-menu-item.gif) 0 0 no-repeat;
	background-color: #fff;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	color: black;
}

#header ul#menu li a:hover
{
	padding-top: 7px;
	background: #fff url(../images/bg-menu-item-hover.gif) 0 0 no-repeat;
	border-top: 1px solid #fff;
}

#header ul#menu li a.active
{
	background-image: none;
}

#breadcrumb
{
	width: 740px;
	height: 22px;
	margin: 0 auto;
	padding: 8px 20px 0 20px;
}

#breadcrumb #wij
{
	float: right;
}

#breadcrumb #zij
{
	float: left;
}

#content_left
{
	position: absolute;
	top: 174px;
	left: 20px;
	width: 540px;
}

#content_right
{
	position: absolute;
	top: 174px;
	right: 20px;
	width: 180px;
}

#content
{
	line-height: 20px;
}

#content ul, #content ol
{
	margin: 5px 0 10px 10px;
	padding: 0 0 0 30px;
}

#content table th
{
	padding: 0 20px 0 0;
	text-align: left;
	vertical-align: top;
}

#content table td
{
	line-height: 14px;
}

input.inputfield
{
	width: 174px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #000;
}

dl#tijd
{
	padding: 10px;
	background-color: #93d7e6;
}

dl#tijd dt
{
	float: left;
	font-weight: bold;
}

dl#tijd dd
{
	margin-left: 100px;
}

#melding
{
	margin-bottom: 10px;
	padding: 5px;
	background-color: #93d7e6;
}

#melding ul
{
	padding: 0 0 0 20px;
}

select
{
	margin-bottom: 10px;
	border: 1px solid black;
}

input#titel
{
	width: 100%;
}

fieldset textarea
{
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid black;
}

dl#overzicht
{
	margin: 10px 0 0 0;
}

dl#overzicht dt
{
	font-size: 16px;
	font-weight: bold;
}

dl#overzicht dd
{
	margin: 0 0 0 50px;
}

dl#overzicht dd span
{
	float: right;
}

a.button
{
	display: block;
	margin-bottom: 5px;
	padding: 5px 0;
	background-color: #93d7e6;
	text-align: center;
	font-weight: bold;
}

a.leesmeer
{
	display: block;
	width: 80px;
	margin-top: 10px;
	padding: 5px;
	background-color: #93d7e6;
	text-align: center;
	color: black;
	clear: left;
}

a.leesmeer:hover, a.button:hover
{
	text-decoration: none;
}	

div.foto
{
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #1b6171;
	text-align: center;
}

div.foto a
{
	float: left;
	width: 100px;
}

div.foto a.img
{
	height: 100px;
	text-align: center;
}

div.foto img
{
	border: none;
}

#content_left h2
{
	margin-top: 20px;
}

#bottom
{
	height: 250px;
	padding: 26px;
	background: #fff url(../images/bg-bottom.jpg) 0 0 repeat-x;
}

#content_right ul
{
	padding: 0 0 0 15px;
}

#content_right li
{
	padding: 3px 0 0 0;
}

#footer
{
	margin: 50px 0 50px 0;
}

label.landen
{
	float: left;
	width: 150px;
	padding: 5px 0;
	
}

.clear-left
{
	clear: left;
}

#meelezers span
{
	float: left;
	width: 260px;
}
