/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
  background: #ffffff;
  color: #000;
  font-size: 73%; 
  /* font-family: "Lucida", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; */
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  line-height: 1.3em;
}


h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
p { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6 { 
color: #800000;
font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-bottom: 1.0em;
}

p { margin-bottom: 1.3em; } 

#center ol, #center ul { 
  list-style:disc;
  margin-left: 1.3em;
  margin-bottom: 1.3em;
  padding-left: 1.3em;
}

hr {
  clear:both;
  background: #000;
  color: #000;
  border: 0;
  height: 1px;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
  background: url(../img/logomontferland900x79.gif) no-repeat top;
  height: 79px;
  width: 900px;
  left: 0;
  top: 0;
  position: absolute;
}

#logo2 {
  background: url(../img/4fotoheader900x140variant.jpg) no-repeat top;
  height: 140px;
  width: 900px;
  left: 0;
  top: 79px;
  position: absolute;
}

#logo a, #logo2 a{
  display: block;
  height: 79px;
  width: 900px;
  cursor: pointer;
}
#logo span, #logo2 span {
  display:none;
}

#main a {
  color: #000;
}

#center {
  /* border-left: 1px solid #CCC; */
  /* border-right: 1px solid #CCC; */
  min-height: 400px;
  height: auto !important;
  height: 400px;
}

#right{
  width: 180px;
  padding: 10px;
}


#copy {

}
/* Mijn menu ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.main_prive {
  padding: 5px;
  border: 1px solid;
  border-color: #800000;
  margin-top: 7px;
  padding-bottom: 55px;
}

.main_prive h3 {
  padding-bottom: 55px;
      padding-left: 55px;
}


.main_prive h4 {
  font-size: 1.3em;
}

.mijnform {
  padding-left: 50px;
}



.mijnbutton {
  background-color: #800000;
      color: #FFFFFF;
      width: 60%;
      padding; 5px;
}

.Iris_logo { 
  padding: 5px;
  border: 1px solid;
  border-color: #800000;
  margin-top: 15px;
}

/* Twitter follow button -------------*/
.twitter-button {
  padding:5px;
  border:1px solid #bdbdbd;
  width:188px;
  margin-top:10px;
}
.twitter-button h2 {
  font-size:10px;
  text-transform:uppercase;
  color:#19899b;
  background: url(../img/twitter-icon.jpg) no-repeat left top;
  padding-left:95px;
  min-height:65px;
  font-family:arial;
}

