/*******************************************************************************
********  		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 homepagina
************************************************************/

#knop_zoek {
	background-color: #701618;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	width: 60;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}

#balk {
	background-color: #701618;
}

#balk_text {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	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: #ffffff;
	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: #ffffff;
}
.balk_menu a:visited
{
	text-decoration: none;
	color: #ffffff;
}
.balk_menu a:active
{
	text-decoration: none;
	color: #ffffff;
}
.balk_menu a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

/************************************************************
	    Hieronder de home specifieke stijl
************************************************************/

#menu_header_blue
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #00baef;
	text-align: left;
        font-weight: bold;
        font-style: normal;
	font-size: 17px;
	position: relative;
	left: 20px;
	top: 5px;
}

#menu_font
{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #033c59;
	text-align: left;
        font-weight: bold;
        line-height: 5px;
	letter-spacing: -.05em;
        font-style: normal;
	font-size: 11px;
	position: relative;
	left: 12px;
	top: 15px;
}

#top_image {
	/* display: inline; */
	background: #d9d3c5;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
        background-image: url(../images/home.jpg);
        background-position: left;
        background-repeat: no-repeat;
}

#left_menu {
	/* display: inline; */
	background: #cecf28;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
}

#right_menu_top {
	/* display: inline; */
	background: #00baef;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
}

#right_menu_bottom {
	/* display: inline; */
	background: #b7e4f7;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
}

