body {
	background-color: #E0B122;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
}

#full {
	text-align: left;
	top: 0px;
	width: 927px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	top: 0px;
	width: 898px;
	background: url('http://www.breedned.nl/graphics/body_bg.jpg');
	background-color: white;
	padding-left: 14px;
	padding-right: 14px;
}

#headerinfo {
	top: 0px;
	width: 100%;
	height: 83px;
	position: relative;
	background-color: white;
}

#headerlogo {
	width: 205px;
	height: 83px;
	margin-left: 0px;
	background: url('http://www.breedned.nl/graphics/logo_header.jpg');
	background-repeat: no-repeat;
}
#headerlogo a {
	width: 205px;
	height: 83px;
	display: block;
}	

#contactinfo {
	position: absolute;
	top: 62px;
	left: 594px;
	color: #000000;
	height: 18px;
	width: 306px;
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}

#headerimage {
	height: 245px;
	width: 680px;
	position: relative;
	background: url('http://www.breedned.nl/graphics/header_left.jpg');
}

#headerright {
	position: absolute;
	top: 0px;
	left: 680px;
	height: 100%;
	width: 220px;
	background: url('http://www.breedned.nl/graphics/header_right.jpg');
}

#opaquelayer {
	width: 900px;
	position: absolute;
	top: 293px;
	background: url('http://www.breedned.nl/graphics/header_shadow.jpg') bottom left;
	background-repeat: no-repeat;
	height: 34px;
	border-top: 1px solid white;	
	
}

#opaque {
	background-color: white;
	width: 100%;
	height: 24px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	moz-opacity: 0.5;
	khtml-opacity: 0.5;
}

#content {
	width: 898px;
	background: url('http://www.breedned.nl/graphics/body_bg.jpg');
	bbackground-color: #008AA7;
	position: relative;
	height: auto;
	padding-left: 14px;
	padding-right: 14px;
}

#page {
	margin-left: 41px;
	color: #333333;
	bbackground-color: #F5F4F2;
	font-size: 12px;
	position: relative;
	height: 100%;
	width: 859px;
	padding-bottom: 50px;
}

#page p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 18px;
	padding-left: 0px;
	line-height: 19px;
}

#subcontent .left {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 30px;
	margin-left: 38px;
	width: 590px;
	height: 100%;
}

#subcontent .right {
	display: none;
	padding-top: 41px;
	padding-left: 5px;
	padding-right: 40px;
	width: 242px;
}


#subitems .left {
	width: 130px;
	padding-top: 20px;
	padding-left: 30px;
	margin-left: 38px;
	height: 100%;
}

#subitems .right {
	width: 440px;
	padding-top: 41px;
	padding-left: 5px;
	padding-right: 40px;
}

#subitems td {
	padding-bottom: 40px;
}


#menu {
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
	width: 160px;
	padding-right: 30px;
	padding-top: 29px;
	background: url('http://www.breedned.nl/graphics/logo_right.jpg') bottom left;
	background-repeat: no-repeat;
	background-color: #FCFCFC;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	color: #008AA7;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	border-bottom: 1px solid #E0B122;
	margin-bottom: 9px;
	zoom: 1.0;	
}
#menu li a {
	color: #008AA7;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

/* Special case for home */
#menu li.menu_first ul {
	display: none;
}
#menu ul.menu li.menu_first {
	border-bottom: 1px solid #E0B122;
	margin-bottom: 9px;
}

#menu li.menu_selected {
	background: url('http://www.breedned.nl/graphics/arrow_blue.gif') right;
	background-repeat: no-repeat;
	background-position: top right;
}

#menu li.menu_current ul {
	border-top: 1px solid #E0B122;
}

#menu ul ul li.menu_selected {
	background: url('http://www.breedned.nl/graphics/arrow_orange.gif') right;
	background-repeat: no-repeat;
	background-position: top right;
}

#menu li.menu_current {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
}

#menu ul ul {
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	top: 0px;
}

#menu ul ul li, #menu li.menu_current li {
	border-bottom: 1px solid #008AA7;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 4px;
	
}

#menu ul ul li a {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

#footer {
	height: 50px;
	width: 927px;
	padding-top: 20px;
	background-color: white;
	background: url('http://www.breedned.nl/graphics/footer2.jpg');
	background-position: -1px 0px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#copyright {
	font-family: verdana;
	font-size: 9px;
	margin-left: 65px;
}

.intro {
	font-weight: bold;
}

.quote {
	font-style: italic;
	color: #008AA7;
}

a, a:visited {
	color: #008AA7;
}

