/* CSS Document */

body {
	background: #FFFFFF url(images/bgtje.gif);
	text-align: center;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#totaal {
	width: 950px;
	margin: auto;
	text-align: left;

}

#linkerdeel {
	float: left;
	width: 770px;
}

#rechterdeel {
	float: right;
	width: 170px;
}

#advertentie {
	margin: 10px;
	margin-top: 140px;
	padding: 10px;
	background-color: #FFFFFF;
}

#container {
	width: 770px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;s
	text-align: left;
}

#header {
	height: 120px;
	min-height: 120px;
}

#left {
	float: left;
	width: 190px;
	padding: 5px;
	padding-top: 10px;
	padding-left: 15px;
}

#left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;

}

#left li.title {
	background-color: #00a2ff;
	color:#FFFFFF;
	padding: 0px;
	padding-left: 5px;
	display: block;
}


#left li {
	display: block;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#left li a {
	display: block;
	padding: 1px;
	padding-left: 5px;
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
}

#left li a:hover {
	color: #ffffff;
	background-color: #ff0090;
}

#left div.sponsor {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background: none;
	border: 0;
}

#right {
	float: right;
	width: 480px;
	padding: 15px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 15px;
}

#right a {
	text-decoration: none;
	border-bottom: dotted 1px #00a2ff;
	color: #00a2ff;
}

#right a:hover {
	color: #ed282a;
	border-bottom: dotted 1px #ed282a;
}

#right ul {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style-type: square;
}

#right li {
	line-height: 20px;
}

#right div.block {
	border: 1px solid #b7def5;
	background-color: #ecf2f6;
	padding: 5px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}


#right div.news_titel {
	font-weight: bold;
	font-size: 11px;
}

#right div.news_info {
	color: #999999;
	background: url(images/lijn.gif) repeat-x bottom;
	padding-bottom: 4px;
}

#right div.news_content {
	background: url(images/lijn.gif) repeat-x bottom;
	padding-top: 4px;
	padding-bottom: 4px;
}

#right div.news_content img {
	border: 1px solid #000000;
	margin-left: 5px;
	margin-right: 5px;
}

#right div.news_footer {
	padding-top: 4px;
	text-align: right;
}

#right div.advertentie {
	text-align: center;
	padding-top: 10px;
	margin-top: 10px;
	background: url(images/lijn.gif) repeat-x top;
}

#right table caption {
	text-align: left;
	font-weight: normal;
	color: #FFFFFF;
	background: #888888;
	padding: 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#right .title {
	background: #CCCCCC;
	font-weight: bold;
}

#right .td1 {
	background: #EEEEEE;
}

#right .td2 {
	background: #FFFFFF;
}


#footer {
	clear: both;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	background-color: #ff0090;
	border-bottom: 4px solid #ff80c8;
	border-top: 4px solid #ff0090;
	padding: 3px;
	height: 16px;
	margin-top: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ed282a;
	background: url(images/lijn.gif) repeat-x bottom;
	line-height: 24px;
}

input {
	border: 1px solid #999;
	font: 10px Verdana, Arial, sans-serif;
	padding: 3px;
}

select {
	border: 1px solid #999;
	font: 10px Verdana, Tahoma, Verdana, Arial, sans-serif;
}

textarea {
	border: 1px solid #999;
	font: 10px Verdana, Tahoma, Verdana, Arial, sans-serif;
	padding: 3px;
}