
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	background: url('/visuals/basis/nl_bg.jpg') top center repeat;
}

h1 {
	font-size: 12px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

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

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 760px;
	margin: 0px auto 0px auto;
}

#bar_right {
	position:absolute;
	top:0;
	right:51px;
	width:93px;
	height:799px;
	background: url('/visuals/basis/nl_bg_bar.jpg') top center no-repeat;
}


/* table menu NL */

.menu_block_nl {
	position: absolute;
	top:85px;
	width: 622px;
	height: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.menu_item_nl {
	text-align:center;
}

.menu_item_nl a:link, .menu_item_nl a:visited, .menu_item_nl a:active {
	color: #4a8e00;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.menu_item_nl a:hover {
	color: white;
	text-align:center;
}

.menu_item_active_nl {
	text-align:center;
}

.menu_item_active_nl a:link, .menu_item_active_nl a:visited, .menu_item_active_nl a:hover, .menu_item_active_nl a:active {
	color: #4a8e00;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

/* table menu EN */

.menu_block_en {
	position: absolute;
	top:85px;
	width: 622px;
	height: 25px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.menu_item_en {
	text-align:center;
}

.menu_item_en a:link, .menu_item_en a:visited, .menu_item_en a:active {
	color: #e86c1f;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.menu_item_en a:hover {
	color: white;
	text-align:center;
}

.menu_item_active_en {
	text-align:center;
}

.menu_item_active_en a:link, .menu_item_active_en a:visited, .menu_item_active_en a:hover, .menu_item_active_en a:active {
	color: #e86c1f;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}


/* Switch language */

.switch_language {
	position:absolute;
	top:0px;
	right: 148px;
}

a.lang_item {
	color: #777777;
	text-decoration: none;
}

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


/* Content */

.content {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 590px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: none;
}

.main_menu {
	position: absolute;
	top: 0px;
	left: 0px;
}

.page_title {
	position: absolute;
	top: 0px;
	right: 0px;
}


.module_block {
	background: #eeeeee;
	width: 120px;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	heigth: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
	font-size: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {

}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 10px;
	background: white;
}

.guestbook_message {
	position: relative;
	margin: 0px auto 0px auto;
	width: 90%;
}

.guestbook_message .ghosted {
	color: #cecece;
}

.guestbook_message .ghosted a {
	color: #cecece;
}

.guestbook_name {
	font-weight: bold;
	font-style: italic;
}

.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}

.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 75%;
	height: 10px;
	border-bottom: 1px solid #959697;
}

.guestbook_form {
	margin: 0px auto 0px auto;
	width: 200px;
}

.guestbook_form p {
	margin: 0px;
}

.guestbook_form input {
	width: 200px;
	border: 1px solid #47484A;
}

.guestbook_form select {
	width: 200px;
	background: white;
	border: 1px solid black;
}

.guestbook_form textarea {
	width: 200px;
	background: white;
	border: 1px solid black;
}


/* Forum style */
.forum_row_head
{
	position: relative;
	padding: 5px;
	width: 580px;
	margin-bottom: 10px;
	font-size:10px;
}
.forum_row_1
{
	position: relative;
	width: 580px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #D3B6BD;
	border-right: 1px solid #7C4652;
	border-bottom: 1px solid #7C4652;
	border-left: 1px solid #D3B6BD;
	background:#DDDDDD;
	font-size:10px;
}
.forum_row_2
{
	position:relative;
	width: 580px;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #C39DA5;
	border-right: 1px solid #66363E;
	border-bottom: 1px solid #66363E;
	border-left: 1px solid #C39DA5;
	background:#EEEEEE;
	font-size:10px;
}

.forum_read
{
	vertical-align:top;
	text-align: center;
	width: 25px;
	font-size:10px;
}

.forum_name
{
	vertical-align:top;
	width: 255px;
	font-size:10px;
}

.forum_num_topics
{
	vertical-align:top;
	text-align: right;
	width: 75px;
	font-size:10px;
}

.forum_num_messages
{
	vertical-align:top;
	text-align: right;
	width: 75px;
	font-size:10px;
}

.forum_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-size:10px;
}

.forum_description
{
	vertical-align:top;
	padding-top: 10px;
	font-style:italic;
	font-size:10px;
}


.forum_topic_read
{
	vertical-align:top;
	text-align: center;
	width: 25px;
	font-size:10px;
}

.forum_topic_name
{
	vertical-align:top;
	width: 225px;
	font-size:10px;
}

.forum_topic_started_by
{
	vertical-align:top;
	text-align: left;
	width: 105px;
	font-size:10px;
}

.forum_topic_num_messages
{
	vertical-align:top;
	text-align: right;
	width: 75px;
	font-size:10px;
}

.forum_topic_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-size:10px;
}

.forum_topic_moderate
{
	vertical-align:top;
	text-align: right;
	padding-top: 10px;
	font-style:italic;
	font-size:10px;
}

.forum_message_name
{
	vertical-align:top;
	width: 125px;
	font-size:10px;
}

.forum_message_quote
{
	vertical-align:top;
	width: 305px;
	font-size:10px;
}

.forum_message_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-size:10px;
	font-style:italic;
}

.forum_message
{
	vertical-align:top;
	width: 455px;
	font-size:10px;
}
.forum_message_moderate
{
	vertical-align:top;
	text-align: right;
	padding-top: 10px;
	font-style:italic;
	font-size:10px;
}

.left_image {
	margin-right: 10px;
}

.right_image {
	margin-left: 10px;
}

.logo
{
	position:absolute;
	left:5px;
	top:5px;
	height:65px;
	width:143px;
	background: url('/media/logo.jpg') no-repeat;
}

.paypal_knop
{
	width:450px;
	float:left;
	border-bottom:1px solid #fff;
	padding:5px ;
}

.paypal_knop input
{
	background:none;
	border:none;
	height:30x;
	width:150px;
	float:right;

}


.paypal_knop p
{
	float:left;
	width:300px;
	padding-top:10px;
}

