/* 
CSS Document 

*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}


/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#header2{
	width: 800px;
	position:relative; 
	height: 20px;
	
}
	
#menubalk{
	width: 800px;
	position:relative; 
	height: 25px;
    background-color:#FFFFFF;
	background-repeat:no-repeat;
	
}

form
    {
    border-width: 0px;
    padding: 0px;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    }
	
label
    {
    float: left;
    width: 0px;
    margin-right: 15px;
    }
	
input
    {
	
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #e42b05;
    margin-bottom: 10px;
    }
	
select
    {
    width: 120px;
    font-size: x-small;
	border-color: #e42b05;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    }
	
textarea
    {
    width: 200px;
    height: 100px;
	border-width: 1px;
    border-style: solid;
    border-color: #e42b05;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin-bottom: 10px;
    }
	
#menu{
	position:absolute;
	bottom: 8px;
	right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#352a60;
	text-decoration:none;
}
#menu a:hover{
	color:#e42b05;
}



/*LEFT PANEL (Openingstijden, Adres)*/
#leftpanel{
	float:left;
	width:200px;
	height:525px;
	background-image:url(../images/bg_footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*CONTENT*/
#content{
	width: 800px;

}
#contenttext{
	float:right;
	width: 523px;
	color:#352a60;
		background-image:url(../images/paskruis_soft.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	padding:0px;

	
}

/*FOOTER*/
.footer{
	width: 779px;
	height: 67px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(../images/table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
    height: 140px;

}
.table_text{
	margin-left:14px;
	margin-right:14px;
	text-align:justify;
	line-height:95%;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.openingstijden_dagen {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #e42b05;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #352a60;

}

.openingstijden_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #352a60;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e42b05;
	
}

A {color: #352a60; text-decoration:none};
A:hover {color: #e42b05; text-decoration: none};
A:active {color: #352a60; text-decoration: none};

