@import url(typo.css);

* {
	margin: 0;
	padding: 0;
}

body {
	background: #8A9197 url('../img/bg.jpg') no-repeat top left;
}

#wrapper {
	width: 982px;
	margin: 20px 0 0 21px;
}

#header {
	height: 62px;
}

#header .homelink {
	width: 185px;
	height: 98px;
	top: 40px;
	position: absolute;
}

#header .homelink a {
	display: block;
	height: 98px;
	width: 185px;
	background-color: transparent;
}

#header .homelink a span {
	display: none;
}

#header #search {
	float: right;
	background: url(../img/search.jpg) no-repeat center left #fff;
	padding-left: 20px;
	margin: 17px 33px 0 0;
}

input.input {
	border: 1px solid #EC2079;
	line-height: 20px;
	padding: 2px;
}

#nav { 
	width: 175px;
	float: left;
}

#nav {
	margin-top: 88px;
}

#nav ul li {
	list-style: none;
	margin-bottom: 4px;
	width: 145px;
	display: block;
}

#nav ul li a {
	color: #000;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	border-left: 4px solid #000;
	text-decoration: none;
	padding-left: 6px;
	display: block;
	width: 194px;
	text-transform: uppercase;
	background: transparent;
	line-height: auto;
	padding: auto;
	font-weight: normal;
	background: url(http://www.codexkit.nl/img/menubg.png) no-repeat top left;
}

#nav ul li a span {
	display: none;
}

#nav ul li a#home { background-position: 5px 4px;}
#nav ul li a#aandeslag { background-position: 5px -20px;}
#nav ul li a#verhalen { background-position: 5px -44px;}
#nav ul li a#docenten { background-position: 5px -66px;}
#nav ul li a#faq { background-position: 5px -92px;}
#nav ul li a#downloads { background-position: 5px -116px;}

#nav ul li a.active {
	background-color: #fff;
	border-left: 4px solid #fff;
}

#nav ul li a:hover {
	background-color: #fff;
	border: 0;
	border-left: 4px solid #fff;
}

#content {
	margin: 40px -5px 5px 40px;
	float: left;
	min-height: 555px;
	height: auto !important;
	height: 500px;
}

#contentmain { 
	width: 450px;
	margin-right: 40px;
	float: left;
	background-color: #fff;
	padding: 13px 5px;
}

#contentsub {
	width: 240px;
	padding-top: 25px;
	float: left;
}

#contentsub.uitgelicht {
	background: url(../img/subheader.gif) top left no-repeat transparent;
}

#contentsub.voorbeelden {
	background: url(../img/subheader2.gif) top left no-repeat transparent;
}

#contentsub.inhoud {
	background: url(../img/subheader3.gif) top left no-repeat transparent;
	padding-top: 30px;
}

#contentsub #txtsub {
	width: 240px;
	background-color: #EC2097;
	margin: -5px 0 0;
}

#footer {
	clear: both;
	background-color: #fff;
	padding-left: 20px;
	height: 20px;
}

#footer ul {
	line-height: 15px;
}

#footer ul li {
	display: inline;
	color: #EC2079;
	height: 12px;
	font-size: 11px;
}

#footer ul li a {
	color: #EC2079;
	font-size: 11px;
	text-decoration: none;
	background: transparent;
	padding: auto;
	font-weight: normal;
}

#footer ul li a:hover {
	color: #000;
}

hr {
	height: 1px;
	color: #eee;
}

.txtmain.even, .txtmain.oneven {
	padding-bottom: 1em;
	margin-top: 1em;
}

.txtmain.oneven:first-child {
	margin-top: 0;
}

.txtmain.even p, .txtmain.oneven p { 
	margin-bottom: 0;
}

#pagination {
	margin-bottom: 1em;
}

.pagination {
	font-size: 10px;
	margin-bottom: 0;
}

.pagination a {
	color: #EC2079;
	text-decoration: none;
	background: transparent;
	text-transform: none;
	padding: auto;
	font-weight: normal;
}

#contents a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	background: transparent;
	padding: auto;
	font-weight: normal;
}

#contents a:hover {
	color: #000;
}

#contents {
	padding: 1em 0;
}

#contents li {
	margin-left: 2em;
	color: #FFF;
	list-style: square;
	font-size: 11px;
}

#sitemap li {
	font-size: 12px;
	list-style: none;
	margin-bottom: 1em;
}

#sitemap li ul li {
	border: 0;
	margin: 0;
	padding-left: 1em;
}

#sitemap li a {
	font-weight: bold;
	background: none;
	color: #000;
	padding: auto;
	margin: auto;
}

#sitemap li a:hover {
	color: #EC2097;
}

#sitemap li ul li a {
	font-weight: normal;
}

#contentmain ul li {
	list-style: none;
}
