/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
form {
margin: 0;
padding: 0;
}

#right legend {
	display: none;
}

#search, #news, #projects, #loginbox {
	background: #EFEEEE;
	float: right;
	margin-bottom: 12px;
	width: 178px;
}



#news .title {
	background: #00A4E8 url(../images/blue.gif) no-repeat right top;
}
#news ul {	
	margin: 0;
	padding: 4px;
}

#news li {
	list-style: none;
}

#news li a {
	background: url(../images/bullit-blue.gif) no-repeat left top;
	color: #00A4E8;
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
	padding-left: 20px;
	text-decoration: none;
}

#news li a:hover {
	color: #006B97;
}

/***  projects ***/

#projects .title {	
	background: #F5920A url(../images/orange.gif) no-repeat right top;
	margin-bottom: 4px;
}

#projects a {
	background: url(../images/bullit-orange.gif) no-repeat left top;
	color: #000000;
	display: block;
	font-size: 11px;
	margin-bottom: 4px;
	padding: 4px;
	padding-top: 0;
	padding-left: 20px;
	text-decoration: none;
}

/***  loginbox ***/

#loginbox .title {
	background: #BEE916 url(../images/green.gif) no-repeat right top;
}

#loginbox table {
border: 1px solid blue;
margin: 0;
padding: 0;
}

#loginbox form {
        margin: 0;
	padding: 10px;
	padding-top: 4px;
	padding-left: 20px;
}

#loginbox fieldset {
	border: none;
}

#loginbox input {
	border: none;
	border-left: 1px solid #BEE916;
	border-top: 1px solid #BEE916;
	padding-left: 2px;
	width: 120px;
}

#loginbox #button, #search #button{
	background: #BEE916;
	color: #00000;
	cursor: pointer;
	font-size: 9px;
	margin-top: 4px;
	width: auto;
width: 60px;
	text-transform: uppercase;
}

/*** zoekvenster ***/
#search {
/*	margin-top: 20px;*/
}

#search .title {
	background: #BEE916 url(../images/green.gif) no-repeat right top;
}

#search form{
	margin: 0;
	padding: 10px;
	padding-left: 10px;
}

#search input {
	border: none;
	border-left: 1px solid #BEE916;
	border-top: 1px solid #BEE916;
	padding-left: 2px;
	width: 90px;
}

#search #button {
	right: 10px;
	position: absolute;
	margin-top: 2px;
}
