@charset "iso-8859-1";
/* CSS Document */
html,body {
	margin : 0;
	padding : 0;
	height : 100%; /* needed for container min-height */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #444;
	background-color: #005984;
	background-image: url('');
}

#container {margin-left : auto;
		    margin-right : auto;
			width : 1000px;
			position : relative; /* needed for footer positioning*/
		    margin : 0 auto; /* center, not in IE5 */			
		    height : auto !important; /* real browsers */
		    height : 100%; /* IE6: treaded as min-height*/
		    min-height : 100%; /* real browsers */
			background-color:#FFFFFF;
			border: 1px solid #ccc;
			border-spacing: 5px;
}

#header {margin-left : auto;
		 margin-right : auto;
		 background : url('http://www.vrouwenovergang.nl/img/head.png') no-repeat;
		 background-color:#FFFFFF;
	     width : 1000px;
         height : 220px;
		 margin-top : 20px;
}


#content {line-height : 150%;
		  text-align : justify;
		  margin-right : 35px;
		  font-size : 1em;
		  margin-top : 10px;
		  margin-bottom : 50px;		  
}

#voorkant {line-height : 150%;
		  text-align : justify;
		  margin-left :auto;
		  margin-right : auto;
		  font-size : 1em;
		  margin-top : 10px;
		  margin-bottom : 50px;	
}

hr {height : 0;
    border : 0;
    border-top : 1px solid #efefef;
	margin-bottom : 0px;
	margin-top : 0px;
}

#kolom {padding-right : 20px;
		width : 50%;
		vertical-align : top;
}

/* Nodig voor in kolommen gesplitste ul li, die in enkele infopagina's voorkomen */
ul.column {
  float : left;
  width : 50%;
  margin : 0;
  padding : 0;
  vertical-align : top;
}
div.clear {
  clear : both;
}
/* Einde nodig voor in kolommen gesplitste ul li, die in enkele infopagina's voorkomen */

h1 {
	color : #005984;
	font-size : 1.55em;
	font-weight : lighter;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {   color : #921e1e;
	   font-size : 1.3em;
	   font-weight : normal;
	   font-family: Arial, Helvetica, sans-serif;
}
h3 {   color : #003955;
	   font-size : 1.1em;
	   font-family: Arial, Helvetica, sans-serif;
	   font-weight : normal;
}
h4 {   font-size : 1.1em;  
	   font-family: Arial, Helvetica, sans-serif;
}

/* Menu boven */
/*<div style="width:100%; bottom:0; top:auto; position:fixed; text-align:center">*/
#menu    {
		  margin-left:auto;
		  margin-right:auto; 
		  padding-top : 2px;
		  height : 18px;
		  background-color: #00557D;
		  text-align : center;
		  margin-top:2px;
		  margin-bottom:2px;
		  width: 1000px;
		  border-bottom: 1px solid #FFF;
		  border-top: 1px solid #FFF;
}
#menu ul {margin : 0; 
		  padding : 0; 
}
#menu li {display:inline;
		  list-style : none;
}
#menu a  {padding-left: 20px;
          padding-right: 20px;
		  text-decoration : none; 
		  font-family : Arial, Helvetica, sans-serif; 
		  font-size : 14px;
		  color : #fff; 
		  letter-spacing : 1px;
}
#menu a:hover {color : #921e1e;
			   font-size :14px;
}

/* Einde Menu boven */		

/* Verhaal delen */
.verhaal {font-size : 0.9em;
	      font-family : Verdana, Geneva, sans-serif;
}
.listitem {line-height : 175%;
           color : #003955; 
}


/* Footer opmaak copyright */

#foot { background-image: url('http://www.vrouwenovergang.nl/img/copy.jpg');
	 	background-repeat:no-repeat;
        background-position:center; 
		margin-top:10px;
		margin-bottom:10px;
		height:30px;
}
#foottekst {font-size : 10px;
            text-align : center;
}

#recept {font-size : 1.1em;
         font-family : Arial, Verdana, Helvetica, sans-serif;
		 background-color : #FFFFFF;
		 line-height : 175%;
		 margin-left : auto;
		 margin-right : auto;
		 margin-top: 10px; 
		 margin-bottom: 10px;
		 width : 98%;
		 padding : 8px;
}

.zelftest {border-bottom: 1px dotted #2C2E87;
           font-size : 11px;
		   font-family : Verdana, Arial, Helvetica, sans-serif;
}
.zelftest1 {border-bottom: 1px dotted #2C2E87;
		    border-top: 1px dotted #2C2E87;
           font-size : 11px;
		   font-family : Verdana, Arial, Helvetica, sans-serif;
}
.archief {width : 745px;
	      padding : 2px;
}
.nieuwsjaar {background-color: #EEE;
			 text-align :center;
			 border:none;			 			 
}
.nieuwsmaand {color: #921e1e;
              font-variant : small-caps;
			  text-align:right;	
			  vertical-align : top;	
			  width: 200px;	
			  border:1px dotted #CCC;
			  padding: 3px;		 
}

.nieuwstitel {text-align: left;
			  font-family:Verdana, Geneva, sans-serif;
			  font-size : 11px;
			  width: 500px;
			  border:1px dotted #BBB;
			  padding: 3px;
}
#aanmelden {margin-left : 30px;
            margin-top: 45px;
			background-color: #EEE;
			padding:3px;
			border:1px solid #CCC;
			font-size: 90%;
			vertical-align: top;
			width:180px;
}
