/* Stylesheet van Michael's pagina's */
/* Brouw excursie 25-5-2011          */
/*                                   */

* {
  box-sizing: border-box;
}

Body {
  background-image: url(../img/achtergrond2.jpg);
}

#omtrek {
min-width:700px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
 /*background: transparent;*/

 border:solid;
 border-color: #8F7469;
}

.menu_box {
 float: left;
 width: 20%;

 font-family: Arial;
 font-size: 15pt;
 font-weight: bold;
 color: #CC0033;
 text-align: center;
 border: groove;
 border-color: #8f7469;
}

.content_box {
 float: left;
 width: 80%;
 padding: 5px 5px 0px 25px;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (max-width: 800px) {

.menu_box { width:100px; }

#content_box { width:500px; }

}



H1 {
	font-family: Arial;
	font-size: 30pt;
	font-weight : bold;
	color: #FF8000;
	text-align: left;
}

.tekst {
	font-family: Arial;
	font-size: 15pt;
	font-weight : bold;
	color: #000059;
  text-align: justify;
}

img {
    width: auto;
    height: auto;
}

.content_tekst {
   float:left;
   margin: 10px 0px;
   padding: 10px;
   border: 1px solid #000000;
   background-color:#FFEDDB;
   
}

.content_img {  
   float:left;
   border: 1px solid #000000;
   background-color:#FFFFFF;
   width:auto;
   margin:15px;
   padding: 10px;
   box-shadow: 5px 5px #9B9B9B;    
}

.content_img img {
    width: 100%;
    height: auto;
}

.img_desc {
   padding: 10px 0px 0px 0px;
   text-align: center;
   font-family: Arial;
   color: #36566E;
   font-size: 10pt;
   font-style:italic;
}

a.menu {
	font-family: Arial;
	font-size: 14pt;
	font-weight : bold;
	color: #CC0033;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
	color: #FF6600;
}
