
html 
{
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body 
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: white;
	background: white;
}

h2
{
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color:#ee801b;
}

h3
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#ee801b;
}

a:link, a:visited, a:active {
	color: #ee801b;
}

a:hover {
	color: #000000;
}


p, div
{
	margin:0px;
	padding:0px;
}

ul, li
{
	margin:0px;
}

input
{
	border:1px solid black;
	background: #ffffff;
	width:99%;
	height: 12px;
		margin-bottom:2px;
		font-family: Arial, sans-serif;
	font-size: 10px;
}

.menu_item 
{
	padding-right:10px;
}

.menu_item a 
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#ee801b;
}

.menu_item_active a 
{
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#ffffff;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active 
{
	display: block;
	height: 100%;
	text-decoration: none;
}

.menu_item a:hover 
{
	display: block;
	height: 100%;
	color: #ffffff;
}

.menu_item_active 
{
	padding-right:10px;
}

.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:hover, .menu_item_active a:active 
{
	display: block;
	height: 100%;
	text-decoration: none;
}

.center_ver 
{
	position:relative;
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
}

.center_ver tr td 
{
	vertical-align:middle;
}

/*.center_hor 
{
	position: relative;
	height:420px;
	width: 760px;
	border:1px solid #ee801b;
	margin: 0px auto 0px auto;
}*/

.layout_top
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:120px;
	background:#000000 url('/visuals/basis/site_title.jpg') top left no-repeat;
	color:#ffffff;
}

.layout_content
{
	position:absolute;
	top:120px;
	left:0px;
	width:760px;
	height:300px;
	min-height:300px;
	background: #ffffff url('/visuals/basis/logo_merlingerin.jpg') bottom left no-repeat;
	color:#000000;
}

.layout_menu
{
	position:absolute;
	bottom:3px;
	left:0px;
	width:100%;
}

.layout_action
{
	position:absolute;
	left:385px;
	top:0px;
	width:375px
	height:91px;
}

.layout_content_all
{
	position:absolute;
	top:15px;
	left:10px;
	width:740px;
	height:275px;
	min-height:275px;
}

.layout_content_left
{
	position:absolute;
	top:15px;
	left:10px;
	width:365px;
	height:275px;
	min-height:275px;
	text-align:right;
}

.layout_content_right
{
	position:absolute;
	top:15px;
	right:10px;
	width:365px;
	height:275px;
	min-height:275px;
	text-align:left;
}

.layout_content_right_no_margin
{
	position:absolute;
	top:0px;
	right:0px;
	width:375px;
	height:300px;
	min-height:300px;
	text-align:left;
}

.layout_content_right_margin
{
	margin-right:10px;
}

.form_button
{
	padding: -1px 5px;
	margin:0px;
	width:auto;
	height:15px;
	background: #000000;
	border:none;
	color: #ffffff;
	font-weight:bold;
	cursor:default;
}

.form_button:hover
{
	padding: -1px 5px;
	margin:0px;
	width:auto;
	height:15px;
	color: #ee801b;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

.link_button
{
	padding: 2px 5px;
	background: #000000;
	border:none;
	color: #ffffff;
	font-weight:bold;
}

.link_button a
{
	display:block;
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.link_button a:hover
{
	display:block;
	color: #ee801b;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

.greyed
{
	color:#999c9d;
}

.form_row
{
	clear:both;
	width:100%;
}

.form_col_label
{
	float:left;
	width:35%;
	font-weight: bold;
}

.form_col_input
{
	float:left;
	width: 63%;
}

.form_error
{
	color: #ff0000;
}

.form_korting_orange
{
	width: 100%;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background: #f5822b;
}

.form_korting_orange .form_col_label,
.form_korting_orange h3
{
	color: #ffffff;
}

.form_korting_orange .form_error
{
	color: #ff0000;
}
.form_korting_orange .form_col_label_small
{
	color: #ffffff;
	float:left;
	width:27%;
	font-weight: bold;
}


.form_korting_orange .form_col_input_small
{
	float:left;
	width: 21%;
}

.form_korting_orange .form_col_input_small input
{
	width:90%;
}

.form_korting_orange .layout_content_right_margin .form_row .form_col_input input
{
	margin-left: 1px;
	width:97%;
}