/* CSS style defenitions for RegioSporten.nl */
/* Autor: Marijn Rispens (www.VOSautomatisering.nl) */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg.gif);
}
.container {
	width: 900px;
	border-right: 1px dotted #533C17;
	border-bottom: 1px dotted #533C17;
	border-left: 1px dotted #533C17;
}
.container td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #533C17;
	padding: 5px;
	vertical-align: top;
}
.catlist A {
	line-height: 18px;
	color: #533C17;
	text-decoration: none;
	width: 100%;
}
.catlist A:hover {
	line-height: 18px;
	color: #533C17;
	text-decoration: none;
	background-color: #F3EDB1;
}


/* Classes for headline lay-out */
.headlines {
	border-left: 1px SOLID #7d7d7d;
	border-right: 1px SOLID #7d7d7d;
}
div#headl_container {
	background-image: url(../img/headlineBg.jpg);
	background-repeat: repeat-x;
}

div#headl_container A {
	color: #83693f;
	text-decoration: none;
	
}
div#headl_container A:hover {
	color: #533C17;
	text-decoration: underline;
}

div#headl_title {
	padding-top: 3px;
	padding-bottom: 0px;
	font-weight: bold;
}
div#headl_text {
	padding-top: 8px;
	padding-bottom: 8px;
	/*border-bottom: dashed 1px #7d7d7d;*/
}
div#headl_list {
	float: left;
	font-weight: normal;
}
div#headl_list A {
	text-decoration: none;
	color: #8d7f6a;
}
div#headl_list A:hover {
	text-decoration: none;
	color: #8d7f6a;
	background-color: #F3EDB1;
}
div#headl_date {
	float: left;
	color: #aea08b;
}
div#headl_read {
	float: right;
	color: #aea08b;
}
div#headl_read A {
	text-decoration: none;
	color: #aea08b;
}
div#headl_read A:hover {
	text-decoration: none;
	color: #aea08b;
	background-color: #F3EDB1;
}
div#headl_space {
	width: 100%;
	height: 20px;
}
div#headl_list_space {
	width: 100%;
	height: 2px;
}


