/* mac hide\*/
html, body {height:100%}
/* end hide */

h1 {
	font-size:16px;
	color: #680d43;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #680d43;
}

h3 {
	font-size:13px;
	font-weight: bold;
	color: #680d43;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #680d43;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px;/* for mozilla*/
	background-color: #fff;
}

#outer{
	height:100%;
	min-height:100%;
	width:1000px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/vert-lijn.jpg) repeat-y;	
}

#outer2{
	height:100%;
	min-height:100%;
	width:1000px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../images/vert-lijn2.jpg) repeat-y;		
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
html>body #outer2{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:1000px;
}
#header{
	position:absolute;
	top:0;
	left:0px;
	width:1000px;
	height:114px;
	background:none;
	z-index:100;
}

#pals-logo {
	width:186px;
	height:69px;
	background:url(../images/pals-logo.jpg) no-repeat;
	margin-left: 40px;
}

#pals-slogan {
	width:700px;
	height:30px;
	color: #680d43;
	font-size: 16px;
	font-weight:bold;	
	float:right;
	margin-top:-52px;
}

#midtop {
	width: 1000px;
	height: 242px;
	background:url(../images/midtop-bg.jpg) repeat-x #FFFFFF;
	color: #680d43;
	border-bottom: 1px solid #d9c2d0;
	margin-top: 0px;	
}

#midtopleft {
	width: 400px;
	height: 60px;
	margin-left: 40px;
	font-size: 45px;
	padding-top: 20px;
}

#midtopleft2 {
	width: 400px;
	height: 120px;
	margin-left: 40px;;
	font-size: 10px;
	line-height: 18px;
}

#midtopleft3 {
	width: 400px;
	height: 20px;
	margin-left: 40px;
}

#midtopleft3 a {
	font-size: 12px;
	font-weight: bold;
}

#midtopright {
	position: absolute;
	right: 0px;
	top: 114px;
	width: 280px;
	height: 242px;
	background:url(../images/midtopright.jpg) no-repeat;
}

#midbot {
	width: 1000px;
}

#kader1 {
	float: left;
	width:265px;
	margin-left: 15px;	
	margin-top: 15px;		
}

.kader-tekst {
	color: #680d43;
	font-size: 12px;
	padding-top: 10px;
}

.kader-tekst table td, 
.kader-tekst form {
	color: #680d43;
	font-size: 11px;
}

.kader-tekst table th,
.kader-tekst table h1 {
	font-size:14px;
	color: #680d43;	
	text-align:left;
}

.kader-tekst input {
	width:180px;
}

.kader-tekst .radiobutton {
	width:20px;
}

.kader-tekst textarea {
	width:180px;
}


.kader {
	float: left;
	width:224px;
	margin-left: 16px;	
	margin-top: 15px;	
}

#left {
	width:585px;
	float:left;
	padding-top:50px;
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom:32px;/* needed to make room for footer */
	margin-top: 0px;
}

#right {
	width:315px;
	float:left;
	padding-top:50px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin-left: 18px;	
}

#plaat-para {
	width: 308px;
	height: 77px;
	/*background:url(../images/para-plaat1.jpg) no-repeat;*/
	margin-left: 15px;
	color:white;
	font-weight:bold;
}

#plaat-para2 {
	width: 308px;
	height: 77px;
	background:url(../images/para-plaat2.jpg) no-repeat;
	margin-left: 15px;
}

#plaat-para3 {
	width: 308px;
	height: 77px;
	background:url(../images/para-plaat3.jpg) no-repeat;
	margin-left: 15px;
}

#tekst-plaat-para {
	width: 188px;
	height: 15px;
	padding-top: 51px;
	margin-left: 110px;
}

#para-tekst {
	margin-left: 15px;
	padding-bottom: 20px;
}

#para-tekst table td, 
#para-tekst form {
	color: #680d43;
	font-size: 11px;
}

#para-tekst table th,
#para-tekst table h1 {
	font-size:14px;
	color: #680d43;	
	text-align:left;
}

#para-tekst input {
	width:180px;
}

#para-tekst .radiobutton {
	width:20px;
}

#para-tekst textarea {
	width:180px;
}

#footer {
	width:1000px;
	clear:both;
	background: #f39200;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:990px;
	float:left;
	padding-top:114px;
	padding-bottom:32px;/* needed to make room for footer */
}

#centrecontent p {
line-height: 18px;
}

#centrecontent li {
line-height: 18px;
}

#clearfooter {width:100%;height:32px;clear:both} /* to clear footer */


#hmenu {
	width: 900px;
}

#hmenu ul {
	width: 900px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 23px;
}

#hmenu li {
  list-style: none;
  float: left;
  width: auto;
  height: 21px;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
}

#hmenu a {
  color: white;
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  height: 21px;
  display: block;
  padding-top: 3px;
}

#hmenu a:hover, #hmenu a.sfhover {
	text-decoration: none;
}

#hmenu li.selected a {
	font-weight:bold;	
}

#hmenu li ul {
	display: none;
}

#sub {
	height: 20px;
	width: 1000px;
	background:url(../images/submenu-bg.jpg) repeat-x;
	margin-top: -15px;
}

#sub ul {	
	height: 20px;
	width: 800px;
	padding-top: 5px;
	padding-left: 70px;
}

#sub li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;	
	font-size: 12px;
	color: #680d43;
	font-style: italic;
}

#sub li ul {
	display: none;		
}

#sub li a, a:link {
	color: #680d43;
	text-decoration:none;
}

.selected a {
	font-weight: bold;
}

form {
	background: #fff;
	padding: 0px;
}

form th {
	background: #fff;
	color: #680d43;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	
}

form td {
	padding: 2px;
	color: #680d43;
}

form table {
	margin: 0px;
	padding: 0px;
}

form .submit {
	background: #f39200;
	color: white;
	font-weight: bold;
}

#footer {
	padding-bottom: 15px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
	width: 950px;
}

#footer li {
	float: left;
	list-style: none;
	padding-right: 5px;
}

#footer li a {
	color:black;
	text-decoration: none;
	font-size: 10px;
	height: 18px;
}
