/* ---------- tags ---------- */

a
{
	color: #07254B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-image: url(images/Background.gif);
	color: #07254B;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
}

h2
{
	font-size: 24px;
	font-weight: bold;
}

h3
{
	font-size: 18px;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

img
{
	border: 0px;
}

li
{
	margin-left: -20px;
}

table
{
	 border-collapse: collapse;
}

td
{
	padding: 4px;
}

th
{
    padding: 4px;
    text-align: left;
}

thead
{
	background-color: #316bb9;
	color: white;
	font-weight: bold;
}

ul
{
	margin-top: 0px;
}

/* ---------- id's ---------- */

#container
{
	background-color: white;
	margin: 0px auto;
	overflow: auto;
	width: 900px;
}

#content
{
	float: left;
	padding: 20px;
	padding-top: 0px;
	width: 720px;
}

#footer
{
	background-color: inherit;
	clear: both;
}

#header
{
	height: 150px;
}

#menu
{
	float: left;
	padding: 20px;
	width: 100px;
}

#menu a:hover
{
	color: white;
	text-decoration: none;
}

#menuAchtergrond
{
	background-image: url(images/Menu.jpg);
	background-repeat: repeat-y;
	float: left;
	overflow: auto;
}

/* ---------- classes ---------- */

div.terug
{
	clear: both;
}

img.profiel
{
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

.kolommen td
{
	padding: 0px;
	padding-right: 10px;
}

.lijst li
{
	list-style-type: none;
	margin-left: -40px;
}

li.none
{
	list-style-type: none;
}

.teams li
{
    line-height: 15px;
    margin-top: 15px;
}

.titelbalk
{
	background-color: #316bb9;
	color: white;
	font-weight: bold;
	padding: 4px;
}

.uitslagen td
{
    padding: 2px;
}












/* ------------- SCHEIDSRECHTERTEKENS ------------------- */


						.titel		{ background-color:Green; }
						.foto		{ float:left; width:240px; }
						.onderdeel	{ clear:both; }
						.uitleg		{ float:left; width:440px; }
						dl			{ margin-bottom:0px;}
						dt			{ font-weight: bold; }
						/* img			{ float:left; margin:0px; } */

