body {
font-family: Trebuchet MS, Arial; 
font-size: 12px;
color: #000;
}

h1 {
margin-bottom: 10px;
font-size: 25px;
color: #663366;
}

h2 {
margin-top: 30px;
font-size: 14px;
line-height: 0px;
font-weight: bold;
color: #663366; }

b {
font-weight: normal;
font-style: italic;
text-align: justify;
font-size: 14px;
line-height: 30px;
color: #663366;
}

strong {
font-size: 14px;
font-weight: normal;
text-align: justify;
line-height: 20px;
color: #663366;
}

p,
p a {
font-size: 12px;
text-align: justify;
line-height: 20px;
color: #000;
}

p a:hover { 
font-size: 12px;
line-height: 20px;
color: #DC9B02;
}

.streamer {
font-size: 12px;
font-style: italic;
color: #DC9B02;
}

.worshipbox {
line-height: 27px;
font-size: 25px;
color: #663366;
}

.design{
margin-left: 2px;
font-size: 10px;
color: #663366;
}

/*Agenda opmaak*/

#content .agenda {
margin:0px;
padding: 0px;
border-spacing: 1px;
}

#content .agenda_text {
display: block;
text-decoration: none;
color: #fff;
font-size: 12px;
line-height: 14px;
padding-left: 10px;
text-indent: 0px;
font-weight: normal;
}

/*TMPL1*/
#content .agenda_titel1 {
background-color: #DC9B02;
text-indent: 10px;
}

#content .agenda_titel1 a {
display: block;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 13px;
}

#content .agenda_titel1:hover {
background-color: #EAC367;
}

#content .agenda_titel1:hover a,
#content .agenda_titel1:hover a .agenda_text {
color: #361036;
}

/*TMPL2*/
#content .agenda_titel2 {
background-color: #636;
text-indent: 10px;
}

#content .agenda_titel2 a {
display: block;
text-decoration: none;
color: #fff;
font-weight: bold;
font-size: 13px;
}

#content .agenda_titel2:hover {
background-color: #D4C6D7;
}

#content .agenda_titel2:hover a,
#content .agenda_titel2:hover a .agenda_text {
color: #361036;
}


/*Formulier opmaak*/

.form {
font-family: Georgia;
}

.formtext {
font-size: 12px;
}

.formtextarea {
font-family: Trebuchet MS;
font-size: 14px;
width: 280px;
height: 75px;
border: 1px groove #581D58;
}

.forminput {
font-family: Trebuchet MS;
width: 280px;
font-size: 14px;
border: 1px groove #581D58;
}

.formselect {
font-family: Trebuchet MS;
width: 284px;
border: 1px groove #581D58;
}

.formbutton {
font-family: Trebuchet MS;
border: 1px groove #581D58;
height: 20px;
}

.formbutton:hover,
.formbutton:hover a {
background-color: #DC9B02;
color: #000;
}