html, body 
{ 
    margin: 0; 
    padding: 0; 
    font-family: Verdana, Geneva, sans-serif;
}
.maincontainer
{ 
	top: 0px;
	margin-right: auto; 
	margin-left: auto; 
	width: 1000px; 
}

.browndiv
{
	text-align:center;
	background-color: #6B5E54;
}
.menu
{
	border-top: 1px solid #F4D612;
	border-bottom: 1px solid #F4D612;
	text-align:center;
	background-color: #6B5E54;
	padding-top: 10px;	
	padding-bottom: 10px;
}

a:link {
    color: #F4D612;
		text-decoration:none;
}


a:visited {
    color: #F4D612;
	text-decoration:none;
}


 a:hover {
    color: #F4D612;
	text-decoration:underline;
}


a:active {
     color: #F4D612;
	text-decoration:none;
	font-weight:bold;
} 


.wrapper { 
        background:#EFEFEF; 
        box-shadow: 1px 1px 10px #999; 
        margin: auto; 
        text-align: center; 
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px !important;
        width: 800px;
        padding-top: 5px;
    }
.scrolls 
{ 
        overflow-x: scroll;
        overflow-y: hidden;
        height: 80px;
    	white-space:nowrap
} 

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #6B5E54;    
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 50px;
}

.overlay .leftbtn {
    position: absolute;
    top: 20px;
    right: 105px;
    font-size: 50px;
	
}
.overlay .rightbtn {
    position: absolute;
    top: 20px;
    right: 65px;
    font-size: 50px;
}
@media screen and (max-height: 450px) 
{
  .overlay a {font-size: 20px}
  	.overlay .closebtn 
	{
    		font-size: 40px;
    		top: 15px;
    		right: 35px;
  	}
}

.squareyellow
{  	
  width: 25px;
  height: 25px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #F4D612;
}
.squaretext
{
	position: absolute;
	top: 5px;
	left:40px;
	width:240px;
}
.containertekst
{
	position:relative;
	top: 10px;
	left:40px;
}
.tekst
{
	position: relative;	
}
.tekstcontainer
{
	position: absolute;	
	top: 55px;	
}
.slidercontainer
{
	position: absolute;
	top: 35px;
	left:280px;
	padding:5px;
	margin: 0px;
	background-color: #6B5E54;
	border: 1px solid #F4D612;
}
.sliderimg
{
	position: relative;	
}
.slidertekst
{
	position: relative;
	text-align:center;	
}

