/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2008, dicode® VOF
Email: info@dicode.nl
Website: http://www.dicode.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

* { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #284396;
	line-height: 17px;

}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	color: #008ac8;
	font-size: 12px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #008ca8;
	font-size: 11px;
}

p {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(css/images/background.jpg) repeat-x center top;
	background-color: #2d5ca2;
}

.mouseover {
	cursor: pointer;
}

div#site {
	position: relative;
	margin: 0 auto;
	width: 1035px;
	text-align: left;
}

div#header {
	position: relative;
	height: 222px;
}

div#header.index {
	position: relative;
	padding:0;
	margin:0;
	height: 434px;
	left: 1px;
	background: url(css/images/header_index.jpg) no-repeat center top;
}

div#header div#language_box {
	position: absolute;
	left: 860px;
	top: 15px;
	color: #c8cbcb;
}

div#header div#logo {
	position: absolute;
	top: 40px;
	margin-left: 0px;
	width: 173px;
	height: 144px;
}

div#header {
	position: relative;
	left: 4px;
	height: 248px;
	background: url(css/images/header.jpg) no-repeat;
}

/* menu */
div#menu {
	position: absolute;
	top: 430px;
	left: -16px;
	width: 210px;
	height: 245px;
	padding: 28px 20px 20px 20px;
	z-index: 6;
	background: url(css/images/menu_background.jpg) no-repeat;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 30px;
}

div#menu ul li {
	list-style: none;
	height: 32px;
	width: 130px;
	text-align: right;
	padding-right: 30px;
}

div#menu ul li:hover {
	list-style: none;
	height: 32px;
	background: url(css/images/arr_menu.jpg) no-repeat 140px;
	background-color: #f7f7f7;
}

div#menu ul .active, div#menu ul a:active {
	list-style: none;
	height: 32px;
	background-color: #f7f7f7;
}

div#menu ul li a {
	text-decoration: none;
	font-size: 12px;
	color: #284396;
	line-height: 31px;
}

div#menu ul li a:hover {
	text-decoration: none;
	color: #00aeef;
}

/* content */
div#content {
	position: relative;
	padding: 0;
	margin:0;
	width: 725px;
	margin-left: 92px;
	background-color: #ffffff;
	padding: 0 0 20px 150px;
}

div#content .box_between {
	float: left;
	width: 15px;
	height: 300px;
	margin: 0 30px 0 30px;
	height: 580px;
	background: url(css/images/box_between.jpg) repeat-x;
}

div#content .emptybox {
	float: left;
	width: 1px;
	height: 580px;
	background-color: #ffffff;
}

div#content .box {
	float: left;
	width: 300px;
	background-color: #ffffff;
}

div#content .box img {
	color: #284396;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #284396;
	font-size: 25px;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0;
	color: #00aeef;
	font-size: 12px;
	font-weight: normal;
	}

h3 {
	color: #284396;
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

h4 {
	color: #2b4698;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
}

div#content .box h5, h5 {
	background: url(css/images/line_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 300px;
}

div#content .box input, input {
	color: #2b4698;
	border: 1px #60ccf5 solid;
	padding: 3px;
	font-size: 11px;
	width: 190px;
}

div#content .box textarea, textarea {
	color: #2b4698;
	border: 1px #60ccf5 solid;
	padding: 3px;
	font-size: 11px;
	width: 190px;
	height: 60px;
}

div#content .box p, p {
	color: #284396;
	line-height: 17px;
}

div#content .box a, div#content a {
	color: #0bb1f0;
	text-decoration: underline;
}


div#content .box .link {
	color: #0bb1f0;
	line-height: 15px;
	text-decoration: underline;
	padding-right: 14px;
	font-size: 10px;
	background: url(css/images/arr_link.jpg) no-repeat right;
}

div#content .box a:hover, div#content a:hover {
	color: #0bb1f0;
	text-decoration: none;
}

div#content .box .line {
	background: url(css/images/line_bg.jpg) repeat-x;
	height: 12px;
	width: 300px;
	clear: both;
}

div#content .box table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

div#content .box tr {
}

div#content .box table td {
	margin: 0;
	color: #284396;
	padding: 0;
}

div#content .box ul, div#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 300px;
}

div#content .box ul li, div#content ul li {
	list-style: none;
	line-height: 16px;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	width: 300px;
	color: #284396;
	background: url(css/images/arr_link.jpg) no-repeat 0px 4px;
}

div#content .box ul li a, div#content ul li a {
	color: #00aeef;
}

div#content .product_link {
	color: #0bb1f0;
	float: right;
	line-height: 10px;
	padding-left: 25px;
	background: url(css/images/arr_link.jpg) no-repeat 10px;
}


/* footer */
div#footer {
	position: relative;
	width: 911px;
	height: 75px;
	background: url(css/images/footer.jpg) no-repeat;
	margin-left: 78px;
}

div#footer div#submenu {
	float: right;
	width: 300px;
	text-align: right;
	color: #a5a5a5;
	margin-right: 50px;
}

div#footer div#submenu a {
	text-decoration: none;
	font-size: 10px;
	color: #a5a5a5;
}

div#footer div#submenu a:hover {
	text-decoration: underline;
}


/* other */
div.clear {
	clear: both;
}

div#content td p {
	color: #284396;
	line-height: 17px;
}

div#content a:active, div#content a:visited, div#content a:link {
	color: #0bb1f0;
	}

div#content a strong  {
	color: #0bb1f0;

