﻿@import url("layout.css");
body {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: small;
	background-color: #8e75ab;
	color: #17039a;
}
#largetext {
	font-size: 15px;
}
#container {
	border-right: 2px solid #4c5467;
	border-bottom: 2px solid #4c5467;
	border-left: 2px solid #4c5467;
	background-color: #e0d1e9;
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url(../images/sportprijzenrhenen-blauw.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #64417e;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: transparent;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: transparent;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #d8c5e4;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #d8c5e4;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #AAA65D;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-top: 20px;
}
#masthead h3 {
	color: #BFD0A6;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	
}
#navigation li {
	float: left;
	
}

#navigation a.bekervoet{
	font-weight: bold;
	text-decoration: none;
	color: #e0d1e9;
	display: block;
	padding: 5px;
	border: 1px solid #9a5bb9;
	background-color: #864da9;
	background-image: url(../images/beker-voet-links.png);
	background-repeat:no-repeat;
	background-position:right top; 
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #e0d1e9;
	display: block;
	padding: 5px;
	border: 1px solid #9a5bb9;
	background-color: #864da9;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #5b5d70;
	border: 1px solid #5b716f;
	background-color: #e0d1e9;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #17039a;
}
h2 {
	font-size: x-large;
	color: #17039a;
}
h3 {
	font-size: large;
	color: #17039a;
}
h4 {
	font-size: medium;
	color: #17039a;
}
h5 {
	font-size: x-small;
	color: #17039a;
}
h6 {
	font-size: xx-small;
	color: #17039a;
}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #1e1c86;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}