@import url("reset.css");
/*///// HACK VOOR 3PX TXT GAP BUG IE6 //////*/
* html .content, * html {
	height : 1%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	background-color: #465d71;
	background-image: url(/images/body_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #555555;
}

h1 {
	font-size: 160%;
	color: #365580;
	line-height: 220%;
}

h2 {
	font-size: 130%;
	color: #365580;
	line-height: 160%;
	margin-bottom: 15px;
}

h3 {
	font-size: 100%;
	color: #6681a7;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 8px;
}

p, li {
	line-height: 160%;
}

a {
	text-decoration: underline;
}

a:link {
	color: #555555;
}

a:visited {
	color: #555555;
}

a:hover {
	color: #555555;
}

a:active {
	color: #555555;
}

div#wrapper {
	margin: 0px auto 0px auto;
	width: 910px;
	background: url(/images/bg_wrapper.png) repeat-y 0px 0px;
	padding-bottom: 10px;
}

div#topleft {
	float: left;
	position:relative;
	width: 316px;
	height: 211px;
	margin-left: -2px;
	background-image: url(/images/topleft_image.gif);
}
p{
	margin-bottom: 1em;
}
div#topright {
	float: left;
	width: 581px;
	height: 211px;	
	overflow:hidden;
	background-color: #00203B;
	border-right-color: #00203B;
}

#fadeshow{
	width: 581px;
	height: 211px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

div#fadeshow img{
	position: absolute;
	top: 0;
	left: 0px;
	padding: 0;
	margin: 0;
	display: block;
}

div#leftcontainer {
	float: left;
	height: auto;
	width: 320px;
	padding-top: 40px;
	overflow: hidden;
}

div#rightcontainer {
	float: left;
	position: relative;
	height: auto;
	width: 589px;
	overflow: hidden;
}

div#mainmenu {
	float: right;
	width: auto;
	margin-right: 25px;
	font-size: 125%;
	line-height: 140%;
}

div#mainmenu ul {
	list-style-type: none;
}

div#mainmenu ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

div#mainmenu ul li a {
	text-decoration: none;
	color: #999999;
}

div#mainmenu ul li a:hover {
	color: #375781;	
}

div#mainmenu ul li a.current {
	color: #375781;
}

div#content {
	float: left;
	width: 540px;
	padding-top: 30px;
}

div#content  .quote{
	/*border-top: 1px solid #474747;*/
	padding: 15px 0 0 0px;
	background: url(/images/sidebar_quote_bg.gif) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 15px;
	font-size: 12px;
	color: #474747;
}

div#content ul {
	list-style-type: square;
	padding: 0 30px;
	margin: 10px 0;
}
div#bottomborder {
	margin: 0px auto 0px auto;
	background: url(/images/bg_footer.png) center;
	width: 915px;
	height: 20px;
}

div#footer {
	float: none;
	margin: 0px auto 5px auto;
	padding-bottom: 5px;
	width: 915px;
	height: auto;
	clear: both;
	color: #92a0ab;
	text-align: right;
	font-size: 80%;
	line-height: 80%;
}

div#footer a {
	color: #92a0ab;
	text-decoration: underline;
}
div#footer img{
	vertical-align: middle;
	margin-right: 25px;
	margin-left: 10px;
}
div#quotecontainer, div#blogarchief{
	margin: 0px auto 0px auto;
	width: 220px;
}


div#sidebarfoto {
	
	margin-top: 20px;
	text-align: center;
} 

.fbox{
	display: inline-block;
	position: relative;
	background:#ffffff url(/images/imageborder.png) no-repeat top left;
}
	.right{
		position: absolute;
		background:#ffffff url(/images/imageborder.png) no-repeat top right;
		top: 0px;
		right: 0px;
		width: 10px;
		height: 100%;
	}
	.bottom{
		position: absolute;
		background:#ffffff url(/images/imageborder.png) no-repeat bottom left;
		bottom: 0px;
		left: 0px;
		height: 10px;
		width: 100%;
	}
	.bottomright{
		position: absolute;
		background:#ffffff url(/images/imageborder.png) no-repeat bottom right;
		bottom: 0px;
		right: 0px;
		height: 10px;
		width: 10px;
	}

.fbox img{
	margin: 10px;
}


div#quotecontainer {
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6c6c6c;
	border-bottom: solid 1px #d7d7d7;
	padding-bottom: 30px;
}

span.fototitel {
	display: block;
	color: #b4b4b4;
	font-size: 80%;
	line-height: 120%;
	margin: 0 40px;
	text-align: center;
}

div#quotecontainer p, div#quotecontainer span {
	padding: 10px 0px 0px 10px;
}

div#quotecontainer span {
	display: block;
	font-style: normal;
	color: #325382;
	font-weight: bold;
}

div#blogarchief {
	margin-top: 10px;
}

.clearall {
	clear: both;
}

.blogdatum {
	font-style: italic;
}
.blogimage {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 1px solid #555555;
}

/*  FORMS */
form.plainform select,
form.plainform input,
form.plainform textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
	margin: 0 0 4px;
}

form.plainform textarea {
	height: 100px;
}

form.plainform fieldset {
	padding: 5px 0 20px;
	border-bottom: 1px solid #d7d7d7;
	width: 480px;
}

form.plainform label {
	float: left;
	width: 170px;
	margin: 2px 0 0;
}

form.plainform p {
	margin: 0 0 2px !important;
	padding: 0 !important;
}

form.plainform select {
	border: 1px solid #999999;
	padding: 2px;
}

form.plainform input,
form.plainform textarea {
	border: 1px solid #999999;
	padding: 3px;
	background: #FAFAFA;
}

form.plainform input.breed, form.plainform textarea.breed {
	width: 300px;	
}

form.plainform select {
	width: 200px;
} 

form.plainform input.postcode,
form.plainform input.voorletters {
	width: 75px;	
}

form.plainform input.plaats, 
form.plainform input.achternaam {
	width: 212px;
}

form.plainform select.aanhef {
	width: 85px;
}


form.plainform p.formbuttons {
	text-align: right;
	width: 480px;
}

form.plainform input.button {
	font-weight: bold;
	margin: 15px 0 0 5px !important;
	padding: 2px 4px !important;
	border: 1px solid black !important;
	background-color: #375781;
	color: #1E1E1E;
	cursor:pointer;
}


/* ================= MooFormCheck ===================*/

form.plainform .hasError {
	background: #FCEBEE !important;
}

form.plainform .error {
	display: block;
	color: #D8002B;
	font-weight: bold;
	padding-left: 15px;
	background: url(/images/formerror.gif) no-repeat center left;
}



#photocontainer{
	margin: 10px 0;
}