html, body
{
	margin: 0;
	padding:0;
	font-family:Sans-Serif;
}
body 
{
	/*background-image: url('https://hodt.nl/images/background.jpg');*/
	background-image: url('../images/background.jpg');
	background-position:center top;
	background-size:100%;
	background-attachment:fixed;
}
body.mobile {
	background-image: none;
}
.mobile .regiomenu{
	height: 56px; 
	background-color:#e01e39;
}
.regiomenu{
	height: 63px; 
	background: white; 
	width:100%; 
	border-bottom:3px solid black;
}

.regiomenu div{
	margin-left:auto;
	margin-right:auto;
	width:580px;
}
.mobile .regiomenu div{
	margin-left:auto;
	margin-right:auto;
	width:224px;
}

.mobile .regiomenu div #plaatsenbutton{
	width:56px;
}

.topmenu
{
	list-style-type: none;
	padding-left:0;
	margin:0;
}
.topmenu a
{
	background-color:#000;
	width:150px;
	display:block;
	padding:13px;
	text-align:center;
	text-decoration:none;
	color:#fdfdf8;
	margin-bottom:0;
	font-weight:300;
	font-family:Mistral, Sans-Serif;
	font-size:18pt;
	float:left;
	margin-right:10px;
	
}
.topmenu a:hover
{
	background-color:#e01e39;
}
.topmenu a.current
{
	display:block;
	background-color:#e01e39;
}
a.currentmenuitem{
	display:none;
}
.mobile a.currentmenuitem{
	display:block;
	margin-bottom:0;
	background-image: url('https://hodt.nl/images/icons/arrow.png');
	background-position:right top;
	background-size:24px 56px;
	background-repeat: no-repeat;
	
	text-align:left;
	float:right;
	margin-right:0;
	width: 150px;
	padding:13px;
	padding-left:0;
	padding-right: 0;
	
	text-decoration:none;
	color:#fdfdf8;
	font-weight:300;
	font-family:Mistral, Sans-Serif;
	font-size:18pt;
}
html .mobile  a.currentopen{
	background-image: url('https://hodt.nl/images/icons/arrowup.png');
}
.mobile .topmenu a.current{
	display:none;
	margin-bottom:0;
	background-image: url('https://hodt.nl/images/icons/arrow.png');
	background-position:right top;
	background-size:24px 56px;
	background-repeat: no-repeat;
	
	text-align:left;
	float:right;
	margin-right:0;
	width: 150px;
	padding-left:0;
	padding-right: 0;
}

.mobile .topmenu a{
	width: 198px;
	margin-right:0;
}

.mobile .regiomenu div span{
	width: 74px;
	height: 56px;
	display:block;
	background-image: url('https://hodt.nl/images/logomini.png');
	background-position:left center;
	background-size:74px 56px;
	background-repeat: no-repeat;
	float:left;
}

html .mobile .topmenu a.currentopen{
	background-image:url('https://hodt.nl/images/icons/arrowup.png');
	/*text-align:center;*/
}

.mobile .topmenu a{
	display:none;
	margin-bottom:0;
}
.mobile #menubutton{
	width:56px;
	height:56px;
	float:left;
	background-image: url('https://hodt.nl/images/icons/menu.png');
	background-position:left top;
	background-size:56px 56px;
	display:block;
}
.mobile #menubutton a{
	width:56px;
	height:56px;
	display:block;
}
#menubutton{
	display:none;
}

.mobile #sponsorsbutton{
	width:56px;
	height:56px;
	float:right;
	background-image: url('https://hodt.nl/images/icons/partners.png');
	background-position:right top;
	background-size:56px 56px;
	display:block;
}
.mobile #sponsorsbutton a{
	width:56px;
	height:56px;
	display:block;
}
#sponsorsbutton{
	display:none;
}

.clr{
	clear : both;
}
#overallcontainer
{
	margin-left:auto;
	margin-right:auto;
	width:1024px;   
}

#contentcontainer3
{
	background-color:#fdfdf8;
	min-height:800px;
	width:939px;
}

.mobile #overallcontainer, .mobile #contentcontainer3{
	width:100%;
}
.mobile #menuleft, .mobile #menuright{
	width: 100%;
}
.mobile #menucontainer{
	display:none;
	background-color: grey;
	width: 100%;
}
#menuleft
{
	float:left;
	width:0px;
	position:relative;
	left:-80px;
	top:-50px;
}
#menuright
{
	float:right;
	width:0px;
	position:relative;
	right:0px;
}

.mobile #menuleft{
	float:none;
	/*position:absolute;*/
	left:0;
	top:0;

}
.mobile #menuright{
	clear:both;
	float:none;
	left:0;

}


