body {
	margin: auto;
	width: 934px;
	background-image: url('http://images.wielerupdate.nl/if/bodybg.gif');
	background-position: center;
	background-repeat: repeat-y;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #000000;
}
a:hover {
	color: #0E456E;
}

img {
	border: none;
	background-repeat: no-repeat;
}

p {
	margin: 0px 0px 8px 0px;
	font-size: 0.9em;
}

form {
	margin: auto;
}

div.advert {
	text-align: center;
	margin: 4px auto 4px auto;
}

/* Header container styles */

div#header_container {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 4px;
}


#header {
	position: relative;
	width: 934px;
	height: 90px;
	background: url(http://images.wielerupdate.nl/if/headerbg.jpg);
}

#logo {
	width: 120px;
	position: absolute;
	left: 3px;
	top: 4px;
}
div#header-banner {
	width: 811px;
	height: 90px;
	position: absolute;
	left: 120px;
	top: 0px;
}


div#kruimelpad {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #214883;
	background-color: #FAE33F;
	font-size: 0.85em;
	padding: 1px 0px 1px 5px;
	color: #000;
	height: 14px;
}

div#sitename {
	width: 200px;
}
div#date {
	position: absolute;
	right: 5px;
	top: 100px;
	z-index: 2;
}

div#header_links {
	position: absolute;
	left: 115px;
	top: 76px;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #FFFFFF;
}
div#header_links a {
	color: #FFFFFF;
	text-decoration: none; 
}
div#header_date {
	position: absolute;
	right: 5px;
	top: 76px;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #FFFFFF;
}

div#kruimelpad a {
	color: #FFFFFF;
	text-decoration: none;
}
div#kruimelpad a:hover {
	text-decoration: underline;
}
div#kruimelpad a.current {
	font-weight: bold;
}

/* Left container styles */

div#left_container {
	width: 120px;
	/* background-color: #DCE2F0; */
	float: left;
}

/* Middle container styles */

div#middle_container {
	width: 468px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px 5px 0px 5px;
}

div#middle_container h1, div#middle_container h2 {
	margin: 0px 0px 3px 0px;
	background-color: #214883;
	color: #FFF;
	font-size: 0.9em;
	line-height: 17px;
	padding: 1px 0px 1px 4px;
}
div#middle_container h2 {
	font-size: 0.85em;
	margin-bottom: 5px;
	background-color: #FAE33F;
	border-bottom: solid 1px #FAE33F;
	color: #214883;
}
div#middle_container h2 img {
	margin: 2px 5px 0px 0px;
	padding: 1px 2px 2px 2px;
}
div#middle_container h3 {
	font-size: 0.9em;
}
div#middle_container span {
	display: block;
	width: 56%;
	float: left;
}
div#middle_container h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
div#middle_container h2 a:hover {
	text-decoration: underline;
}
div#middle_container h2.headline {
	background-color: transparent;
	color: #000000;
	margin: 5px 0px 10px 0px;
	font-size: 1.35em;
	border: none;
	padding: 0px;
}
div#middle_container h2.headline a {
	color: #000000;
	text-decoration: underline;
}
div#middle_container h2.headline a:hover {
	color: #609D37;
}
div#middle_container img.topstory {
	margin-bottom: 5px;
}

div#middle_container p {
  text-align: justify;
}

div#middle_container table img {
	margin: 0px 3px 0px 3px;
}

/* Subtopstory positions */

div#middle_container div.subtop_container {
	height: 170px;
	width: 468px;
	margin-bottom: 4px;
}
div#middle_container div.subtop_container div {
	float: left;
	margin-right: 6px;
	width: 144px;
	background-color: #DCE2F0;
	height: 162px;
	font-size: 0.95em;
	padding: 4px;
	position: relative;
}
div#middle_container div.subtop_container p {
	margin-bottom: 1px;
	text-align: left;
}
div#middle_container div.subtop_container img {
	position: absolute;
	left: 6px;
	bottom: 4px;
}

/* Headline styles */

div#middle_container ul.dayschema {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#middle_container ul.headlines {
	list-style-type: none;
	position: relative;
	top: -16px;
	left: 30px;
	font-size: 0.9em;
}

div#middle_container ul.headlines li {
  width: 396px; 
  border-bottom: 1px #ccc solid; 
  margin-bottom: 2px; 
  margin-top: 2px
}
div#middle_container ul.headlines li a {
  text-decoration: none;
}



/* Schema styles */

