
body {
background-color: #AEAEAE;
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
}
/* - - - - - - - - - - - - - - - - - - */
/* HEADER */
/* - - - - - - - - - - - - - - - - - - */
.headtop {
background-image: url(images/top1_1.jpg);
background-color: #879A51;
}
.headmenue {
background-image: url(images/top1_2.jpg);
background-color: #879A51;
padding-left: 10px;
font-size: 10px;
color: #ffffff;
font-weight: bold;
}

.headmenue a {
color: #ffffff;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
}

.headmenue a:hover {
color: #d8e4cd;
text-decoration: underline;
}

.headbottom {
background-image: url(images/top1_3.jpg);
background-color: #879A51;
}

/* - - - - - - - - - - - - - - - - - - */
/* CONTENTBOX */
/* - - - - - - - - - - - - - - - - - - */
.contenttop {
background-image: url(images/bl_2.gif);
background-color: #ffffff;
}

.contentleft {
background-image: url(images/bl_8.gif);
background-color: #ffffff;
}

.contentright {
background-image: url(images/bl_10.gif);
background-color: #ffffff;
}

.contentbottom {
background-image: url(images/bl_26.gif);
background-color: #ffffff;
}

.content {
background-color: #ffffff;
font-size: 11px;
color: #000000;
line-height: 18px;
}

.content h1 {
font-size: 14px;
color: #990000;
border-bottom: 1px dashed #acacac;
margin-bottom: 4px;
padding: 3px;
background-color: #f0f0f0;
}

.content a {
color: #990000;
font-size: 11px;
text-decoration: underline;
}

.content a:hover {
color: #000000;
text-decoration: underline;
}


.divboxright {
background-color: #ebefe7;
border: 1px dashed #acacac;
float: right;
font-size: 11px;
color: #000000;
width: 200px;
margin: 5px;
padding: 3px;
}
.divboxleft {
background-color: #ebefe7;
border: 1px dashed #acacac;
float: left;
font-size: 11px;
color: #000000;
width: 200px;
margin: 5px;
padding: 3px;
}
/* - - - - - - - - - - - - - - - - - - */
/* MENUEBOX */
/* - - - - - - - - - - - - - - - - - - */
.menutop {
background-image: url(images/bl_6.gif);
background-color: #EAEDDE;
}

.menuleft {
background-image: url(images/bl_12.gif);
background-color: #EAEDDE;
}

.menuright {
background-image: url(images/bl_14.gif);
background-color: #EAEDDE;
}

.menubottom {
background-image: url(images/bl_20.gif);
background-color: #EAEDDE;
}

.menucontent {
background-color: #EAEDDE;
font-size: 11px;
color: #000000;
line-height: 18px;
}
.menucontent ol {
list-style-type: none;
margin: 0;
padding: 0;
}
.menucontent li {
border-bottom: 1px dashed #6b8657;
padding: 3px;
margin: 0;
}
.menucontent a {
color: #404e36;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
}

.menucontent a:hover {
color: #000000;
text-decoration: underline;
}