.menu
{
	list-style-type: none;
	padding-left:0;
}
.menu a
{
	background-color:#000;
	width:150px;
	display:block;
	padding:13px;
	text-align:center;
	text-decoration:none;
	color:#fdfdf8;
	margin-bottom:30px;
	font-weight:300;
	font-family:Mistral, Sans-Serif;
	font-size:23pt;
	
}
.menu a:hover
{
	background-color:#e01e39;
}
.menu a.current
{
	background-color:#e01e39;
}
.mobile .menu a
{
	background-color:grey;
	width:100%;
	display:block;
	padding:8px 0;
	text-align:center;
	text-decoration:none;
	color:#fdfdf8;
	margin-bottom:0;
	font-weight:300;
	font-family:Mistral, Sans-Serif;
	font-size:23pt;
}

.minilogos{
	padding: 0 0 0 3px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width:32px;
	height:32px;
}
.minilogos:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#divminilogos{
	position:fixed;
	bottom:0px;
	right:0px;
}

.mobile #divminilogos{
	display:none;
}

ul{
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-top: 0;
	margin-bottom: 0;
}


#ml1
{
	top:-10px;
	position:relative;
	left:-10px;
}
#ml2
{
	position:relative;
	left:70px;
}
#ml3
{
	position:relative;
	left:10px;
}
#ml4
{
	position:relative;
	left:40px;
}
#mr1
{
	top:-10px;
	position:relative;
	left:-100px;
}
#mr2
{
	position:relative;
	left:-150px;
}
#mr3
{
	position:relative;
	left:-80px;
}
.mobile #ml1, .mobile #ml2, .mobile #ml3, .mobile #ml4, .mobile #mr1, .mobile #mr2, .mobile #mr3{
	left:none;
	position: inherit;
}

.logo
{
	position:relative;
	top:170px;
	left:300px;
}

#header
{
	/*background-image:url('https://hodt.nl/amsterdam/images/kerknieuwtop.png');*/
	width:1024px;
	height:355px;
}
#header a,#header a:hover, #header a:active, #header a:visited{
	text-decoration:none;
	color: black;
}
#contentcontainer
{
	/*background-image:url('https://hodt.nl/amsterdam/images/kerknieuwleft3.png');*/
	background-repeat:repeat-y;
	background-position:left top;
	width:1024px;
}
#contentcontainer2
{
	/*background-image:url('https://hodt.nl/amsterdam/images/kerknieuwright2.png');*/
	background-repeat:repeat-y;
	/*background-position:right 9px top;*/
	background-position:right top;
	width:984px;
	margin:0 45px 0 40px;
}

.mobile #header{
	display:none;
	background-image:none;
}
.mobile #contentcontainer{
	width: 100%;
	background-image:none;
}

.mobile #contentcontainer2{
	width: 100%;
	background-image:none;
	margin:0;
}
.mobile #menuleftTwitter{
	display:none;
}
.mobile #fbr{
	display:none;
}
#fbr
{
	position:relative;
	left:-150px;
	background-color: white;
}
#logoright
{
	float:left;
	width:0px;
	position:relative;
	/*top:200px;*/
	left:-140px;
	top:0;
}
.mobile #logoright
{
	float:none;
	width:100%;
	position:relative;
	/*top:200px;*/
	left:0;
	text-align: center;
	color: white;
}

.mobile #content{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	clear:both;
	padding:0;
}

#content
{
	/*width:639px;
	height:400px;
	background-color:Red;*/
	padding:130px 220px 0 210px;
	/*text-align:justify;*/
}

#content img
{
  text-align:center;
	max-width:509px;
}

label{
	width : 150px;
	display:block;
	float:left;
}

label.radio{
	width:auto;
	float:none;
}

form span{
	padding-left:150px;
	display:block;
}

.mobile #content img, .mobile iframe
{
	max-width:95% !important;
}

#footer
{
	clear:both;
	height:1px;
}

.fotocontainer{

	float:left;
	/*font-weight:bold;*/
	max-width:250px;
	margin-right:4px;
	margin-bottom:10px;
	height:370px;
}
.fotocontainer h4{
	margin:0;
	height: 40px;
}

.foto {
	width: 250px;
	height:250px;
	background-repeat: no-repeat;
	margin-bottom:4px;
}

.foto a{
	width: 250px;
	height:250px;
	display:block;
	background-repeat: no-repeat;
	background-image: url('https://hodt.nl/images/slideshow_overlay_square.png');
	
}

.foto a:hover{
	filter: alpha(opacity=50); /* ie */
	opacity: .5;
}