* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #666;
	font-family: tahoma, arial, sans-serif;
	font-size: 65%;
	/*text-align: center;*/
	overflow:scroll;
	
	behavior:url("/ECMS_CLIENT_SGK/css/csshover.htc");
}
select {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}
a {
	color: #85859c;
	text-decoration: none;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	/*text-align: justify;*/
	line-height: 1.5em;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	border-color: #990000;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input, textarea {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


/* Page Header */

#page_header {
	width: 780px;
	height: 113px;
	color: #FFFFFF;
	/* Verwijderd Steven: background: url('images/header_background.gif') repeat-x 0px 0px; */
	background-color: #DEEFE7;
	overflow: hidden;
	background-image: url(/images/header_background.png);
	position: relative;
}

#page_header img {
	position: absolute;
	left: 10px;
	top: 10px;
}

#page_header a {
	color: #FFFFFF;
	text-decoration: none;
}

#page_header a:hover {
	color: #CCCCCC;
}

#page_headerlinks {
	padding-right: 20px;
	padding-top: 25px;
	width: 300px;
	float: right;
	text-align: right;
	word-spacing: -1px;
}

#sellang_container a {
	text-decoration: underline;
	font-weight: bold;
}

#sellang_container {
	position: absolute;
	right: 10px;
	top: 90px;
}

#page_headerlinks ul {
	list-style-type: none;	
}

#page_headerlinks li {
	padding: 0px 10px 0px 9px;
	float: left;
	list-style-type: none;
	background: url(/images/header_toplinks_div.gif) no-repeat 100% 2px;
}

#page_headerlinks li.last {
	padding-right: 0px;
	background: none;
}

/* Left Sidebar */

#left_sidebar {
	width: 129px;
	float: left;
	text-align: left;
	color: #990000;
	clear: both;
}

#left_sidebar a {
	color: #999999;
}

#left_sidebar a:hover {
	color: #666666;
}



/* Left Sidebar: Newsletter Signup Box */

#newsletter {
	margin: 3px 0 2px 0;
	padding: 0 0 3px 0;
	width: 125px;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	background-color: #990000;
	overflow: hidden;
}
#newsletter form {
	color: #FFFFFF;
	margin: 3px;
}

#newsletter_header {
	margin: 1px 1px 4px 1px;
	overflow: hidden;
	padding: 0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
}

#newsletter input {
	padding-left: 0px;
	width: 115px;
	height: 16px;
	border: #999999 1px solid;
	float: left;
	clear: left;
}

#newsletter label {
	padding-left: 0px;
	width: 115px;
	float: left;
	clear: left;
}

#newsletter input.button {
	margin-top: 3px;
	margin-left: 95px;
	width: 22px;
	height: 13px;
	border: none;
}

#newsletter #link_cancel {
	margin-top: 5px;
}


/* Left Sidebar : News */

#news {
	margin: 3px 0 2px 0;
	padding: 0;
	width: 125px;
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

#news_header {
	margin: 1px 1px 4px 1px;
	background-color: #999;
	overflow: hidden;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

#news ul {
	margin: 0px auto;
	width: 120px;
	list-style-type: none;
}

#news li {
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#news li.last {
	border: none;
}

#news li a {
	margin-top: 4px;
	margin-left: 6px;
	display: block;
	color: #666;
	text-decoration: none;
}

#news li a:hover {
	color: #990000;
}


/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 644px;
	/*text-align: center;*/
	float: right;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
	clear:both;
}


/* New Item Description */

#new_item {
	margin: 0px 15px;
	padding: 5px 10px;
	width: 595px;
	/* text-align: justify; */
	text-align: left;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_header_full {
	margin-top: 10px;
	width: 580px;
}

#new_item_header h1, #new_item_header_full h1 {
	color: #CC0000;
	font-size: 18px;
	font-weight: normal;
}

#new_item_header h2, #new_item_header_full h2 {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	width: 245px;
	float: right;
	overflow: hidden;
	text-align: right;
	margin-top: 20px;
}

#new_item_text {
	float: left;
	clear: left;
	width: 328px;
	margin-top: 10px;
}
#new_item_text_full {
	width: 580px;
	margin-top: 10px;
}

#new_item_text ol {
	margin-left: 3em;
}

#new_item_text li {
	margin-bottom: 5px;
}

#new_item_link {
	float: left;
	clear: left;
	width: 348px;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}

#new_item_image form {
	padding: 10px;
	border: solid 1px #CCC;
	width: 130px;
	float: right;
	text-align: left;
}
#new_item_image #jaargangen {
	padding: 10px;
	width: 130px;
	float: right;
	text-align: left;
}

#new_item_image select {
	width: 115px;
	border: #999999 1px solid;
}

#new_item_image label {
	width: 115px;
}

#new_item_image input.button {
	margin-top: 3px;
	margin-left: 95px;
	width: 22px;
	height: 13px;
	border: none;
}

/* Sub Items Descriptions */

.sub_items {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 644px;
	background: url(/images/item_sub_background.gif) repeat-y 0px 0px;
	text-align: justify;
}

.sub_left {
	padding-left: 5px;
	width: 300px;
	float: left;
}

.sub_right {
	padding-right: 15px;
	width: 315px;
	float: right;
	border-left: solid 1px #c2c2cd;
}

.sub_items_header {
	padding-left: 20px;
	padding-top: 10px;
}

.sub_items_header h1 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_header h2 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_image {
	margin: 10px 0 5px 10px;
	float: right;
	text-align: right;
}

.sub_items_text {
	padding-left: 20px;
}
.sub_items_text ul {
	margin: 10px;
	
}

/* Page Footer */

#footer {
	padding-top: 2px;
	width: 780px;
	color: #9595c2;
	border-top: solid 1px  #c2c2cd; 
	margin: 10px auto;
	clear: both;
}

#footer ul {
	list-style-type: none;	
}

#footer li {
	padding: 0px 10px 0px 9px;
	float: left;
	list-style-type: none;
}

#powered_by {
	float : right;
}

#powered_by a {
	color: #9595c2;
}

#reactieform {
	border: solid 1px #999999;
	padding: 10px;
	
}
#reactieform label {
	margin-right: 40px;
}
#reactieform input, #reactieform textarea {

	width: 400px;
}

#reactieform #bewaren {
	clear: both;
}
.reactie {
	border-bottom: dotted 1px #666666;
	margin: 10px 0 10px 0;
}
.reactie_naam {
	font-weight: bold;
	margin-bottom: 5px;
}
.reactie_reactie {
	margin-bottom: 5px;
}
.pbseparator {
	clear: both;
	height: 1px;
}
