@charset "utf-8";
/* CSS Document */

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

body, html
{
	position: relative;
	height: 100%;
	min-height: 550px;
}

input, textarea
{
    border: 1px solid Gray;
}

#container
{
	width: 100%;
	min-width: 1000px;
	height: auto !important;
	min-height: 100%;
	position: relative;
}

#heading
{
	height: 80px;
	background-color: #7D910B;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#heading h1
{
	font-weight: normal;
	color: White;
	letter-spacing: 0.3em;
	font-size: 22px;
	line-height: 80px;
	text-align:center;
}

#menu
{
	background-color: #A9BF2C;
	border-bottom: 1px dotted #420335;
	border-top: 1px dotted #420335;
	height: 25px;
}

    ul.menuItems
    {
        float: left;
    }
    
	.menuItems, .menuItems ul 
    {
	    list-style: none;
    }

    .menuItems li 
    {
        padding: 7px 1px 6px 1px;
    }

    .menuItems ul 
    {
        margin-top: 5px;
	    position: absolute;
	    width: 150px;
	    left: -1000px;
    }

    .menuItems li:hover ul, .menuItems li.ie_does_hover ul 
    {
	    left: auto;
	    background-position: 0 0;
    }

    .menuItems a 
    {
	    display: block;
	    text-decoration: none;
	    color:#420335;
        font-size:11px;
        font-weight:bold;
        letter-spacing:0.2em;
    }

    .menuItems ul a
    {
	    height: 20px;
	    line-height: 20px;
	    color: #fefefe;
	    font-weight: bold;
	    padding-left: 5px;
    }
    
    .menuItems ul p.info
    {
	    color: #fefefe;
	    padding-left: 5px;
    }
    
    .menuItems ul div.heading
    {
	    color: #fefefe;
	    padding-left: 5px;
	    padding-bottom: 5px;
    }

    .menuItems ul a.current
    {
	    color: #10333c;
	    background-color: #fefefe;
	    padding-left: 4px;
	    border-bottom: solid 1px White;
    }

    .menuItems ul li a:hover
    {
	    color: #420335;
	    background-color: #fefefe;
	    text-decoration: underline;
    }

    .menuItems ul li
    {
	    background-color: #7D910B;
	    border-bottom: solid 1px #fefefe;
	    width: 200px;
	    text-align: left;
    }

#container-left
{
	float: left;
	width: 250px;
	height: auto !important;
	min-height: 100%;
	background-color: #7D910B;
	border-right: 1px dotted #420335;
	margin-top: -1px;
}

	.informatie
	{
		padding: 5px 10px 5px 10px;
		background-color: #7D910B;
		margin-bottom: -5px;
	}

	.informatie p
	{
		font-size: 12px;
		color: #fefefe;
		text-align: justify;
	}
	
	.headingDark
	{
		height: 20px;
		background-color: #1b0015;
	}
	
	.headingDark h1, .headingLight h1
	{
		color: White;
		text-align: right;
		font-size: 13px;
		font-weight: normal;
		line-height: 20px;
		padding-right: 10px;
	}
	
	.headingLight
	{
		height: 20px;
		background-color: #420335;
	}
	
	#bedrijfsinformatie
	{
		width: 100%;
		height: 120px;
	}
	
	#openingstijden
	{
		width: 100%;
		height: 150px;
		background-image: url(background-menu.gif);
		background-repeat: repeat;
	}
	
	#openingstijden .informatie-left
	{
		float: left;
		width: 75px;
		padding: 10px;
	}
	
	#openingstijden .informatie-right
	{
		float: left;
		width: 80px;
		padding: 10px;
	}
	
	#openingstijden .informatie-left p, #openingstijden .informatie-right p
	{
		font-size: 12px;
		line-height: 20px;
		text-align: right;
	}
	
	#openingstijden .informatie-left p
	{
		text-align: left;
	}
	
	#contact
	{
		width: 100%;
		height: 110px;
		background-image: url(background-menu.gif);
		background-repeat: repeat;
	}
	
	#contact .informatie-left
	{
		float: left;
		width: 45px;
		padding: 10px;
		padding-top: 5px;
		
	}
	
	#contact .informatie-right
	{
		float: left;
		width: 110px;
		padding: 10px;
		padding-top: 5px;
		
	}
	
	#contact .informatie-left p, #contact .informatie-right p
	{
		font-size: 12px;
		line-height: 20px;
		text-align: right;
	}
	
	#contact .informatie-left p
	{
		text-align: left;
	}
	
	#fotoimpressie
	{
		width: 100%;
		height: 207px;
	}

#container-right
{
	float: left;
	width: 900px;
	height: auto !important;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
    color: #2C2C96;
    font-size: 16px;
    padding: 20px;
    padding-top: 0px;
}

#container-right p
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer
{
	width: 100%;
	height: 25px;
	background-color: #420335;
	position: absolute;
	bottom: 0 !important;
}