body {
    background-image: url(../images/bg-dartel.jpg);
	background-repeat: repeat;
	margin: 0px;
    padding: 0px;
    text-align: center;
   
}
a {
	color: #7d7d7d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	text-align: left;
}
img {
    border: 0px;
}
label {
    display: block;
}

#lang {
	position: relative;
	display: inline;
	left: 445px;
	width: 50px;
}
#wrapper {
    background: url('../images/bg.jpg');
    margin: 0 auto;
    padding: 0;
    margin-top: 50px;
    width: 980px;
    height: 560px;
    border: solid 1px #000;
}
#left {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 557px;
    width: 270px;
}
    #sitemenu {
        position: relative;
		    text-align: left;
        left: 14px;
        top: 68px;
        width: 243px;
		    font-family: "Times New Roman", serif;
		    font-size: 24px;
    }

        #sitemenu ul {
	        list-style: none;
        }

        #sitemenu a {
			color: #7d7d7d;
            text-decoration: none;
        }

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

#banner {
    position: absolute;
    height: 550px;
    width: 237px;
    top: 51px;
    margin-left: 270px;
}

	#banner img {
		height: 560px;
	}

#right {
    position: absolute;
    height: 517px;
    width: 497px;
    margin-left: 467px;
    font-family: "Times New Roman", serif;
    font-size: 18px;
    text-align: center;
    color: #7d7d7d;
}
    .content {
        position: relative;
        top: 68px;
        width: 424px;
        height: 450px;
        margin-left: 67px;
		    padding-right: 20px;
        background-color: transparent;
        overflow: auto;
    }

        .content div {
            display: none;
        }
	   .content div div {
                display: block;
                position: absolute;
            }
#footer {
	position:absolute;
	margin-left: 460px;
	top: 590px;
	width: 520px;
}
	#footer ul {
		list-style-type: none;
		display: inline;
		margin: 0px;
		padding: 0px;
		width: 520px;
	}
	
	#footer li {
		display: inline-block;
		width: 260px;
		float: left;
		text-align: center;
	}
#layover {
	position: absolute;
	display: none;
	margin-left: 487px;
	top: 52px;
	width: 493px;
	height: 556px;
	background: url('../images/layover.png');
}

.centered img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.content div span#divcalendar div {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.end {
  clear: both;
  display: block;
  margin-top: 10px;
}

#Galerij a, #Gallery a {
  margin: 4px;
}

#Galerij div, #Gallery div {
  width: 420px;
}