/******************* Stylesheet Helperkerk **************/

body {background-image: url(images/background.gif); 
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #333333;}

/************************* Inhoud ***********************/

#box{
background-color: #FFFFFF;
border: 1px solid #000000;
padding: 0px;
width: 710px;} 

.inhoud{
float: right;          /** menu: links of rechts zetten **/
text-align: justify;
border-left: 1px solid #cccccc; 
font-size: 75%;
width: 555px;}

.padding{ 
padding: 15px;}

/****************** Header tag styles *******************/

h2{
 font-weight: bold; 
 font-size: 125%;
 color: #333333;
 margin: 2px;
}
h3{
 font-weight: bold; 
 font-size: 115%;
 color: #006699;
 margin: 2px;
}

/************************* Header ***********************/

#header{
padding: 5px;
border-bottom: 1px solid #000000;
background-color: #C8DBE8;} 

/************************* Footer ***********************/

#footer {
background-image: url(images/footer.gif);
clear: both;
border-bottom: 1px solid #4E7992;
border-top: 1px solid #4E7992;
font-size: 70%;
width: 710px;
height: 20px;} 

/************************** Menu ************************/

/**#menu{
padding-center: 15px; 
display: block;} **/

.menuOut {
cursor:pointer; 
margin:2px; 
background-color:#C8DBE8; 
color:#4E4E4E; 
width:115px; 
border:1px solid #4F94BD; 
padding:2px; 
text-align:center; 
font-family:Arial, sans-serif; 
font-weight:bold;
font-size: 90%;}

.menuOver {
cursor:pointer; 
margin:2px; 
background-color:#4F94BD; 
color:#000000; 
width:115px; 
border:1px solid #4F94BD; 
padding:2px; 
text-align:center; 
font-family:Arial, sans-serif; 
font-weight:bold;
font-size: 90%;}

.submenu {
width:100px; 
font-family:Arial, sans-serif; 
font-size: 90%; 
padding-left:5px;}

.submenu a {
color:#000080; 
text-decoration:none;} 
/**font-weight:none;} **/

.submenu a:hover {
color:#4F94BD; 
text-decoration:none;} 
/**font-style:none; 
/**font-weight:none;} **/

.links {
font-family: Arial,sans-serif;
float: right;        /** menu: links of rechts zetten in firefox **/ 
text-align: left;
margin-top: 10px; 
font-size: 75%;
font-weight: bold;
width: 145px;}      /** menu: links: 145px. rechts: 145px (firefox: werkt nog niet goed)**/
/** border:1px solid #7FB2CF;} **/   

/************************ Favorieten **********************/

.relatedLinks {padding: 10px;
font-weight: normal;}

.relatedLinks a{
display: block;} 

/*********************** Overige Links *********************/

a:link, a:visited{
color: #5C5C5C;
text-decoration: none;}

a:hover{
color: #BCBCBC;
text-decoration: none;}

/*********************** Formulier *************************/

input, textarea, select{
background : #ECE9D8;
color: #666666;   
border : 1px solid #A7A28C; }

/*************************** Einde *************************/ 



