/* Default style */
body {
	margin: 0px;
	padding: 0px;
	font: 11px Arial;
	background: #dff3fb url(../images/background.gif) repeat-x;
	/*background-color:#e2ebeb;
	padding: 5px;*/
}
form {
	display: inline;
}
a {
	color: #005488;
	text-decoration: none;
}
p {
	display: block;
	padding: 0px;
	margin: 0px;
}
a:hover {
	text-decoration: underline;
}
a.more {
	float: right;
	background: url(../images/contentitem_op.gif) no-repeat 0px 5px;
	color: #f0591c;
	padding-left: 9px;
	position: relative;
}
.overzicht {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
.overzicht th {
	background-color: #1270AB;
	color: #FFFFFF;
	border: 1px solid #1270AB;
	text-align: left;
}
.overzicht td {
	border: 1px solid #1270AB;
	padding: 2px;
}
.overzicht img {
	border: 0px;
}
/* Table style */
.main {
	border: 4px solid #FFFFFF;
	border-top: 8px solid #FFFFFF;
	margin: 0 auto;
	width: 740px;
	background: #FFFFFF;
}

/* Header style */
.header_logo {
	background: #c3e4f9 url(../images/header_t_l.gif) no-repeat;
	height: 156px;
	width: 732px;
}
.header_logo_input {
	position: relative;
	left: 600px;
	top: 60px;
	height: 14px;
	font: 11px Arial;
	border-top: 0px;
	border-left: 1px solid #3e3e3a;
	border-bottom: 2px solid #3e3e3a;
	border-right: 1px solid #3e3e3a;
}
.header_logo_input2 {
	position: relative;
	left: 514px;
	top: 90px;
}
.header_menu {
	background: #1270ab url(../images/header_menu.gif) no-repeat;
	height: 25px;
	vertical-align: top;
}

.header_export {
	padding-top: 2px;
}
.header_export img {
	border: 0px;
}
/* Content style */
.contents {
	vertical-align: top;
	padding-top: 2px;
}
.content {
	position: relative;
	border: 2px solid #cfcecb;
	background: #FFFFFF url(../images/contentitem_r.gif) no-repeat right top;
	margin: 0px 4px 4px 0px;
}
.contentAll {
	position: relative;
	border: 2px solid #cfcecb;
	background: #FFFFFF url(../images/contentitem_r.gif) no-repeat right top;
	margin: 0px 0px 4px 0px;
}
.content_title {
	border-bottom: 1px solid #005488;
	background: url(../images/contentitem_l.gif) no-repeat 7px 3px;
	color: #005488;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	padding-top: 2px;
	padding-left: 25px;
}
.content_content {
	padding: 7px;
	background-color: #eef5f7;
	border-top: 1px solid #cfcecb;
	margin-top: 3px;
}
.content_content img {
	position: relative;
	border: 1px solid #f4ca90;
	margin: 0px 4px 4px 0px;
	float: left;
}
.content_content hr {
	display: block;
	clear: left;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}
.content_c_left {
	position: absolute;
	width: 260px;
}
.content_c_right {
	margin-left: 265px;
	border-left: 1px solid #c6c6c6;
	padding-left: 5px;
}
.link {
	color: #000000;
	text-decoration: none;
	background: url(../images/contentitem_op2.gif) no-repeat 0px 5px;
	padding-left: 9px;
}
.link:hover {
	color: #000000;
	text-decoration: none;
	background: url(../images/contentitem_op2.gif) no-repeat 0px 5px;
	padding-left: 9px;
}
/* Blocks style */
.blocks {
	vertical-align: top;
	padding-top: 2px;
}
.block {
	border-top: 1px solid #cfcecb;
	padding-top: 2px;
	margin-bottom: 2px;
}
.block_title {
	background: #0d5c8d url(../images/block_title.gif) no-repeat 7px 3px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	height: 19px;
	padding-top: 1px;
}
.block_content {
	background: #95caf7 url(../images/block_bg.jpg) repeat-x top;
	padding: 2px;
}
.block img {
	margin: 4px auto 4px auto;
	border: 1px solid #f4ca90;
	display: block;
}
/* Footer style */
.footer_skype {
	height: 30px;
	padding-left: 45px;
	color: #005488;
	font-weight: bold;
	background: #c0d9e0 url(../images/skype.jpg) no-repeat 7px;
}

.footer_info {
	color: #5894ba;
	font-weight: bold;
	padding-left: 10px;
	height: 30px;
	background-color: #e2ebeb;
}
.footer_back {
	position: relative;
	z-index: -1;
	width: 100%; 
	left:0px; 
	top:-34px; 
	background-color: #8fbedb; 
	height:30px;
}

/* Links */
.link_home, .link_about, .link_assort, .link_service, .link_shop, .link_search, .link_contact {
	position: absolute;
	background: url(../images/spacer.gif) no-repeat;
	display: block;
	height: 20px;
	margin-top: 3px;
}
.link_home {
	margin-left: 15px;
	width: 70px;
}
.link_about {
	margin-left: 90px;
	width: 65px;
}
.link_assort {
	margin-left: 160px;
	width: 75px;
}
.link_service {
	margin-left: 243px;
	width: 55px;

}
.link_shop {
	margin-left: 305px;
	width: 45px;
}
.link_search {
	margin-left: 360px;
	width: 60px;
	
}
.link_contact {
	margin-left: 430px;
	width: 60px;
}
