@import url("http://media.kokon.nl/css/frontpage.css");
@import url("http://media.kokon.nl/css/content.css");

body, html {
    background: #fff url("/img/bgtile.gif") top left repeat;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0; padding: 0;
}

#bgblock {
	background: #fff url("/img/bg.gif") top left repeat-x;
	margin: 0; padding: 0;
}

#main {
	position: absolute;
	border-top: 5px solid #d11011;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	z-index: 440;
	
}

#container {
	   background-color: #fff;
}


#redbar {
	height: 5px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 0px;
	width: 980px;
	line-height: 1px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 30px;
	z-index: 100;
	height: 35px;
	width: 125px;
}

#topmenu {
	float: right;
	top: 15px;
	margin-right: 13px;
	position: absolute;
	z-index: 100;
	right: 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	width: 30%;
	
}

/* SAFARI HACK */
@media screen and (-webkit-min-device-pixel-ratio:0){
#topmenu {padding-bottom: 5px;}
}

#topmenu li {
	display: block;
	float: right;
	margin-left: 35px;
}

#topmenu li a {
	text-decoration: none;
	color: #000;
}

#search {
	position: absolute;
	right: 12px;
	top: 48px;
}

#search input {
    margin: 0; padding: 3px;
    font-size: 12px;
    border: 1px solid #ccc;
    width: 200px;
    margin-bottom: 1px;
    
}

#search input.submit {
    margin: 0; padding: 0;
    height: 12px;
    width: 78px;
    height: 19px;
    background: url("../img/zoeken-knop.jpg") top left no-repeat;
    vertical-align: top;
	border: 0;
	margin-top: 1px;
}

#mainmenu {
}

#mainmenu li {
	display: block;
	float: left;
	margin-right: 35px;
	padding-bottom: 5px;
}

#mainmenu li.last {
	width: 240px;
}

#mainmenu li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#mainmenu li.active a {
	color: #D11011;
}

#mainmenu li:hover a {
    color: #D11011;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#mmcontainer {
    position: absolute;
    left: 200px;
    z-index: 450;
    top: 15px;
	border-bottom: 1px solid #ccc;
	width: 55%;
}

#mmhover {
	position: absolute;
	clear: both;
    z-index: 200;
	background: #fff;
	display: none;
	top: 30px;
	height: 20px;
}

#mmhover a {
	color: #fff;
	text-decoration: none;
}

#mmhover a:hover {
	text-decoration: underline;
}

#mmhover ul {
	
}

#mmhover ul li {
	display: block;
	float: left;
	margin-right: 20px;
}

#mmhover ul li a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}

#mmhover ul li a.active {
	color: #000;
}

#mmhover ul li a:hover {
	text-decoration: underline;
}

#mmhover ul li.last {
	border-bottom: 0;
}

#overlay {
	opacity: 0;
	display: none;
	background: #000;
	position: absolute;
	z-index: 150;
	top: 0px;
	width: 100%;
	height: 100%;
}

#overlay2 {
    opacity: 0;
    display: none;
    background: #000;
    position: absolute;
    z-index: 150;
    top: 0px;
    width: 100%;
    height: 100%;
}

#content {
    
	clear: both;
}


.clearer {
	clear:both;
	height: 1px;
	line-height: 1px;
	
}

#footer {
	clear: both;
	margin-top: 5px;
	background: transparent;
	
}

#footer span {
	float: left;
	margin-left: 5px;
}

#footer ul {
	float: right;
	margin-right: 5px;
}

#footer ul li {
	float: left;
	display: block;
	margin-left: 35px;
}

#footer ul li a {
	color: #000;
	text-decoration: none;
}

#footer strong {
	color: #666;
	font-weight: normal;
}

