@charset "utf-8";
/* CSS Document ALF International */
#container {
	min-height: 100%;
	width: 945px;
	margin: 0 auto; /* deze div centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. Dus position: relative moet dan hier toegevoegd worden */
}

body {
	color: #000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;		

}
.navbalk, #navbalk{
	color: #ffffff;
	font-weight: bold;		

}

a, a:visited {
	color: #ffffff; 
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

.content a, .content a:visited{
	color: blue; 
	text-decoration: none;
}

.content a:hover{
	color: blue; 
	text-decoration: underline;
}

.footer {
	/*font-size:11px;*/
}
h1 {
	font-size:13px;
}
body{
	margin: 0; 
	padding: 0;
}
select {
	font-size:8pt;
	height:20px;
   }
input {
	background-color:#E6E6E6; 
	height:20px; 
	font-size:8t; 
	border-left:solid #000000 1px; 
	border-right:solid #000000 1px; 
	border-bottom:solid #000000 1px;
	border-top:solid #000000 1px;
   }
.navlinks,.navlinks:hover,.navlinks:active,.navlinks:visited {
	text-transform:lowercase;
	color:#A3A2A2;
	font-size:8pt;
}
#airco_menu, #luchtgordijnen_menu {
	position:absolute;
	z-index:1;
	background-color:#e41815;
	color:#FFFFFF;
	display: none;
	padding:3px;
}
#airco_menu {
	left:63px;
	top:206px;
}
#luchtgordijnen_menu {
	left:173px;
	top:206px;
}

