/*******************************************************************************
********  		Copyright (C)2006 Jens Beukers                	********
********								********
******** 	Alle bronbestanden, javascripts, style sheets,		********
********  hmtl-bestanden, etc. welke onderdeel vormen van deze site     ********
********  	zijn auteursrechtelijk beschermd en mogen zonder        ********
********  schriftelijke toestemming van de auteur niet voor andere      ********
********  	websites of andere toepassingen worden gebruikt !       ********
*******************************************************************************/

/************************************************************
		Kleurenschema linker content
************************************************************/

#knop_zoek {
	background-color: #b7e4f7;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #701618;
	width: 60;
	border-color: #701618;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}

#balk {
	background-color: #b7e4f7;
}

#balk_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #701618;
	text-align: left;
        font-weight: normal;
        font-style: normal;
	font-size: 13px;
	position: relative;
	top: 0px;
	left: 15px;

}

#balk_link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #701618;
	text-align: left;
        font-weight: bold;
        font-style: normal;
	font-size: 13px;
	position: relative;
	top: 0px;
	left: 15px;

}

.balk_menu a:link
{
	text-decoration: none;
	color: #701618;
}
.balk_menu a:visited
{
	text-decoration: none;
	color: #701618;
}
.balk_menu a:active
{
	text-decoration: none;
	color: #701618;
}
.balk_menu a:hover
{
	text-decoration: underline;
	color: #701618;
}

#subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
        font-weight: bold;
        font-style: normal;
	font-size: 18px;
	position: relative;
	top: 5px;
	left: 15px;

}

#top_image {
	/* display: inline; */
	background: #e6d9ca;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
        background-image: url(../images/top.jpg);
        background-position: left;
        background-repeat: no-repeat;
}