div#middle_container table.schema {
	width: 100%;
	background-color: #DCE2F0;
}
div#middle_container table.schema th {
	padding: 0px 0px 0px 3px;
	text-align: left;
	background-color: #DCE2F0;
	color: #000000;
	height: 18px;
	font-size: 0.9em;
	font-weight: bold;
}
div#middle_container table.schema td {
	padding: 1px 2px 1px 3px;
	font-size: 0.9em;
	vertical-align: top;
	line-height: 18px;
}
table.schema tr.odd td {
	background-color: #FFFFFF;
}
table.schema tr.even td {
	background-color: #F2F2F2;
}
div#middle_container table.schema td span {
	display: block;
	width: 50%;
	float: left;
}

/* Tooltips */
.tooltip {
	position: absolute; 
	display: none;
	z-index: 1000;
	left: 0px;
	top: 0px;
	text-align: left;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
}
.tooltipbody {
	width: 167px;
	padding-top:1px;
	background-image: url('http://images.fcupdate.nl/if/bg_tooltip_top.gif');
	background-repeat: no-repeat;
}
.tooltiptext {
	background-image: url('http://images.fcupdate.nl/if/bg_tooltip_bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px 7px 15px 7px;
	letter-spacing: 0px;
}

/* Social bookmark styles */

div#middle_container div.social {
	text-align: right;
	color: #AAAAAA;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 20px;
}
div#middle_container div.social img {
	vertical-align: middle;
}
div#middle_container div.social a {
	margin-left: 5px;
	margin-right: 2px;
}

/* Right container styles */

div#right_container {
	width: 336px;
	background-color: #DCE2F0;
	float: left;
}

div#right_container div.section_container {
	border: solid 1px #000000;
	margin-bottom: 3px;
}
div#right_container div.section_container h3 {
	margin: 0px;
	background-color: #214883;
	color: #FFF;
	font-size: 0.85em;
	padding: 0px 0px 1px 5px;
	line-height: 18px;
	text-transform: uppercase;
}
div#right_container table {
	width: 100%;
	background-color: #F8F090;
}
div#right_container th {
	padding: 0px 0px 0px 3px;
	text-align: left;
}
div#right_container th img {
	vertical-align: middle;
	margin-right: 3px;
}
div#right_container td {
	padding: 1px 2px 1px 3px;
	font-size: 0.85em;
	vertical-align: top;
	line-height: 18px;
}
div.section_container th.head_level_1,
div#right_container th.head_level_1 {
	background-color: #FAE33F;
	color: #214883;
	height: 19px;
	font-size: 0.9em;
}
div.section_container th.head_level_1 a,
div#right_container th.head_level_1 a {
	text-decoration: none;
	color: #214883;
}
div#right_container th.head_level_1 a:hover {
	text-decoration: underline;
}
div#right_container th.head_level_2 {
	background-color: #CCCCCC;
	color: #000000;
	height: 18px;
	font-size: 0.85em;
	font-weight: normal;
}
div#right_container th.head_level_1 span {
	display: block;
	width: 55%;
	float: left;
}

div#right_container object, div#right_container embed {
	margin-bottom: 3px;
}

div#right_container tr td {
	background-color: #F8F090;
}

div#right_container tr.odd td {
	background-color: #FFFCDF;
}
div#right_container tr.even td {
	background-color: #FFF;
}


/* Footer styles */

div#footer {
	clear: both;
	background-color: #DCE2F0;
	border-top: solid 3px #FFFFFF;
	border-bottom: solid 3px #FFFFFF;
	font-size: 0.85em;
	text-align: center;
	padding: 2px;
}



div.wrapper {
	font-size: 1px;
	clear: both;
	line-height: 1px;
	height: 1px;
}

div.slider {
text-align: center;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:250px;
	height:200px;
	overflow:hidden;
	margin: 0 auto;
	}

span#prevBtn{}
span#nextBtn{}

table.form td.right {
	text-align: right;
	padding-bottom: 4px;
}

table.form td.bottom {
	padding-bottom: 4px;
}


#kalooga_kameleon_wrapper {
  width: 470px;
}
.kalooga_top, .kalooga_top_wrapper {
  height: 55px;
}
.kalooga_kameleon {
  padding-top: 20px;
}

.kalooga_stats h2 {
  padding-left: 5px;
  margin-left: 0px;
}
.kalooga_search {
  width: 455px;
}
.kalooga_query {
  width: 395px;
}
.kalooga_gallery {
  width: 100%;
}
.kalooga_thumbnail {
  max-width: 105px;
}
.kalooga_navigation {
  padding-left: 90px;
  margin-bottom: 10px;
}
.kalooga_powered_by_wrapper {
  margin-left: 90px;
}