/*
  $Id: style.css,v 1.8 2004/09/06 10:16:16 gbiersteker Exp $
  www.kokenmetrenske.nl
  Copyright 2004 by Auxilium Software Development
  http://www.auxilium-sd.nl
*/

BODY
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
	letter-spacing:1px;
	font-weight: normal;
	font-size:9px;
	margin:0px;
	background-image:url("../img/bg.gif");
	background-repeat:repeat-y;
	background-position:center; 
}

A
{
    color: #990000;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

H1
{
    color: #990000;
	font-size:16px;
	margin-top:3px;
	margin-bottom:4px;
}

H2
{
    color: #990000;
	font-size:15px;
}

H3
{
    color: #990000;
	font-size:12px;
	margin-top:6px;
	margin-bottom:2px;
}

H4
{
    color: #990000;
	font-size:13px;
}

HR 
{
	height:1px;
	border:none;
	border-top:1px solid #666666;
}

TABLE.main{
	width:780px;
	border-collapse:collapse;
	left:1px;
}


TD
{
	vertical-align:top;
	font-size:11px;
}

TD.top{
	padding:0;
	margin:0;
	height:125px;
	padding-left:1px;
}


TD.leftcolumn{
	width:150px;
	padding:0px;
	padding-left:10px;
	padding-top:5px;
	color:#666666;
	/* 
	background-color: #EEEFDE;
	border-left: 1px solid #C9CCBB;
	border-right: 1px solid #C9CCBB; 
	*/
}
TD.margin{
	width:14px;
	padding:0px;
	/* 
	background-color: white;
	border-left: 1px solid #C9CCBB;
	border-right: 1px solid #C9CCBB; 
	*/
}


TD.middlecolumn{
	padding:9px;
	width:602px;
	/* 
	background-color: white;
	border-bottom:1px solid #27447B; 
	*/
}

TD.rightcolumn{
	padding:0px;
	width:141px;
	/* 
	background-color: white;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	*/
}

TD.quickselect
{
	border-left:navy 1px solid;
	border-bottom:none;
	padding-left:4px;
}

INPUT
{
	background-color:#EEEFDE;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
	letter-spacing:1px;
	font-size: 10px;
	width:265px;
}

INPUT.zoektermen{
	width:250px;
}

INPUT.checkbox{
	border:1px solid white;
	background-color:white;
	width:15px;
	vertical-align:bottom;
}

INPUT.button{
	width:150px;
	background-color: #EEEFDE;
	color:#666666;
	border:1px solid #C8D2AE;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:18px;
	letter-spacing:1px;
	font-weight: bold;
	font-size: 100%;	
}

SELECT
{
	background-color:#EEEFDE;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
	letter-spacing:1px;
	font-weight: normal;
	font-size: 11px;
	width:250px;
	border:silver 1px solid;
}


FIELDSET
{
	background-color:white;
	padding-left:10px;
	width:100%;
	margin-right:10px;
}

SPAN.desc_header{
	font-style:italic;
	font-size:10px;
}

SPAN.desc_header_click{
	font-style:italic;
	font-size:10px;
	cursor:hand;
}

TEXTAREA
{
	border:silver 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
}

IMG.foto{
	border:1px solid #C9CCBB;
	cursor:hand;
}

IMG.no_pic{
	/* border:1px solid #C9CCBB; */
}

#results .omschrijving{
	color:#666666;
	text-decoration: none;
	font-style:italic;
}

#laatste10 A{
	font-size:9px;
}

#top5renske A{
	font-size:9px;
}

#top5views A{
	font-size:9px;
}

#inloggen INPUT{
	width:150px;
}
SPAN.errortext{
	color: red;
	font-weight: bold;
	font-size: 12px;
}