*
{
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

html
{
	height: 100%;
}

body
{
	background-color: #C1C1C1;
	height: 100%;
}

a
{
	color: #1A82BD;
}

/* Menu */
#gevelReinigingMenu
{
    margin-left: 0px;
}

#truckwashMenu
{
    margin-left: 119px;
}

#specReinigingMenu
{
    margin-left: 211px;
}

.subMenu
{
	position: absolute;
	
	margin: 29px 0px 0px 0px;
	padding: 10px;
	
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	
	font-family: Arial;
	font-size: 12px;
	
	background-color: #1a82bd;
    width: auto;
}

.subMenuList
{
	padding: 0px;
	margin: 0px;
    list-style-type: none;
}

.subMenuList li
{
    
	display: block;
	line-height: 20px;
	text-align:left;
    height: 23px;
	padding: 5px 25px 0px 14px;
}

.subMenuList li a
{
	color: #FFF;
    text-decoration: none;
}

.subMenuList li a:hover
{
    text-decoration: underline;
    
}

/* Text styles */
h1
{
	font-size: 20px;
	font-weight: normal;
	color: #8A8A8A;
	margin: 0px 0px 30px 0px;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #8A8A8A;	
}

p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 30px 0px;
}

td
{
    font-size: 12px;
}

span
{
	font-size: 12px;
	line-height: 16px;
}

img
{
	border: 0px;
}

/* Container */
div#container
{
	width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}

	/* Header */
	div#container div#headerSpacing
	{
		background: url('/img/headerSpacer.gif') repeat-x;
		width: 100%;
		height: 177px;
	}
	
		div#container div#headerSpacing div#headerImage
		{
			background:  url('/img/header.png') no-repeat;
			width: 243px;
			height: 108px;
			margin: 0px auto;
            padding: 20px 0px 20px 0px;
            background-position: 0px 20px; 
		}
		
		div#container div#headerSpacing div#headerMenu
		{
			width: 1080px;
			height: 28px;
			margin: 0px auto;
		}
		
		#headerMenuList
		{
			height: 23px;
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		
		#headerMenuList li
		{
			float: left;
            height: 23px;
			padding: 5px 12px 0px 12px;
			color: #FFF;
            font-size: 14px;
		}
		
		#headerMenuList li:hover
		{
			height: 23px;
			background-color: #294b5e;
		}	
		
		#headerMenuList li a
		{
			color: #FFF;
			text-decoration: none;
		}		
	
	/* Content */
	div#containerContent
	{
		width: 1136px;
		margin: 0px auto;
	}
    
	div#contentContainer
	{
		width: 1136px;
		min-height: 820px;
		height: auto !important;
		height: 820px;
		margin: 0px auto;
		background-color: #FFF;
		border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color: #000;
	}

	div#content
	{
		padding: 25px 30px 25px 30px;
	}
	
	div#contentHeader
	{
		width: 803px;
		height: 114px;
		padding: 1px 0px 0px 1px;
	}
    
    #leftContainer
	{
		width: 300px;
        float: left;
	}
    
    #weersverwachting
    {
		width: 300px;
		background-color: #FFF;
		border-width: 0px 0px 1px 1px;
		border-style: solid;
		border-color: #000;
        padding: 25px 0px 25px 30px;
    } 
    
	#rightContainer
	{
		width: 200px;
        float: left;
	} 
    
	#projecten
	{
		width: 300px;
        height: 380px;
		background-color: #FFF;
		border-width: 0px 0px 1px 1px;
		border-style: solid;
		border-color: #000;
        padding: 25px 0px 25px 30px;
	} 
    
	#referenties
	{
		width: 300px;
        height: 247px;
		background-color: #FFF;
		border-width: 0px 0px 1px 1px;
		border-style: solid;
		border-color: #000;
        padding: 25px 0px 25px 30px;
	}
    
    .lightbarList
    {
       margin: 0px 0px 0px 0px;
    }
    
    .lightbarList ul
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    
    .lightbarList ul li
    {
        height: 150px;
        width: 200px;
    	margin-bottom: 5px;
    }   
    
    /** Contact **/
    .tabIn
    {
    	padding: 0px 0px 0px 20px;
    }
    
    .doubleTabIn
    {
    	padding: 0px 0px 0px 40px;
    }
    
    .inputTypeText
    {
    	border: 1px solid #000;
    	width: 400px;
    }
    
    .smallInputTypeText
    {
    	border: 1px solid #000;
    	width: 60px;
    }
	
	/* Footer */
	div#container div#footerSpacer
	{
		padding: 8px 0px 0px 0px;
		background: url('/img/footerSpacer.gif') repeat-x;
		width: 100%;
		height: 22px;
		text-align: center;
	}
	
		div#container div#footerSpacer p#footerText
		{
			color: #FFF;
			font-size: 12px;
		}
