/* CSS Document */
body {
background-color: #ffffff;
font-family: Arial; 
font-size: 80%;
color: black; 
text-align: justify;
}

#mainframe {
margin-top: 20px;
width: 800px;
height: 650px;
border-style: solid;
border-color: #000000;
border-width: 1px;
border-bottom-style: none;
margin: auto;
}

/*HEADER*/
#header {
width: 800px;
height: 85px;
background-image: url(/img/layout/background-top.gif);
text-align: center;
}

#header .optreden {
width: 100%;
text-align: right;
font-size: 10px;
color: #0000d0;
}

#header .nieuws {
width: 100%;
text-align: left;
font-size: 10px;
color: #0000d0;
}

.andereband {
font-family: Mistral, Forte;
font-size: 30px;
color: red;
}

.macband {
font-size: 30px;
font-weight: bold;
color: #0000d0;
}

/*MENU*/
#menu {
width: 800px;
height: 30px;
padding-top: 5px;
background-image: url(/img/layout/background-menu.gif);
text-align: center;
font-weight: bold;
font-size: 17px;
color: #ffffff;
}

#menu a {
color: white;
text-decoration: none;
}

/*MAIN*/
#main {
width: 790px;
height: 498px;
padding: 5px;
text-align: justify;
overflow: auto;
color: #000000;
/*
background-color: white;
background-image: url(/img/layout/background-logo.png);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
*/
}

#mainbackground {
background-color: white;
background-image: url(/img/layout/background-logo.png);
background-repeat: no-repeat;
background-position: center;
/*background-attachment: fixed;*/
}

.toelichting {
font-size: 12px; 
color:#0000d0; 
}

/*FOOTER*/
#footer {
margin-left: -1px;
width: 800px;
height: 22px;
font-size: 12px;
color: #000000;

/*background-image: url(/img/layout/background-top.gif);*/
background-color: #a5def7;
background-image: url(/img/layout/background-table-row.gif);
background-position: center left;
background-repeat: repeat-x;

border-style: ridge;
border-width: 1px;
border-color: #000000;
}

.subfooterlinks {
width: 33%;
text-align: left;
}

.subfootermidden {
width: 34%;
text-align: center;
}

.subfooterrechts {
width: 33%;
text-align: right;
}

/*GASTENBOEK*/
.gastenboekentry {
border-color: #0000d0;
border-width: 1px;
border-style: solid;
padding: 5px;
}

/*LINKS*/
a {
color: #0000d0;
}

a:visited {
color: #0000d0;
}

a:active {
color: #0000d0;
}

a:hover {
color: #0000d0;
}

a.top {
font-size: 80%;
color: #0000d0;
font-weight: bold;
text-decoration: none;
}

a.externelink {
font-size: 70%;
color: #0000d0;
text-decoration: underline;
}

/*H*/
h1 {
font-size: 170%;
color: #0000d0;
text-align: left;
}

h2 {
font-size: 135%;
color: #0000d0;
text-align: left;
}

/*OVERIG*/
hr {
/*COLOR: #0000d0;*/
}

ul {
margin-top: 5px;
color: #0000d0;
}

.black li {
margin-top: 5px;
color: black;
}

li {
margin-left: -18px;
}

img {
border: 0;
}

.image:hover img {
FILTER: Alpha(Opacity=60, FinishOpacity=90, Style=4); 
}

table {
border: 0;
}

input, textarea, select {
background-color: transparent;
border-width: 1px;
border-color: #0000d0;
}

.blue {
color: #0000d0;
}

.onevenrij {
background-color: #a5def7;
background-image: url(/img/layout/background-table-row.gif);
background-position: center left;
background-repeat: repeat-x;
/*background-image: url(/img/layout/background-top.gif);*/
}