/*******************************************************************************
 General
*******************************************************************************/
html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    background-color: #FFFFFF;/*#A3585C;*/
    font-size: 11pt;
    /* font-family: Times,serif; */
   font-family: "Palatino Linotype";
}

h1,
h2,
h3 {
    color: white;
}

p.bodytext {
    padding: 0 0 10px 0;
}

a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}


/*******************************************************************************
 De achtergrond
*******************************************************************************/
div#maincontainer {
    margin: 0 auto;
    text-align: left;
    width: 975px;
    overflow: hidden;
    background: url(afb/achter.jpg) top;
    background-repeat: repeat;
}

* html div#maincontainer {
    width: 975px;
    text-align: center;
}


/*******************************************************************************
 Container
*******************************************************************************/
div#container {
    margin: 0px auto auto auto;
    background-color: #BD0840;
    width: 880px;
    text-align: left;
    overflow: hidden;
}

* html div#container {
    width: 880px;
}


/*******************************************************************************
 Inhoud
*******************************************************************************/
div#inhoud {
    margin: 20px 0 0 0;
    background-color: #6F1932;
    overflow: hidden;
}


/*******************************************************************************
 Boven
*******************************************************************************/
div#boven {
   position: relative;
    height: 125px;
    padding: 0;
    margin: 0;
    background-color: white;
    overflow: hidden;
}

*html div#boven {
    height: 130px;
}


/** NIEUW MENU **/

/* menu */
div#

/*******************************************************************************
 Container om de inhoud en het menu
*******************************************************************************/
div#menu_en_inhoud {
/*    min-height: 420px; */
    background-color: #6F1932;
/*    background: url(afb/leeuwen.jpg) 0 50px; */
/*    background-repeat: no-repeat; */

}

* html div#menu_en_inhoud {
/*    height: 420px; */
}


/*******************************************************************************
 Main menu
*******************************************************************************/
div#mainmenu {
    margin: 0 5px 0 5px;
     font-size: 0.9em;
}

div#mainmenu ul {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    height: 70px;
    z-index: 1;
}

* html div#mainmenu ul {
     behavior:             url('fileadmin/templates/oostergoo/csshover2.htc'); 
}

div#mainmenu ul li {
    position: relative;
    float: left;
}

div#mainmenu ul li a {
    display: block;
    color: #ffffff;
    width: 96px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin: 6px 0px 1px 1px;
    padding: 4px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #BD0840;
}

div#mainmenu ul li.current ul li a:hover,
div#mainmenu ul li ul li a:hover,
div#mainmenu ul li a:hover {
    color: #ffffff;
    background-color: #e3003f;
}

div#mainmenu ul li.current ul li.current a,
div#mainmenu ul li.current a {
    background-color: #e3003f;
    color: #ffffff;
}

div#mainmenu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 3px;
    width: 160px;
    padding: 0;
    height: auto;
    z-index: 9;
}

div#mainmenu ul li:hover ul {
    display: block;
}

div#mainmenu ul li ul li,
div#mainmenu ul li.current ul li {
    text-align: left;
    float: none;
}

div#mainmenu ul li ul li a,
div#mainmenu ul li.current ul li a {
    text-align: left;
    width: 192px;
    margin: 0;
    background-color: #BD0840;
    height: 100%;
}


/*******************************************************************************
 Selectie-indicator + submenu
*******************************************************************************/
div#inner {
    position: absolute;
    width: 70px;
    height: 20px;
    top: -5px;
    left: 50%;
    margin: 0 0 0 -35px;
    background: url(afb/boog.gif) top center;
    background-repeat: no-repeat;
}

div#subinner {
    margin: 0 5px 0 5px;
    text-align: justify;

   font-size: 0.9em;
}

div#subinner ul {
     behavior:             url('fileadmin/template_oostergoo/csshover2.htc'); 
    padding: 0 5px 0 5px;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

* html div#subinner ul {
    overflow: visible;
    height: 1px;
}

div#subinner ul li {
    position: relative;
    float: top;
    left: 53px;
    width: 250px;
    font-weight: bold;
    margin: 0px 0px 0px 1px;
    padding: 0px 4px 4px 4px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-decoration: none;
    background-color: #BD0840;
}

div#subinner ul li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

div#subinner ul li a:hover {
    color: #ffffff;
    background-color: #e3003f;
}

div#subinner ul li.current {
    background-color: #e3003f;
}

div#subinner ul li.current a {
    color: #ffffff;
}


/*******************************************************************************
 Content
*******************************************************************************/
div#content {
    min-height: 420px;
    margin: 0 10px 0 10px;
    padding: 0 0 0 5px;
    background: url(afb/leeuwen.jpg) 20px 5px;
    background-repeat: no-repeat;
}

*html div#content {
    height: 420px;
}

div#content tr,
div#content td,
div#content p {
    margin: 0;
    padding: 0;
    color: white;
    font-size: 11pt;
    /*font-family: Times,serif;*/
   font-family: "Palatino Linotype";

}

div#content img {
    border: 0;
    margin: 5px;
}


/*******************************************************************************
 Onderdelen op bovenste balk
*******************************************************************************/
div#b_taal {
/*
    float: right;
    bottom: 5px;
    margin: 95px 2px 0 5px;
    overflow: hidden;
    height: 18px;
    width: 60px;
*/
    display: none;
}

*html div#b_taal {
/*
    bottom: 0px;
    margin: 90px 15px 0 0;
    width: 60px;
*/
display: none;
}

div#b_logo {
    float: left;
    margin: 2px 10px 2px 10px;
}

div#b_naam {
    float: left;
    margin: 30px 0 0 0;
    color: #6F1932;
    font-weight: bold;
}

