@charset "utf-8";

A:link, A:visited, A:active {
	color:#4c4c4c; font-size: 11px; text-decoration: none;
}

A:hover {
	color:#3b6800; font-size: 11px; text-decoration: none;
}

A.menu_link:link, A.menu_link:visited, A.menu_link:active {
	text-decoration: none; color:#FFFFFF; font-weight:bold; font-size: 10px;
}

A.menu_link:hover {
	text-decoration: none; color:#000000; font-weight:bold; font-size: 10px;
}

A.product:link, A.product:visited, A.product:active {
	text-decoration: none; color:#3b6800; font-weight:bold; font-size: 11px;
}

A.product:hover {
	text-decoration: none; color:#4c4c4c; font-weight:bold; font-size: 11px;
}

html, body 
{ 
	height: 100%; 
	font-family: Tahoma;
	font-size: 11px;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
	background:url(../images/bg.png);
}

#container {
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

#shadow_left {
	position: absolute;
	width: 49px;
	left: 0px;
	height: 100%;
	background: url(../images/shadow_left.gif) repeat-y;
}

#shadow_right {
	position: absolute;
	width: 50px;
	left: 950px;
	height: 100%;
	background: url(../images/shadow_right.gif) repeat-y;
}

#header {
	margin-left:49px;
	top:0px;
	width:901px;
	height:113px;
	background: url(../images/header_empty.png);
}

#header_logo {
	background: url(../images/header_logo.png) no-repeat;
	width: 320px;
	height: 113px;
}

#menu {
	margin-left:49px;
	top:113px;
	width:901px;
	height:33px;
	background: url(../images/menu_green.png) no-repeat;
}

#content {
	margin-left:49px;
	width: 901px;
	background: url(../images/content_bg.png) repeat-y;
}

#content_label {
	position: absolute;
	left:255px;
	top: 161px;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
}

#content_top {
	height: 21px;
	background: url(../images/content_top.png) no-repeat;
}

#content_middle {
	margin-top: 25px;
	margin-left: 210px;
	margin-right: 20px;
}

#content_bottom {
	height: 21px;
	background: url(../images/content_bottom.png) no-repeat;
}

#footer {
	margin-left:49px;
	width: 901px;
}

#footer_top {
	width: 901px;
	height: 24px;
	background: url(../images/footer_up.png);
}

#footer_bottom {
	width: 901px;
	height: 71px;
	background: url(../images/footer_down.png);
}

#livesupport-box_ {
	position:absolute;
	left:54px;
	top:151px;
	width:179px;
	height:99px;
	background: url(../images/support_empty.png);
}

/* Menu */
#menu_home {
	float: left;
	margin-left:29px;
	margin-top:10px;
	width:30px;
	height:11px;
}

#menu_overons {
	float: left;
	margin-left:31px;
	margin-top:10px;
	width:52px;
	height:11px;
}

#menu_producten {
	float: left;
	margin-left:30px;
	margin-top:10px;
	width:63px;
	height:11px;
}

#menu_helpdesk {
	float: left;
	margin-left:31px;
	margin-top:10px;
	width:53px;
	height:11px;
}

/* custom content */

.content_bold {
	color:#3b6800; 
	font-weight:bold;
	font-size: 11px;
}

.small_font {
	font-size: 10px;
}

.korting {
	color: #FF0000; 
	font-size: 9px;
}

.korting_text {
	font-size: 9px;
}

/* sub menu */
A.submenu_link:link, A.submenu_link:visited, A.submenu_link:active {
	text-decoration: none; color:#3b6800; font-weight:bold; font-size: 10px; margin-left: 20px;
}

A.submenu_link:hover {
	text-decoration: none; color:#000000; font-weight:bold; font-size: 10px; margin-left: 20px;
}

#submenu_box {
	position:absolute;
	left:54px;
	top:151px;
	width:179px;
	background: url(../images/submenu_middle.png) repeat-y;
}

#submenu_top {
	height: 21px;
	background: url(../images/submenu_top.png) no-repeat;
}

#submenu_middle {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
}

#submenu_bottom {
	height: 19px;
	background: url(../images/submenu_bottom.png) no-repeat;
}

#sub_label {
	position: absolute;
	left:12px;
	top:10px;
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
}

#sub_item {
	margin-left:9px;
	margin-top:10px;
	width:165px;
	height:12px;
	background: url(../images/submenu_item.png) no-repeat;
}

/* domain check */
#domain		{padding:0px;}
#domain	.l1	{float: left; width: 230px; margin: 0 5px 0 0;}
#domain	.l2	{float: left; width: 190px; margin: 0 5px 0 0; }
#domain	.r	{float: right; margin: 0; width: 80px;}
#domain	.input	{ font-size:14px; background-color:#fff; padding:4px; border:1px solid #b5b6c4;}

#log		{width: 650px; margin-top: 5px;}
#log_res	{}
#log_res.ajax-loading	{padding: 20px 0;background: url(../images/loading.gif) no-repeat center;}

fieldset	{padding:10px; border:1px solid #CCCCCC; width: 650px;}
