/*
  *******************************************************
  Cascade Style Sheet
  (c) 2007 REDDIE
  *******************************************************
  Reddie
  Linge 42
  2911 EK Nieuwerkerk aan den IJssel
  (The Netherlands)
  tel. +31 (0)180 - 32 62 97
  mobiel. +31 (6) 24 22 46 89
  http://www.reddie.nl
  info <at> reddie <punt> nl 
  ******************************************************
*/


body {
background: #2E1E5F url(images/bg.png) repeat-x;
font-size: 100%;
font-family: 'Verdana',arial,verdana,sans-serif;
color: #000033;
}

p, td, th {
line-height: 110%;
}

.header {
height: 110px;
background: #460a6c;
}

a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
a:hover {
	color: #3366CC;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

td.content-area {
background: white url(images/groene-pijl.png) 0% 100% no-repeat;
}

.menu {
}

#content {
padding-top: 50px;
padding-left: 42px;
padding-right: 5px;
min-height: 300px;
}


.footer {

}

td.subfooter {
color: white;
font-size: 11px;
padding-top: 3px;
padding-left: 320px;
text-align: left;
background: url(images/subfooter.jpg);
height: 110px;
border: 0;
}

/*HORIZONTAL MENU */
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_four */

.menu4 {padding:0 0 0 1em; margin:0; list-style:none; height:35px; background:url(images/pro_four0.gif);}
.menu4 li {float:left;}
.menu4 li a {display:block; float:left; height:35px; line-height:38px; color:#000; text-decoration:none; font-family:arial, verdana, sans-serif; text-align:center; padding:0 0 0 14px; cursor:pointer; font-size:11px;}
.menu4 li a b {float:left; display:block; padding:0 28px 0 14px;}
.menu4 li.current a {color:#fff; background:url(images/pro_four2.gif);}
.menu4 li.current a b {background:url(images/pro_four2.gif) no-repeat right top;}
.menu4 li a:hover {color:#fff; background: url(images/pro_four1.gif);}
.menu4 li a:hover b {background:url(images/pro_four1.gif) no-repeat right top;}
.menu4 li.current a:hover {color:#fff; background: url(images/pro_four2.gif); cursor:default;}
.menu4 li.current a:hover b {background:url(images/pro_four2.gif) no-repeat right top;}


/*HEADERS*/

h1, h2, h3 {
color: #00cc00;
font-weight: bold;
line-height: 140%;
}

h1 {
color: #531172;
font-size: 120%;
text-transform: uppercase;
}

h2 {
font-size: 110%;
}

h3 {
font-size: 90%;
font-style: normal;
text-decoration: underline;
}

/*OVERIGE OPMAAK*/

#content ul {
list-style: none;
}

#content ul li {
background: #fff url(images/bullet-blokje.gif) 0 0 no-repeat;
	font-style: normal;
	line-height: 16px;
padding-left: 24px;
}

.textarea {
	font-style: normal;
	font-weight: normal;
	display: inline;
}

.blokje {
margin-right: 3px;
}