li {
	list-style-image: url('http://www.breedned.nl/graphics/bullet.bmp');
}


h1 {
	color: #008AA7;
	font-family: arial;
	font-size: 21px;
	font-weight: normal;
	padding: 0px;
	margin: -1px;
}

h2 {
	color: #888844;	
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	color: #008AA7;
	font-size: 15px;
	font-family: arial;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* 
 * EDITABLE SETTINGS 
 */
input.editable {
	FONT-SIZE: 			100%; 
	BACKGROUND-COLOR:		transparent;
}

.editable, .editable td, .editable table {
	BORDER-RIGHT: #cccccc 1px dotted; BORDER-TOP: #cccccc 1px dotted; BORDER-LEFT: #cccccc 1px dotted; BORDER-BOTTOM: #cccccc 1px dotted
}

/*
 * CONTACT FORMULIER
 */
form.form {
	margin-bottom: 50px;
}

form.form label {
	display: block;
	float: left;
	width: 200px;
	line-height: 18px;
}

form.form input.checkbox {
	float: left;
}

form.form label.checkbox {
	width: 380px;
}


form.form input.radio {
	width: auto;
	height: auto;
	clear: none;
	display: inline;
}
form.form div.radio {
	display: inline;
}

form.form div.radio label {
	margin-right: 20px;
	display: inline;
	width: 60px;
}
form.form div.children {
	width: 210px;
	float: left;
}

form.form div.children label {
	clear: right;
}

form.form input.radio {
	float: left;
	margin-left: 0px;
}

form.form .error {
	clear: both;
	width: 340px;
	margin:	10px 0px 10px 0px; 
	background-color: #008AA7;
	border: 1px solid black;
	padding: 10px;
}

form.form div.field {
	clear: both;
	margin-bottom: 5px;
}

form.form input.text {
	border: 1px solid #008AA7;
	width: 200px;
}

form.form textarea {
	border: 1px solid #008AA7;
	width:	200px;
	height: 80px;
}

form.form input.back {
	display: block;
	width: 80px;
	float: left;
	border: 1px solid #008AA7;
}

form.form input.next {
	display: block;
	width: 102px;
	height: 18px;
	margin-left: 300px;
	border: 1px solid #008AA7;
}

form.form div.buttons input {
	position: absolute;
}

#orgsoort {
	width: 205px;
}

#partner_uitleg, #senior_partner_uitleg {
	clear: left;
}

#content ul.news .summary {
	font-weight: normal;
	margin-top: 0px;
}

#content ul.news, #content ul.news li {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}

#content ul.news li, #content ul.searchresults li {
	zoom: 1.0;
}

#content .news h3 {
	margin-bottom: 0px;
}

#content li.article {
	margin-bottom: 16px;
}

#content ul.news img {
	float: left;
	display: block;
	margin: 0px 4px 8px 0px;
	zoom: 1.0;
}
#content img.medium_foto {
	display: block;
}
#content img.float_left {
	float: left;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 8px;
	margin-left: 0px;
}

#content .date {
	font-style: italic;
	color: #888888;
	font-size: 10px;
	margin-bottom: 5px;
}

#content .summary {
	margin-bottom: 10px;
}

ul.news .more {
	display: block;
}

/* Nieuwsbrief stijlen */
#colofon {
	height: 150px;
}
#colofon h1 {
	font-weight: bold;
	font-size: 21px;
}
#colofon span.blauw {
	color: #008AA7;
	font-weight: bold;
}
#colofon span.grijs {
	color: #888888;
	font-weight: bold;
}

/* Iframe (externe content */
#content .external_content {
	width: 100%;
	height: 600px;
}

/* Calendar */
.Calendar {
	width: 220px;
	border: 1px solid black;
	padding: 10px;
	float: right;
	margin-top: -40px;
}

.Calendar table {
	width: 220px;
}

.Calendar select {
	float: left;
	margin-left: 15px;
}

.Calendar .CalendarCurrentDateLink {
	width: 100%;
	height: 20px;
	text-align: right;
	text-decoration: none;
	display: block;
	font-size: 11px;
}

.Calendar tr.CalendarDays td {
	width: 20px;
	height: 20px;
	background-color: #999999;
	text-align: center;
}
.Calendar tr.odd {
	background-color: #DDDDDD;
	height: 20px;
	text-align: center;
}
.Calendar tr.even {
	height: 20px;
	background-color: #CCCCCC;
	text-align: center;
}

.CalendarNav a {
	text-decoration: none;
}

ul.evenementen .articledate {
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
}

ul.evenementen a {
	text-decoration: none;
}

