html {
	padding: 0;	
	color: #49473b;
	background: #fff url("images/bg.png") 0 93px repeat-x;
	font: 12px "Arial", Sans-Serif;
}

body {
	margin: 0;
}

div#container {
	width: 865px;
	background: url("images/body_bg.png") 35px 0 repeat-y;
	margin: 0 auto;
	padding: 0 0 0 35px;
}

/* Link opmaak */
a {
	color: #035696;
	text-decoration: none;
}
a:hover {
	color: #035696;
	text-decoration: underline;
}
/* /Link opmaak */

/* Clear */
.clear {
	width: 1px;
	height: 1px;
	clear: both;
}
/* /Clear */

/* Images */
img {border: 0;}
/* /Images  */

/* Alinea */
p {
	margin: 0;
	padding: 0;
}
/* /Alinea  */

/* Header  */
div#header {
	height: 155px;
	background: url("images/header_bg.jpg") no-repeat;
	margin: 0 0 1px 0;
	padding: 0;
}
/* /Header */

/* Menu  */
ul#menu {
	margin: 0;
	padding: 121px 22px 0 34px;
	list-style: none;
}
ul#menu li {
	float: left;
	background: url("images/dots_oranje.png") left no-repeat;
	padding: 0 8px 0 9px;
	line-height: 34px;
}
ul#menu li a {color: #fff;}
ul#menu li.first-child {background: none;}

ul.submenu, ul.submenu-active {
	width: 753px;
	height: 34px;
	color: #fff;
	background: #035696;
	margin: 0 22px;
	padding: 0 12px;
	list-style: none;
}
ul.submenu li, ul.submenu-active li {
	float: left;
	background: url("images/dots_blauw.png") left no-repeat;
	padding: 0 8px 0 9px;
	line-height: 34px;
}
ul.submenu {display: none;}
ul.submenu li a, ul.submenu-active li a {color: #fff;}
ul.submenu li.first-child, ul.submenu-active li.first-child {background: none;}
/* /Menu */

/* Content */
div#content {
	display: inline;
	float: left;
	width: 504px;
	background: url("images/content_bg.png") 0 13px no-repeat;
	margin: 0 0 0 22px;
	padding: 0 27px 21px 21px;
}
h1 {
	color: #e93131;
	margin: 0;
	padding: 15px 0 28px 0;
	line-height: 100%;
	font-size: 20px;
	font-weight: normal;
}
h1 a, h1 a:hover {
	color: #e93131;
	text-decoration: none;
}
div#content h2 {
	color: #035696;
	margin: 0 0 9px 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #e93131;
	font-size: 17px;
}
div#content h2 a, div#content h2:hover {
	color: #035696;
	text-decoration: none;
}
div#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
span.datum {
	display: block;
	color: #e93131;
	padding: 0 0 1px 0;
	margin: 00;
	font-size: 11px;
	font-weight: normal;
	line-height: 100%;
}
.hr {
	height: 1px;
	color: #F1F1F1;
	background: #F1F1F1;
	margin: 12px 0 10px 0;
	padding: 0;
	border: 0;
	font-size: 1px;
	line-height: 0%;
	overflow: hidden;
	clear: both;
}
.hr img {
	width: 100%;
	height: 1px;
}
span.verder_right, span.verder_left {
	display: block;
	color: #035696;
	margin: 14px 1px 12px 0;
	padding: 0 0 1px 0;
	line-height: 100%;
}
span.verder_right img, span.verder_left img {vertical-align: middle;}
span.verder_right{text-align: right;}
span.verder_left {text-align: left;}

div.tabel_groen-head, div.tabel_blauw-head {
	height: 34px;
	color: #fff;
	padding: 0 0 0 17px;
	font-size: 17px;
	font-weight: bold;
	line-height: 34px;
}
div.tabel_groen-head {background: #A2CB27;}
div.tabel_blauw-head {background: #035696;}
/* tabellen */
.tab_tabel_groen, .tab_tabel_blauw {
	padding: 13px 0 13px 18px;
}
.tab_tabel_groen {background: #F4F9E5;}
.tab_tabel_blauw {background: #EAF1F6;}
.tab_tijd {
	color: #a2cb27;
	font-weight: bold;
}
.tab_team {
	width: 172px;
	text-align: right;
}
.tab_uitslag {
	width: 47px;
	text-align: center;
	color: #a2cb27;
	font-weight: bold;
}
.tab_stand {
	width: 15px;
	color: #035696;
	font-weight: bold;
}
.tab_team2 {
	width: 370px;
}
.tab_punten {
	width: 36px;
}
/* /tabellen */
div#content ul.tabel_groen, div#content ul.tabel_blauw {
	margin: 0;
	padding: 13px 0 13px 18px;
	list-style: none;
}
ul.tabel_groen {background: #F4F9E5;}
ul.tabel_blauw {background: #EAF1F6;}
ul span.tijd {
	float: left;
	width: 100px;
	color: #a2cb27;
	font-weight: bold;
}
ul span.team {
	float: left;
	width: 158px;
	text-align: right;
}
ul span.uitslag {
	float: left;
	width: 47px;
	text-align: center;
	color: #a2cb27;
	font-weight: bold;
}
ul span.stand {
	float: left;
	width: 15px;
	color: #035696;
	font-weight: bold;
}
ul span.team2 {
	float: left;
	width: 370px;
}
ul span.punten {
	float: left;
	width: 36px;
}

.foto {
	padding: 8px;
	background: #FBFBFB;
	margin: 12px 0 10px 0;
	border: 1px solid #F1F1F1;
}
.foto_single {
	padding: 8px;
	background: #FBFBFB;
	margin: 0px 10px 10px 0;
	border: 1px solid #F1F1F1;
}

.navigatie_left {
	width: 252px;
	float: left;
}
.navigatie_right {
	width: 252px;
	float: left;
	text-align: right;
}
/* /Content  */

/* Right */
div#right {
	float: left;
	width: 216px;
	padding: 0 0 0 14px;
}
div#right h2 {
	margin: 13px 0 10px 0;
	padding: 0;
}
div#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#right ul li a, div#right ul li {color: #000;}
div#right span.verder_right {
	display: block;
	margin: 0 15px 26px 0;
	text-align: right;
}
div#right img.img {margin: 0 0 13px 0;}
/* / Right */

/* Footer */
div#footer {
	width: 100%;
	height: 88px;
	background: url("images/bg2.png") 0 7px repeat-x;
	color: #fff;
	clear: both;
}
div#footer div {
	width: 865px;
	height: 88px;
	margin: 0 auto;
	background: url("images/footer_bg.png") 35px 0 no-repeat;
	padding: 0 0 0 35px;
}
div#footer a {color: #fff;}
ul#footer_menu {
	height: 34px;
	margin: 0;
	padding: 0 22px 0 34px;
	list-style: none;
}
ul#footer_menu li {
	float: left;
	background: url("images/dots_oranje.png") left no-repeat;
	padding: 0 8px 0 9px;
	line-height: 34px;
}
ul#footer_menu li a {color: #fff;}
ul#footer_menu li.first-child {background: none;}

div#footer p {
	display: block;
	height: 34px;
	padding: 0 22px 0 43px;
	line-height: 34px;
}
div#footer p img {
	margin: 0 3px;
	vertical-align: middle;
}
/* /Footer  */