body {
	padding:0;
	background:url('../img/rood.jpg');
}
hr {
	color:#fff;
}
a,a:visited {
	color:#fff;
}
#main {
	margin:0 auto;
	max-width:900px;
	background-color:#fff;
}
#header {		
	height:90px;
	background:url('../img/logo.jpg');
	background-repeat:no-repeat;
}
.height {
	height:90px !important;
}
#navigation {
	margin-top:-10000px;
	float:left;
	text-align:center;
	position:relative;
	font-size:20px;
	width:100%;	
	background-color:#660000;
	color:#fff;
	height:25px;
	text-decoration:none;
}
#header > #menu {
    margin-top: 60px;
}
#menu {
	float:left;
	text-align:center;
	position:relative;
	font-size:20px;
	width:100%;	
}

#menu div {
	width:100px;
	height:25px;
	float:left;
}
#menu a {
	text-decoration:none;
	color:#000;
}
#menu a:hover div {
	text-decoration:none;
	background-color:#660000;
	color:#fff;
}
.selected {
	background-color:#660000;
	color:#fff;
}
#content {
	background-color:#660000;
	margin-top:-5px;
	color:#fff;
}
.top-marge {
	height:1px;
}
#slider {
	background-color:#fff;
	max-width:800px;
	width:90%;
	height:200px;
	margin-left:5%;
	margin-top:4%;
}
#text {
	margin-top:4%;
	margin-left:5%;
	margin-right:5%;
}
.oldnew {
	text-align:center;
	margin-top:40px;
}
.bottom-marge {
	height:40px;
}
#footer {
}
.history-right {
	float:right;
	width:400px;	
}
.history-left {
	float:left;
	width:400px;	
}
.contact-header {
	font-weight:bold;
}
.contact-first-column {
	float:left;
	width:110px;
}
.contact-second-column {
	float:left;
	width:110px;
}
.contact-indent {
	margin-left:110px;
	height:40px;
}
.photos {
	list-style:none;
	margin-left:-40px;	
}
.photos li {
	display:inline-block;
}
.zalen img{
	width:400px;
}
.overview img{
	width:300px;
}
#map {
    width: 400px;
	height: 400px;
}


/* Desktop */
@media screen and (min-width: 1025px) {

}

/* Landscape tablets */
@media screen and (max-width: 1041px) {
}

/* Small tablet landscape */
@media screen and (max-width: 920px) {
}

/* Portrait tablets */
@media screen and (max-width: 785px) {
}

/* Portrait tablets and landscape mobiles */
@media screen and (max-width: 767px) {
}

@media screen and (max-width: 820px) {
	#header {
		height:140px;
	}
	#menu div {
		width:25%;
	}
	#navigation {
		margin-top:60px;
	}
	#header > #menu {
		margin-top: 0px;
	}
	.hide {
		visibility:hidden;
		height:0px;
	}
	#slider {
		margin-top:10px;
	}
}

/* Portrait mobiles */
@media screen and (max-width: 600px) {
	#header {	
		background:url('../img/logo-med.jpg');	
		background-repeat:no-repeat;		
		height:190px;
	}
	#menu div {
		width:50%;
	}
}

@media screen and (max-width: 430px) {
	#header {	
		background:url('../img/logo-small.jpg');	
		background-repeat:no-repeat;		
		height:290px;
	}
	#menu div {
		width:100%;
	}
	#footer {
		font-size:14px;
	}	
	.history-right {
		width:275px;	
	}
	.history-left {
		width:275px;	
	}
	.contact-second-column {
		width:150px;
	}
	.contact-third-column {
		margin-left:110px;
	}
	.zalen img{
		width:280px;
	}
	.overview img{
		width:280px;
	}
	#map {
		width: 280px;
		height: 400px;
	}
}