/* Start of CMSMS style sheet 'Stylesheet Fotovlak en tekstvlak' */
* {
	margin: 0px;
	padding: 0px;
}

#sitecontainer {
   width: 1100px;
   height: 660px;
   margin-left: auto;
   margin-right: auto;
   background: #000 url(uploads/images/bg.jpg) repeat-x;
}

#menu {
   width: 670px;
   height: 30px;
   margin-left: 140px;
   margin-top: 162px;
}

#menu a {
   color: #00007c;
   font-size: 13px;
   font-weight: bold;
   font-family: Verdana;
   text-decoration: none;
   letter-spacing:-1px
}

#menu a:hover {
   background-color: #fff;
   color: #000;
}


#menu a:active {
   background-color: #000;
}

#photocontainer {
   width: 298px;
   height: 398px;
   float: left;
   margin-left: 141px;
   margin-top: 11px;
   border-right: 10px solid #ffbb76;
   overflow: hidden;
}

#photocontainer p {
   padding: 0px 0px 0px 0px;
   font-size: 11px;
   font-family: Tahoma;
}

#textcontainer {
   width: 490px;
   height: 380px;
   padding-left: 10px;
   padding-right: 10px; 
   padding-top: 10px;
   padding-bottom: 10px;
   margin-right: 140px;
   margin-top: 10px;
   float: right;
   overflow-y: scroll;

}

#textcontainer p {
   padding: 0px 0px 0px 0px;
   font-size: 11px;
   font-family: Tahoma;
}

#textcontainer h2 {
   padding-bottom: 10px;
   font-size: 16px;
   font-family: Tahoma;
   color: #000;
}

#textcontainer a {
   color: #00007c;
   font-weight: bold;
   text-decoration: none;
}

#textcontainer a:hover {
   background-color: #fff;
   color: #000;
}

#footer {
   width: 830px;
   height: 20px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 425px;
}

#footer p {
   color: #000;
   font-size: 10px;
   font-family: Tahoma;
   text-align: right;
}

#footer a {
   color: #00007c;
   font-weight: bold;
   text-decoration: none;
}

#footer a:hover {
   background-color: #fff;
   color: #000;
}
/* End of 'Stylesheet Fotovlak en tekstvlak' */

