/* CSS Document */
body	{
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#666666;
		background-color:#D11974;
		line-height:20px;

		}

/* basic divs */
#container {
		width:950px;
		height:500px;
		min-height:550px;
		background-image:url(images/containerBg_home.gif);
		background-repeat:repeat-x;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
	}
	
#header {
		width:950px;
		height:157px;
		text-align:left;
		background-image:url(images/headerBg.gif);
		background-repeat:repeat-x;
	}

#logo {
		float:left;
	}

#navigation {
		float:left;
	}

#balk1 {
		margin: 0px 0px 0px 0px;
		width:519px;
		float:left;
		height:314px;
		text-align:left;
		color:#FFFFFF;

	}
#werk {
		margin: 53px 0px 0px 0px;

	}

#balk2 {
			margin: -29px 0px 0px 0px;
			height:349px;
			width:212px;
			float:left;
			text-align:left;
			color:#FFFFFF;
			z-index:3;
	}
#balk2 img{ margin-top:-39px;
			margin: 6px 0px 0px 0px;
}


#balk3 {
		margin: 0px 0px 0px 0px;
		height:314px;
		text-align:right;
		color:#FFFFFF;
		float:right;

			}

#contentH1 {
		margin: 60px 0px 0px 300px;
		text-align:left;
		font-size:24px;
		font-weight:lighter;
		color:#139659;
	}
	
#contentP {
		margin: 30px 50px 0px 300px;
		text-align:left;
	}
#footer {
		width:950px;
		height:36px;
		background-image:url(images/footerbg.gif);
		background-repeat:repeat-x;
		float:left;
		margin: -15px 0px 0px 0px;
	}
	
	#footer p {
		color:#FFFFFF;
		margin: 10px 0px 0px 43px;
	}
	
/* sub navigation */

#navcontainer ul
{
		margin: 20px 0px 20px 0px; 
		list-style:none;
}

#navcontainer li { 
		margin: 0px 0px 1px 0px;
		list-style:none;

		}

#navcontainer a
{
		display: block;
		padding: 3px 0px 0px 42px;
		width: 208px;
		color: #FFFFFF;
		text-decoration: none;
		background-image:url(images/arrowNav.gif);
		background-repeat:no-repeat;
}

#navcontainer a:hover
{
		color: #FFFFFF;
		background-color: #273177;
		text-decoration: none;
		list-style:none;
		background-image:url(images/arrowNav.gif);
		background-repeat:no-repeat;		
}
