/* regelkaststyles.css - Stijlen voor de website regelkast.nl*/



.box1 {	position: fixed;
	top: 25%;
	left: 2%;
	width: 200px;
	height: 400px;
	z-index:200;}


.box2 {	position: fixed;
	top: 3%;
	left: 60%;
	width: 300px;
	height: 200px;
	z-index:300;}


.box3 {	position: fixed;
	top: 20%;
	left: 22%;
	width: 375px;
	height: 200px;
	z-index:400;}



.box4 {	position: fixed;
	top: 30%;
	left: 22%;
	width: 375px;
	height: 400px;
	overflow: auto;
	z-index:400;}



BODY
{
background-color: #FFFFFF;
}



A, P, TABLE, TD, TH, BR, DIV, SPAN
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	color: #000000;
}

H1 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 22px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

H2 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 18px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

H3 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 16px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

H4 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}


H5 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

H6 
{
	font-family : Verdana, Arial, Helvetica;
	font-size : 8px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

