/* CSS FOR JEUGDBIB - TURQOISE */
/* --------------------------- */

@import url("../css/navigation.css");
@import url("../css/news.css");
@import url("../css/products.css");
@import url("../css/tipofthemonth.css");
@import url("../css/search.css");

/* GENERAL */

*
{
	margin: 0; padding: 0;
	border: none;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #333;
}

a
{
	color: #00A3A3;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style: none;
}

img.left {
	padding: 0 25px 25px 0;
}

img.right {
	padding: 0 0 25px 25px;
}


/* HEADERS */
h1
{
	margin: 0 0 20px 0; padding: 0;
	font-size: 18px;
	color: #00A3A3;
	font-weight: bold;
	line-height: 128%;
}

h2
{
	margin: 0 0 10px 0; padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 100%;
}

/* DIV: OUTER */ 

div#outer
{
	position: relative;
	margin: 20px auto;
	width: 901px;
}


/* DIV: header */

div#header 
{
	position: relative;
	width: 901px; height: 250px;
	background: url("../images/bg_header.gif") no-repeat 0 0px;
}

div#header div#searchiconÊ{
	position: absolute;
	top: 0px; left: 0px;
	width: 130px; height: 110px;
}

div#searchcatalog {
	position: absolute;
	top: 25px; left: 10px;
	padding: 0 0 0 15px;
	font-size: 12px;
	font-weight: bold;
	color: #900008;
	background: url("../images/bg_searchcatalog.gif") no-repeat 0 4px;
}

div#searchcatalog a {
	color: #900008;
}

div#searchcatalog a:hover {
	color: #900008;
	text-decoration: none;
}

div#header div#flashheader {
	position: absolute;
	top: 64px; left: 2px;
	width: 897px; height: 186px;
}

div#manneke {
	position: absolute;
	top: 19px; left: 82px;
	width: 185px; height: 71px;
	background: url("../images/activiteiten.gif") no-repeat bottom right;
}

/* DIV: BODYBLOCK */

div#bodyblock
{
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	width: 901px;
	min-height: 326px;
	background: url("../images/bg_bodyblock.gif") repeat-y top left;
} 

* html div#bodyblock
{
	height: 326px;
}

/* DIV:L-COL */

div#l-col {
	float: left;
	width: 270px;
	min-height: 326px;
	/*padding: 30px 25px 30px 100px;*/
	padding: 0px 4px 10px 81px;
	background: url("../images/bg_l_col.jpg") no-repeat 77px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px; min-height: 306px;
}

* html div#l-col {
	height: 326px;
}

/* DIV: CONT */

div#cont
{
	float: left;
	padding: 30px 115px 35px 45px;
	width: 631px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 471px; 
}

div#home ul,
div#cont ul
{
	margin: 15px 0; padding: 0 0 0 20px;
	line-height: 14px;
}

div#cont ol,
div#home ol
{
	margin: 15px 0px 15px 40px; padding: 0;
	line-height: 14px;
}

div#home ol li,
div#cont ol li
{
	margin: 0 0 2px 0; padding: 0 0 0 0px;
}

div#home ul li,
div#cont ul li
{
	padding: 0 0 0 8px;
	list-style: square;
}

div#home p,
div#cont p
{
	margin: 0 0 0px 0;
	line-height: 130%;
}

div#cont input.loginbutton
{
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	background: url("../images/button.gif") no-repeat top left;
	width: 100px; height: 22px;
	cursor: pointer;
}

div#cont form input.text
{
	padding: 2px;
	font-size: 10px;
}

input.text2,
textarea.text2
{
	margin: 0 0 4px 0;
	border: 1px solid #666;
	padding: 2px;
	font-size: 10px;
}

input.button
{
	margin: 10px 0 0 0;
	background: #467990;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	padding: 2px 5px;
}

/*div#cont form td
{
	height: 30px; width: 50px;
	vertical-align: top;
}*/

div#cont form input.text
{
	width: 120px;
	background: #FFF;
	border: 1px solid #000;
}

/* DIV: FOOTER */

div#footer
{
	float: left;
	padding: 28px 0 0 0;
	width: 901px; height: 60px;
	text-align: center;
	font-size: 10px;
	color: #3D3D3D;
	background: url("../images/bg_footer.gif") no-repeat top left;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 32px;
}

div#footer a {
	color: #3D3D3D;
}
div#footer table{
	width: 100%;
}

div#l-col ul.leftnavigation li a.active,
div#l-col ul.leftnavigation li a:hover {
	background: url("../images/bg_leftnavigation_ul_li_a_active_turqoise.gif") no-repeat 0 1px;
}
