@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	text-align: center;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/*
.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
	}


.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%; 
}


.youtube-video-container iframe {
    position: absolute;

	top: 1;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	max-width: 100%;
	padding-bottom: 20px;
	list-style-type: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 11px;
}
#HoofdImage {
	text-align: center;
}
#HoofdImage img {
	margin-top: 1%;
	margin-bottom: 2%;
}
.RSI  {
	border-radius: 25px;
	-webkit-box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.41);
	box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.41);
}
.RSK  {
	border-radius: 25px;
	-webkit-box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.41);
	box-shadow: 12px 12px 24px 0px rgba(0,0,0,0.41);
	border: thin solid rgba(9,111,150,1.00);
}
#HoofdTitel {
	float: none;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
	word-wrap: break-word;
	clear: none;
	font-family: rochester;
	color: rgba(255,255,255,1.00);
	text-shadow: 3px 3px 3px rgba(104,158,188,1.00);
	opacity: 1;
	display: block;
	max-width: 100%;
	font-size: 4em;
	margin-bottom: 20px;
}
#Flags {
	text-align: center;
}
.Flag {
	text-align: center;
}
.Flag img  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
#FacebookLikeBox {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
#FacebookLike {
	display: none;
	width: 100%;
	margin-bottom: 20px;
}
#FaceBook {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
#LeftSideBig {
	float: left;
	height: 100%;
	clear: none;
	width: 50px;
	position: fixed;
	top: 0%;
	left: 0%;
	bottom: auto;
	right: auto;
	z-index: 0;
	display: inline;
}
#LeftSideBig img {
	top: 50%;
	position: fixed;
	margin-top: -93px;
	border-radius: 10px 15px 15px 10px;
	-webkit-box-shadow: 12px 12px 24px rgba(0,0,0,0.41);
	box-shadow: 12px 12px 24px rgba(0,0,0,0.41);
}
#LeftSideSmall {
	float: left;
	height: 100%;
	clear: none;
	width: 50px;
	position: fixed;
	top: 0%;
	left: 0%;
	bottom: auto;
	right: auto;
	z-index: 0;
	display: none;
}
#LeftSideSmall img {
	top: 50%;
	position: fixed;
	margin-top: -30px;
	border-radius: 5px;
	-webkit-box-shadow: 12px 12px 24px rgba(0,0,0,0.41);
	box-shadow: 12px 12px 24px rgba(0,0,0,0.41);
	border-collapse: separate;
	border: thin solid rgba(110,46,210,1.00);
}
#RightSide {
	float: left;
	height: 100%;
	clear: none;
	width: 50px;
	position: fixed;
	top: 0%;
	left: auto;
	bottom: auto;
	right: 0px;
	z-index: 0;
}
#Designed {
	float: none;
	height: 20px;
	clear: none;
	width: 100%;
	position: fixed;
	top: auto;
	left: 0px;
	z-index: 0;
	background-color: rgba(61,132,167,1.00);
	bottom: 0px;
}
#DesignedSite {
    float: left;
    font-size: 14px;
    width: 150px;
    height: auto;
    text-align: left;
    font-weight: 200;
    line-height: 18px;
    word-wrap: break-word;
    margin-left: 5px;
    margin-top: 0px;
    clear: none;
    min-height: 20px;
    color: rgb(255, 255, 255);
    font-style: normal;
}
#DesignedName {
    float: right;
    font-size: 14px;
    width: 150px;
    height: auto;
    text-align: right;
    font-weight: 200;
    line-height: 18px;
    word-wrap: break-word;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 20px;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}
#MapContainer   {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 100%;
	text-align: center;
}
#MapPreviewContainer   {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 100%;
	text-align: center;
}
iframe, object, embed{
	max-width: 100%;
	text-align: center;
	display: inline-block;
	width: 100%; /*500px;*/
	height: 530px;
	margin-bottom: 10px;
}
#SiteTeller {
	text-align: center;
	margin-bottom: 10px;
}
#menu2013_top_left {
	position: fixed;
	top: 0%;
	z-index: 5;
	left: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0em;
	padding-left: 10px;
	width: auto;
	padding-right: 15px;
  }
#menu2013_top_right {
	position: fixed;
	top: 0%;
	width: auto;
	z-index: 5;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	right: 0px;
	margin-top: 0em;
  }
#menu2013_bottom_left {
	position: fixed;
	width: auto;
	z-index: 5;
	left: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0em;
	bottom: 20px;
  }
#menu2013_bottom_right {
	position: fixed;
	width: auto;
	z-index: 5;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0em;
	right: 0px;
	bottom: 20px;
  }
li {
	list-style-type: none;
}
.fb-like-box * {
	display: inline-block;
	width: 480px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
}
.fb-like * {
	display: inline-block;
	width: 220px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.fb-share-button {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.twitter-share-button {
	width: 100%;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.fb-share-box {
	width: 100%;
	text-align: center;
	display: none;
}
.L {
	text-align: left;
}
.R {
	text-align: right;
}
.K {
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	max-width: 100%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.C {
	text-align: center;
}
.DI {
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
.DT {
	font-size: 1.5em;
	padding-right: 20px;
	padding-left: 15px;
	max-width: 100%;
	padding-bottom: 15px;
	float: left;
	color: rgba(252,174,23,1.00);
}
.HT {
	font-size: 1.5em;
	padding-right: 20px;
	padding-left: 15px;
	max-width: 100%;
	padding-bottom: 15px;
	color: rgba(252,174,23,1.00);
}
.App {
	font-size: 1.5em;
	padding-right: 20px;
	padding-left: 15px;
	max-width: 100%;
	padding-bottom: 15px;
	color: rgb(5, 31, 230);
}
strong  {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	display: block;
}
em {
	font-variant: small-caps;
	font-style: normal;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: xx-large;
	text-shadow: 0px 0px 10px rgba(136,255,0,1.00);
	margin-right: 10px;
	margin-left: 5px;
}
#PlaceHolder {
	margin-top: 20px;
}
.Flag strong {
	font-size: 150%;
	font-variant: normal;
}
#MapPreviewContainer iframe {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	max-width: 100%;
	height: 400px;
	width: 100%;
	max-height: 50%;
}
.DT em strong {
	text-align: center;
	display: block;
	margin-top: -50px;
	margin-bottom: -50px;
}
.HT img {
	display: block;
	float: left;
}
.App img {
	display: block;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	padding-left: 1.1625%;
	/* [disabled]padding-right: 1.1625%; */
	clear: none;
	float: none;
	margin-left: auto;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media screen and (max-width:480px){
#FacebookLikeBox {
	display: none;
	width: 100%;
	margin-bottom: 20px;
}
#FacebookLike {
	display: block;
	width: 100%;
}
#LeftSideBig {
	display: none;
}
#LeftSideSmall {
	display: inline;
}
#HoofdTitel {
	font-size: 2.5em;
}
.DT {
	font-size: 1.2em;
}
em strong {
	font-size: 0.5em;
}
#MapPreviewContainer iframe {
	height: 300px;
}
em {
	font-variant: small-caps;
	font-style: normal;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 1.5em;
	text-shadow: 0px 0px 10px rgba(136,255,0,1.00);
	margin-right: 10px;
	margin-left: 5px;
}
.HT {
	font-size: 1em;
	padding-right: 20px;
	padding-left: 15px;
	max-width: 100%;
	padding-bottom: 15px;
	color: rgb(5, 31, 230);
}
.HT img {
	display: block;
	float: left;
	width: 25px;
}
.App img {
	display: block;
	float: left;
	width: 75px;
	border-radius: 10px;
	margin-left: -10px;
	margin-top: 5px;
}
}