/* Stylesheet gemaakt door Bert Catsburg bert@catsburg.com */

/*** Eerste deel van de Stylesheet is om alle achtergronden goed te krijgen. */

BODY {
	font-family: Arial;
	font-size: 10px;
	color: Red;
	margin: 0px 0px 0px 0px;
	background: White;
}

#top_back {
	position: absolute;
	z-index: 7;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(img/top_back_rechts.gif);
	background-repeat: repeat-x;
}

#top_back2 {
	position : absolute;
	z-index : 8;
	top : 0px;
	left : 0px;	
}

#logo {
	position : absolute;
	z-index : 10;
	top : 65px;
	left : 15px;
}

#topmenu {
	position: absolute;
	z-index: 60;
	top: 95px;
	left: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	width: 790px;
}

#topfoto {
	position: absolute;
	z-index: 65;
	top: 0px;
	left: 0px;
}

#content {
	position: absolute;
	z-index: 50;
	top: 167px;
	left: 0px; /* height: 100%; */
	background: White;
	margin-left: 80px;
	margin-top: 30px;
	width : 550px;
}

#bottombar {
	z-index: 51;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background: Blue;
	position: relative;
}

table.menutabel {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 3px;
}

td.menutabel {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  /* width: 300px; */
}

td.menutabelstreepje {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 5px;
  color: #777777;
}

a.topbut {
  font-family: Arial;
  font-size: 11px;
  color: #555555;
  font-weight: bold;
  text-decoration: none;
  /*
  border-top: 1px solid #ff7900;
  border-left: 1px solid #ff7900;
  border-right: 1px solid #ff7900;
  border-bottom: 1px solid #ff7900;
  background-color: #999999;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  */
}

a.topbut:hover {
  font-family: Arial;
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  /*
  border-top: 1px solid #ff7900;
  border-left: 1px solid #ff7900;
  border-right: 1px solid #ff7900;
  border-bottom: 1px solid #ff7900;
  background-color: #444444;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  */
}

a.copyright {
  font-family: Arial;
  font-size: 9px;
  color: #555555;
  text-decoration: none;
}

a.copyright:hover {
  font-family: Arial;
  font-size: 9px;
  color: #555555;
  text-decoration: none;
}

a {
   font-family: Arial;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #111111;
	text-decoration: underline;
}

p,li,td {
	font-family : Arial;
	font-size : 12px;
	color : Black;
	text-align : justify;
}

p.klein {
	font-family: Arial;
	font-size: 10px;
	color: Black;
	text-align: justify;
	font-style: italic;
}

h1 {
	color: #FF7800;
	font-family : Arial;
	font-size : 18px;	
	margin-bottom: 0
}

h2,h3 {
	color: #FF7800;
	font-family : Arial;
	font-size : 14px;
	margin-bottom: 0	
}

table.kader {
	border: medium solid #FF7800;
	background: #CCCCCC;
	color: #000000; /* padding: 5px 5px 5px 5px; */
	margin: 0px 0px 20px 20px;
}

td.kader {
	/*border: thin solid #FF7800; */
	background: #CCCCCC;
	color: #000000;
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
}




