#usebetterbrowser {
	text-align: center;
	padding: 10px;
	position: relative;
}

a {
	color: gray;
}

a img {
	border: 0px;
}

body {
	font-family: Trebuchet MS, sans-serif;
	padding: 0px;
	margin: 0px;
}

#main {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bookmarks {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
}

#kokovrouwtje {
	position: absolute;
	top: -90px;
	left: 5px;
	z-index: 1;
	width: 66px;
	height: 148px;
	z-index: 800;
}

#kokovrouwtje img {
	z-index: 810;
}

#header {
	position: relative;
	width: 900px;
	padding-left: 0px;
	/*padding-top: 96px; 96px;*/
}

#banner {
	position: absolute;
	/*background-attachment: relative;*/
	background-position: 0px 0px;
	z-index: 1;
}

.kokofeesten {
	width: 413px;
	height: 54px;
	position: relative;
	top: 1px;
	left: 0px;
	margin-left: 80px;
	z-index: 3;
}

#mainmenu {
	display: block;
	background: black;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	width: 900px;
	z-index: 50;
}

#mainmenu ul {
	position: relative;
	list-style-type: none;
	margin-left: 80px;
	padding-left: 0px;
	display: inline;
}

#mainmenu ul li {
	display: inline;
}

#mainmenu ul a {
	display: inline-block;
	font-family: Trebuchet MS, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ddd;
	padding: 10px;
}

#mainmenu ul .selectedpage a {
	color: yellow;
}

#mainmenu ul a:hover {
	color: yellow;
	text-decoration: underline;
}

#langselect
{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#langselect img {
	display: inline-block;
}

#langselect a {
	display: inline-block;
	float: left;
	margin-left: 10px;
	background: white;
	border: 1px solid #ddd;
}

#langselect a:hover img{
	filter:alpha(opacity=60);
	opacity:0.6;
}

#middle {
	position: relative;
	background: white;
}

#sponsors {
	position: relative;
	width: 100px;
	text-align: center;
	float: right;
	padding-top: 10px;
	top: 0px;
	left: 0px;
}

#sponsors a {
	margin-top: 10px;
	display: block;
}

#sponsors a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

#sponsors div {
	font-family: Trebuchet MS, sans-serif;
	font-size: 10px;
	color: #999;
}

#content {
	position: relative;
	width: 800px;
	margin-left: 0px;
	float: left;
	text-align: justify;
	font-size: 14px;
	overflow: hidden;
}

#content a {
	color: #555;
	text-decoration: underline;
}

/*#content .external_link {
	padding-right: 12px;
	background-image: url('http://kokofeesten.nl/kokofeesten.nl/images/external.png');
	background-repeat: no-repeat;
	background-position: right center;
}*/

#content a:hover {
	text-decoration: none;
}

#contentpadding {
	position: relative;
	padding: 10px 20px;
}

#content_contextmenu {
	width: 100px;
	margin-right: 10px;
	margin-top: 20px;
	float: left;
}

#content_contextmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#content_contextmenu li {
}

#content_contextmenu a {
	font-size: 12px;
	display: block;
	text-align: center;
}

#content_main {
	width: 625px;
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

#footer {
	clear: both;
	width: 900px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a {
	text-decoration: none;
	color: black;
}

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

#footer div {
	padding: 2px;
	text-align: left;
	font-size: 10px;
}

#crumbs {
	position: relative;
	margin: 0px;
	padding: 5px 0px;
	width: 900px;
	background: #333;
	z-index: 40;
	color: #eee;
}

#crumbs ul {
	margin: 0px;
	padding: 0px;
	margin-left: 90px;
	list-style-type: none;
}

#crumbs li {
	display: inline;
	margin-right: 5px;
	font-size: 11px;
}

#crumbs span, #crumbs a {
	display: inline-block;
	color: #eee;
}

#crumbs a:hover {
	text-decoration: none;
}

.clearer {
	clear: both;
}

