/* CSS Document */
*
{
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html,body
{
margin: 0px;
text-align:center;
background-color:#FFF;
}

div#container
{
background-color:#FFF;
margin:0 auto;
width:900px;
text-align:left;
}


div#header
{
height: 180px;
position:relative;
background-repeat:no-repeat;
background-color: #503d56;
z-index: 100;
}

#header #picture
{
position: absolute;
top: 0px;
right: 0px;
}

#header #logo
{
position: absolute;
padding: 20px;
}

#header #blokje
{
position: absolute;
left: 671px;
top: 180px;
width: 13px;
height: 5px;
}

#header #prdlogos
{
position: absolute;
left: 400px;
top: 30px;

height: 100px;
text-align:right;
}

#body
{
margin-top: 11px;
z-index: 50;
}
#left
{
width: 671px;
float: left;
}

#left #content
{
position: relative;
border: solid #999999 1px;
min-height:576px;
width: 670px;
height:576px;
}

#left #content2
{
width: 634px;
padding: 15px;
color: #58595b;
font-size:10px;
text-align:justify;
line-height: 17px;
}
#left #content2 table tr td
{
	padding: 3px;
}

html>body #left #content
{
height: auto;
}

#left #content p, #left #content div
{
	margin: 9px 0px;
}

#left #content a
{
	color: #822885;
	
}
#left #content h1
{
	font-weight:normal;
	color: #822885;
	font-size: 16px;
	margin-bottom: 25px;
}

#left #content h2
{
	font-weight:normal;
	color: #503d56;
	font-size: 14px;
	margin: 10px 0px;
}

#left #content ul.news li
{
	text-align: left;
}

#menu2
{
	color: #503d56;
	position: absolute;
	font-weight:normal;
	left: 323px;
	top: 100px;
	font-size:12px;
}

#menu2 a
{
	color: #503d56;
}
#menu2 a:hover
{
	color: #503d56;
	text-decoration:underline;
}

#left #content ul
{
	margin-left: 25px;
	list-style-type:square;
}



#right
{
line-height: 16px;

margin-left: 680px;
border: solid #999999 1px;
width: 209px;
background-color: #d1d3d4;
background-image: url(../images/rightbg.jpg);
background-repeat:repeat-x;
font-size: 10px;
padding: 3px;

height: 570px;
min-height: 570px;
}

html>body #right
{
height: auto;
margin-left: 683px;
}

#right h4
{
 color: #822885;
 font-size: 12px;
 margin: 10px 0px;
}

#right h4 a
{
 color: #822885;
}

a
{
 color: #822885;
 text-decoration:underline;
}
a:hover
{
 color: #503d56;
 text-decoration:underline;
}


#right ul
{
list-style: square;
margin: 2px 25px;
 color: #666666;
}

#right ul li
{
margin: 8px -5px;
}

#right ul li a
{
 color: #666666;
}

.footerlogo
{
margin:25px 10px 0px 10px;
}


/*
-------------------
Contact Form
-------------------
*/
form {
  margin: 0;
  padding: 0;
}
form div {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 0;
  padding: 0px 3px;
}

form div label {
  display: block;
  float: left;
  width: 80px;
  padding: 0px 10px 0px 150px;
  margin: 0;
  text-align: right;
}

form p
{
margin: 0px;
padding: 0px;
}
input {
	border:1px solid #999999;
	background-color: #EEEEEE;
	width: 180px;
 }  

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	padding: 0px;
	height: 30px;
	width: 125px;
	margin: 0px;
	border: 1px solid #999999;
}

textarea {
	height: 300px;
	width: 380px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	overflow: auto;

}
.download {
	text-align: right;
	margin-top: 5px;
}
.download a
{
	color: #822885 !important;
}

#plusone {
	position: absolute;
	top: 5px;
	right: -10px;
	display: block;
}
#cssMenu1
{
	padding: 10px 0px;
	background-color: #543b59;	
	width: 684px !important;
}

#social
{
	position: absolute;
	bottom: 50px;
	left: 20px;
}
