/* style1.css */


/*general*/
a { 
font-weight: bold; 
font-family: Arial, "Verdana", sans-serif;
line-height: 150%;
} 

a:link { 
color: blue; 
} 

a:visited { 
color: blue;
} 

a:hover { 
text-decoration: none; 
color: navy; 
} 

a:active { 
color: aqua; 
background-color: navy; 
}

table.sample {
    border-width: 0px;
    border-spacing: 0px;
    border-style: none;
    border-color: gray;
    border-collapse: separate;
}
table.sample th {
    border-width: 0px;
    padding: 0px;
    border-style: solid;
    border-color: gray;
    -moz-border-radius: ;
}
table.sample td {
    border-width: 0px;
    padding: 0px;
    border-style: solid;
    border-color: gray;
    -moz-border-radius: ;
}

p.content { font-family: Arial, "Comic Sans Ms", sans-serif; }
h1 {
font-weight: bold; 
font-family: Arial, "Verdana", sans-serif;
}


/*panes*/
#divLeftPane{
width: 100%; 
height: 100%; 
background-image: url(images/gradient2.jpg);
padding: 0px 10px 10px 10px; 
margin: 0px 0px 0px 0px;
top:0px;
min-height:700px; /* 800 min headerheight */
}
 /* menu */
#smallmenulink a{
font-size:80%;
 margin: 8px  ;
 color: #291e35 ;
}

#smallmenulink a:hover { 
text-decoration: none; 
color: red; 
}

#menu{
width: 220px; 
background-image: url(images/gradient.jpg); 
padding-left: 10px;
}


#menu a{
 
 color: #291e35 ;
}

#menu a:hover { 
text-decoration: none; 
color: red; 
}

/*koppen binnen de content  */


.Content{
padding: 10px; 
background-image: url(images/newsbackground.jpg);
top:0px;
height:100%;

background-repeat:repeat-x;
}

.Content a{
color:#52342c;
}

.pKop{
font-size:20px;
font-weight:bold;
}


.Informatie{}
.Competitie{}
.Bestuur{}
.Jeugd{}


