/************************************************************
Kardol Global Stylesheet 
Target: Screen
Author: Martijn Schornagel - Momono Ontwerpwerk - www.momono.nl
************************************************************/
a {
	text-decoration: none;
}
body {
	background: url(img/bg-body.png) repeat-x;
	font: 12px Helvetica, Arial, sans-serif;
}

/************************************************************

* Positioning

************************************************************/
#container {
	margin: 36px auto auto;
	width: 937px;
	padding-bottom: 25px;
}
#leftcolumn {
	width: 165px;
	float: left;
}
h1#logo a {
	background: url(img/logo.png);
	text-indent: -32697px;
	display: block;
	height: 165px;
	width: 165px;
}
ul#menu {
	background: url(img/bg-menu.png) no-repeat;
	height: 119px;
	width: 155px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
ul#menu li {
}
ul#menu li a {
	color: #202D6B;
	font-weight: bold;
	background: url(img/bullit.gif) no-repeat left 2px;
	display: block;
	padding-left: 15px;
	height: 24px;
}
ul#menu li a:hover {
	color: #0082D9;
	background: url(img/bullit.gif) no-repeat left -50px;
}
ul#menu li a.selected {
	color: #0082D9;
	background: url(img/bullit.gif) no-repeat left -50px;
}
#zoeken {
	background: url(img/bg-zoeken.png) no-repeat;
	height: 85px;
	width: 157px;
	margin-top: 10px;
	padding-top: 35px;
	padding-left: 8px;
}
#banner a {
	background: url(img/banner-primera.png);
	height: 121px;
	width: 165px;
	margin-top: 10px;
	text-indent: -32697px;
	display: block;
}
#rightcolumn {
	width: 762px;
	float: right;
}
#header {
	background: url(img/bg-header-boekhandel.jpg);
	height: 282px;
	width: 757px;
	position: relative;
}
#btn-boekhandel a {
	background: url(img/btn-boekhandel.png);
	text-indent: -32697px;
	display: block;
	height: 26px;
	width: 114px;
	position: absolute;
	left: 12px;
	top: 10px;
}
#current-boekhandel {
	background: url(img/boekhandel.png);
	text-indent: -32697px;
	display: block;
	height: 26px;
	width: 114px;
	position: absolute;
	left: 12px;
	top: 10px;
}
#btn-kantoorvakhandel a {
	background: url(img/btn-kantoorvakhandel.png);
	text-indent: -32697px;
	display: block;
	height: 26px;
	width: 157px;
	position: absolute;
	top: 10px;
	left: 151px;
}
#current-kantoorvakhandel {
	background: url(img/kantoorvakhandel.png);
	text-indent: -32697px;
	display: block;
	height: 26px;
	width: 157px;
	position: absolute;
	top: 10px;
	left: 151px;
}
#txt-content {
	margin-top: 10px;
	line-height: 18px;
	background: url(img/bg-txt-content.jpg) no-repeat;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	padding: 15px;
	color: #666;
}
#external-content {
	margin-top: 10px;
	line-height: 18px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	color: #666;
}
#footer {
}


ul.zoekform li {
	float: left;
	margin-right: 2px;
	font-size: 11px;
}
#zoeken input#search {
	margin-top: 6px;
	background: #FFF;
	border: 1px solid #C0C0C0;
	padding: 3px;
	color: #1E2B6B;
	width: 140px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
a.btn-zoeken {
	height: 24px;
	width: 60px;
	display: block;
	line-height: 24px;
	background: url(img/btn-zoeken.png) no-repeat;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}
ul#submenu {
	height: 36px;
	width: 757px;
	background: url(img/bg-submenu.png);
	margin-bottom: 10px;
}
ul#submenu li {
	float: left;
	line-height: 36px;
	height: 36px;
	margin-left: 15px;
}
ul#submenu li a {
	color: #202D6B;
	font-weight: bold;
}
ul#submenu li a:hover {
	color: #0082D9;
}
ul#submenu li a.selected {
	color: #0082D9;
}


/************************************************************

* Classes & Typography

************************************************************/
h1, h2, h3, h4, h5, h6 {
	color: #0082D9;
	font-weight: bold;
}
h1#main-head {
	margin-bottom: 12px;
	color: #0082D9;
	font-size: 22px;
	font-weight: normal;
}
p {
	margin-bottom: 15px;
}
.clear {
}
#txt-content a {
	text-decoration: underline;
	color: #0082D9;
}
#txt-content a:hover {
	text-decoration: none;
}
#txt-content img {
	margin-right: 8px;
	margin-left: 15px;
	background: #FFF;
	padding: 3px;
	border: 1px solid #D7D7D7;
	float: right;
	margin-bottom: 15px;
}
#txt-content ul {
	margin-bottom: 15px;
}
#txt-content ul li {
	background: url(img/bullit-content.gif) no-repeat left center;
	padding-left: 12px;
}
#txt-content ul li a {
}
.like {
	position: absolute;
	top: 13px;
	left: 335px;
}
