/*------------------------
Content
-------------------------*/
#main-content
{
	text-align: justify;
	margin-left: 240px;
	margin-right: 12px;
	padding-right: 30px;
	padding-bottom: 30px;
}

h1,h2 {
font-size: 150%;
padding: 12px;
}
h2{
  font-size: 100%;
}
p, #main-content ul
{
padding: 0 12px 22px;
}
#main-content ul
{
padding-left: 40px;
}

#main-content li {
	list-style-image: url(/images/tick-y.gif);
	padding-bottom: 7px;
	padding-left: 10px;
}
#main-content li.relatedLink{
	list-style-image: url(/images/pijltjerood.gif);

}
.image {
	border: 1px solid black;
	margin: 0px 20px;	
		
}
.left {
	float:left;
}
.right {
	float:right;
}
a:link
{
	color: blue;
}
a:visited
{
	color:  #ed1c24;
}

a:hover, #menu li a:hover, #menutop span a:hover, #footer a:hover, #menu #head a:hover
{
	color: #ed1c24;
	
}


#menutop{
color: #555555;
	font-size: 14pt;
}
#menu li a, #menutop span a, #menu #head a
{
	text-decoration: none;
	color: #555555;
}
#menu li a
{
	font-size: 11pt;
}


/*----------------------
Basic layout
----------------------*/
* {
padding: 0;
margin: 0;
font-family: Tahoma;
color: #444444;
}
html {
overflow-y: scroll; /* firefox scrollbar fix */
}
body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 83%;
width: 825px;
margin: 0 auto;
}

/*----------------------
Site container settings 
----------------------*/
#page-main {
overflow: hidden;
background-image: url(/images/contentonder.gif);
background-position: bottom;
background-repeat: repeat-x;
}


* html #page-main { /* IE 6 layout */
height: 1%;
}

* html #page-main #main-content { /* IE 6 layout */
height: 1%;
}

#header
{
	padding: 0;
	margin-top: 0px;
	background-image: url(/images/logo.gif);
	height: 259px;
	margin-right: -120px;
}

#footer, #footer a
{
	color: #aaaaaa;
	height: 30px;
	text-align: center;
}




#page-bottomleft {

width: 11px;
height: 15px;
background-image: url(/images/contentlinksonder.gif);
float: left;
}

#page-bottomright {
background-image: url(/images/contentrechtsonder.gif);
width: 10px;
height: 15px;

float: right;
}

#content-container-left-edge
{

	background-image: url(/images/contentlinks.gif);
	background-repeat: repeat-y;
}

#content-container-right-edge
{
	margin-left: 8px;
	background-image: url(/images/contentrechts.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#menutop, #menu #head
{
	letter-spacing: 2px;
}

#menu
{
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	background-image: url(/images/submenu.gif);
	padding-top:4px;
	background-repeat: no-repeat;
	width: 200px;
}

#menu #head
{
	text-align: center;
	font-size: 11pt;
}
#menu ul
{
	padding-top: 18px;
	padding-left: 15px;
}

#menu li
{
	background-image: url(/images/pijltjerood.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 0px;
	margin-top: 10px;
	list-style: none;
	vertical-align: middle;
}


#menutop
{
position: absolute;

top:192px;
margin-left: 30px;

}

.projectPhoto
{
   border: none;
   margin-right: 15px;
}



#logos
{
	margin-top: 50px;
	text-align: center;
}

#logos IMG
{
	border: none;
}

#logos .logo 
{
}

#spacer { height: 200px; width: 100px; }


/*------------
fields
-------------*/

.form .left
{
	float:none;
}
fieldset { border: none; }
.form .fields
{
    width: 450px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    text-align: right;
    float:left;
    width: 100px;
    margin:5px 20px 10px 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    border:1px solid #888888;
    width:265px;
    height:17px;
    padding:2px;
    margin:0 0 10px 0;
}
  
fieldset textarea
{
    border:1px solid #888888;
    width:265px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
}
.error { border: 1px solid red; }
 
fieldset button
{
    padding:0 7px 0 0;
    margin:10px 0 0 120px; 
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

