/* style.css */

html {
height:100%;
}

body {
	height:100%;
	margin: 0 auto;
	overflow-x : hidden;
	padding: 0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:76%;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background-color: #f4f4f4;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

#wrap {
height:auto;
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 95%;
max-width:900px;
}

#header {
	clear: both;
	padding: 0;
	height: 80px;
	width:90%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
float: left;
}

#header p {
width: 740px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0 0 10px 0;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 50px 0 10px 50px;
border: 0;
width: 316px;
height: 89px;
}

#rechterzijdeheader {
list-style: none;
margin: 30px 20px 0 0;
}

#socialbar img {border:0px;}#socialbar li img {width:24px; height:24px;}#socialbar li a:hover {position:relative;top:2px;}#socialbar{list-style: none outside none; margin:0px; position: static;}#socialbar li {display:inline;padding-right:2px;}#socialbar{float:right;padding:10px;}

#content {
	height:100%;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.6em;
	text-align: center;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content hr {
height:5px;
width:80%;
background:#446791;
margin: 5px;
text-align: center; 
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 2px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

h1 {
font-size: 2em;
margin: 0 0 10px 0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 90%;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

table {
border: 2px solid #CCCCCC;
border-collapse: collapse;
padding: 2px;
margin-top: 0.5em;
margin-bottom: 0;
}


/* slideshow */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 95%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0 !important;
  }
  
 .transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }
  
.transparent-btns_nav:focus {
  outline: none;
  }

.transparent-btns_tabss {
  margin-top: 10px;
  text-align: center;
  }

.transparent-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.transparent-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.transparent-btns_here a{
  background: #222;
  background: rgba(0,0,0, .8);
  }
  
/*@media screen and (max-width: 480px) {
  #frontphoto {
  text-align: center;
  margin: 0px 0px auto 10%;
  }
  #rechterzijdeheader {
  display:none;
  }
  #content {
  margin-left: 5px;
  margin-right: 5px;
  }
*/

@media screen and (max-width: 480px) {
  #frontphoto {
  text-align: center;
  margin: 0px 0px auto 10%;
  }
  #zoek {
  display:none;
  }
  #social {
  margin-right: 50px;
  }

  #content {
  margin-left: 5px;
  margin-right: 5px;
  } 

  #content img {
    max-width: 75%;
	max-height: 10%;
	padding: 2px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
   }
 
 .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 95%;
  margin: 0;
  }

 
 @media screen and (max-width: 768px) {
  #frontphoto {
  text-align: center;
  margin: 0px 0px auto 10%;
  }
  #zoek {
  display:none;
  }
  #social {
  margin-right: 50px;
  }
  .nav {
  display:none;
  }
 } 
