/* CSS voor Forthgg "retro" style menu */
/*
html, body {
	margin : 0;
	padding : 0;
}

body {
	font : 13px Verdana, sans-serif;
}
Oranje in logo is #F88F1A

  * 20090102 PW: Zoekveld toegevoegd
*/

#sikkepitjemenu {
	margin : 0;
	padding : 0;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px;
	width : 100%;
  font-style:normal;
  letter-spacing:normal;
  text-decoration:none;
  text-transform:none;
  word-spacing:normal;
}

#sikhoofd, #siknavigatie {
	font : 13px Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:normal;
/*position: relative;		/* zodat binnen-div's  position: absolute kunnen zijn */
	border : none;
	margin: 0;
	padding: 0;
}

#sikhoofd {
	background: #F88F1A;
	margin : 0;
	height : 66px;
}

#sikhoofd #siktitel h1 {
  margin-bottom:0;
  margin-top:0;
  padding: 0;
  border: 0;
  background: #F88F1A;
/*   font-family: "Trebuchet MS", "Gill Sans MT", "Gill Sans", GillSans, Verdana,
      "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial, sans-serif; */
  font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; /* dikker font */
  font-weight: bold;
	font-size: 2.0em;
  line-height: 2.5em;
}
/*
#sikhoofd a:link,
#sikhoofd a:hover, 
#sikhoofd a:visited, 
#sikhoofd a:active 
*/
#sikhoofd a {
}

#sikhoofd h1 a {
  padding:15px 0 0 20px;
	background: #F88F1A;
	color: #FDFDE0;
	text-align :left;
	text-decoration : none;
  font-weight:bold;
}

/* HORIZONTAAL MENU */
#siknavigatie {
	margin: 0;
	background : #F88F1A;
	width : 100%;
	border-color:#FEFEEF;
	border-style:solid;
	border-width:1px 1px 1px 0;
	height:1.5em;
	font-weight:normal;
}
#siknavigatie ul {
	list-style : none;
	margin : 0;
	padding : 0;
	text-align : center;
}
#siknavigatie li {
	display : block;
	float : left;
	margin: 0;
	line-height: 1em;  /* hoogte bepalend voor ul */
}
#siknavigatie li a {
	color : #FDFDE0;
	display : block;
	width : 75px;
	background : #F88F1A;
	padding : 3px 10px;
	border-left : 1px solid #FEFEEF;
	border-right : none;
	text-align:center;   /* compensatie voor startpagina stijl.css */
	text-decoration:none; 
	font-weight:bold;   /* compensatie voor startpagina stijl.css */
}

#siknavigatie ul li a:link {
}
#siknavigatie a:visited	{
}
#siknavigatie ul li a:hover {
	color : #FFFFCC;
	background : #d07f00;
}
#siknavigatie a:active	{
	color : #FDFDE0;
	background : #000000;
}
#siknavigatie #eindstreep {
	border-right : 1px solid #FEFEEF;
}

.search {
	/*text-align: right;*/
	float: right;
	/*position: absolute;*/
	/*top: 0px;*/
	/*left: 600px;*/
	padding-top: 48px;
}

#navzoek {
}

#sikzoek {
/*	font-family: "Trebuchet MS","Gill Sans MT","Gill Sans",GillSans,Verdana,"Lucida Sans","Lucida Sans Unicode",sans-serif;	*/
	float: right;
	padding-top: 0px;
	line-height: 1em;
}

form#sikzoek,
form#sikzoek fieldset {
  border:0 none;
  margin:1px;
  padding:0;
}

#sikzoek input, 
#sikzoek textarea, 
#sikzoek select {
	border: 0px solid #F88F1A;
	margin: 0px;
	padding: 0px;
  padding-bottom: 1px;
}

#sikzoek #knopje {
	padding: 0px 10px 0px 10px;
	background:	#F88F1A;
	font-size: 12px;
}

#sikzoek #zoekbutton {
	width: 28px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(/~paul/image/zoek.gif) no-repeat top left;
	text-indent: -1000em;
	vertical-align: middle;
	cursor: pointer; /* hand-shaped cursor */
}