div#b_twitter {
   position: absolute;
   right: 3px;
   top: 10px;
}

div#b_naam2 {
    float: left;
    margin: 30px 0 0 20px;
    color: #6F1932;
    font-weight: bold;
}

div#b_hotspot {
   position: absolute;
   right: 10px;
   top: 10px;
}


/*******************************************************************************
 Taalkeuzemenu
*******************************************************************************/
div#b_taal ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

div#b_taal ul li,
div#b_taal ul li.pagina33,
div#b_taal ul li.pagina34 {
    list-style: none;
    display: inline;
    margin: 0;
    height: 18px;
    width: 26px;
    overflow: hidden;
}


div#b_taal ul li.pagina33 {
    float: left;
    padding: 0 5px 0 0;
}

div#b_taal ul li.pagina33 a {
    padding-top: 50px;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 26px;
    line-height: 18px;
    background: url("afb/vlag_nl.jpg") top left no-repeat;
}

div#b_taal ul li.pagina34 a {
    padding-top: 50px;
    overflow: hidden;
    display: block;
    height: 18px;
    width: 26px;
    line-height: 18px;
    background: url("afb/vlag_fy.jpg") top left no-repeat;
}


/*******************************************************************************
 Nieuwsbrief
*******************************************************************************/
div#nwbrief {
    background-color: white;
    height: 50px;
    width: 880px;
    text-align: right;
    padding: 0;
    margin: 0;
}

div#nwbrief_tekst {
    float: left;
    width: 550px;
}

div#nwbrief_tekst p {
    font-weight: bold;
    color: #6F1932;
    padding: 0 0 0 15px;
    margin: 0 10px;
}

/**-**
div#nwbrief_tekst p a,
div#nwbrief_tekst p a:link,
div#nwbrief_tekst p a:visited {
    color: #6F1932;
    font-weight: bold;
    text-decoration: none;
}

div#nwbrief_tekst p a:hover {
    color: #6F1932;
    font-weight: bold;
    text-decoration: underline;
}
**-**/

div#nwbrief_form {
    float: right;
    padding: 8px 40px 0 0;
    margin: 0;
}

div#nwbrief_form p,
div#nwbrief_form form {
    margin: 0;
    padding: 0;
}


/*******************************************************************************
 Foto's
*******************************************************************************/
div#fotos {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #BD0840;
}

div#w_fotos {
    width: 654px;
    background-color: #BD0840;
    margin: 15px 0 15px 60px;
}


/*******************************************************************************
 Onderkant
*******************************************************************************/
div#onder {
    float: left;
    height: 1px;
    width: 100%;
    /* background: url(afb/subachter.jpg) top center; */
    /* background-repeat: no-repeat; */
}


/*******************************************************************************
 CSS van kalender
*******************************************************************************/
#calendarDiv{
    position:absolute;
    width:227px;
    border:1px solid #B9E0F5;
    padding:1px;
    background-color: #FFF;
    font-family: verdana;
    font-size:10px;
    padding-bottom:20px;
    visibility:hidden;
}

#calendarDiv span,#calendarDiv img{
    float:left;
}

#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
    line-height:12px;
    padding:0px;
    cursor:pointer;
    padding-left:0px;
}

#calendarDiv td{
    padding:3px;
    margin:0px;
    font-size:10px;
}

#calendarDiv .selectBox{
    border:0px solid #FFF;        
    color: #444444;
    position:relative;
}

#calendarDiv .selectBoxOver{
    border:0px solid #F7CD98;
    background-color: #75BFEC;
    color: #444444;
    position:relative;
}

#calendarDiv .topBar{
    height:16px;
    padding:0px;
    width: 227px;
    background-color: #75BFEC;


}

#calendarDiv .activeDay{    /* Active day in the calendar */
    color: #FF0000;
}

#calendarDiv .todaysDate{
    height:15px;
    line-height:15px;
    padding:2px;
    background-color: #B9E0F5;
    text-align:center;
    position:absolute;
    bottom:0px;
    width:227px;
}

#calendarDiv .monthYearPicker{
    background-color: #B9E0F5;
    border:1px solid  #75BFEC;
    position:absolute;
    color: #317082;
    left:0px;
    top:15px;
    zIndex:1000;
    display:none;
}

#calendarDiv #monthSelect{
    width:70px;
}

#calendarDiv .monthYearPicker div{
    float:none;
    clear:both;    
    padding:1px;
    margin:1px;    
    cursor:pointer;
}

#calendarDiv .monthYearActive{
    background-color:  #75BFEC;
    color: #F7CD98;
}

#calendarDiv td{
    text-align:right;
    cursor:pointer;
}

#calendarDiv .topBar img{
    cursor:pointer;
}

#calendarDiv .topBar div{
    float:left;
    margin-right:1px;
}

/*            */
/* Toegevoegd */
/*            */

.style2 {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: white;
}

.style4 {
    font-family: verdana;
    font-size: 10px;
    margin: 0;
    padding: 0;
    color: white;
}

.style6,
tr,
td,
select {
    font-family: verdana;
    font-size: 10px;
    margin: 0;
    padding: 0;
    color: black;
}

table.csc-mailform {
   margin: 0 auto;
    text-align: center;
}

/*freerk*/
fieldset.csc-mailform {
  width: 400px;
  margin: 0 auto;
  border: 0;
}
.csc-mailform-field {
  text-align: center;
  overflow: hidden;
}
.csc-mailform-field label {
  display: block;
  text-align: center;
  width: 120px;
  float: left;
}
.csc-mailform-submit {
  margin-left: 120px;
}

h1.csc-firstHeader {
   text-align: center;
}

* html div#content form {
   text-align: center;
}
