/* ========== */
/* = Layout = */
/* ========== */

body {
	background-color:#FFF;
	
}

#balk {
	background-color:;
	height: 130px;
	width: 100%;
	top: 0px;
	position:absolute;
}

#container {

	margin: 0 auto ;
	width: 900px;
	height: 600px;
}
	
#header {
	position: absolute;
	height:30px;
	width:800px;
	top: 0px;
}
#header h5{ /* the actual link */
  color:#266384;
}

.logo {
	position:absolute;
	display:block;
	width:110px;
	height:110px;

}

/* ============== */
/* = Navigation   = */
/* ============== */
#navigation {
  z-index: 1;
  float: left;
  top: 9px;
  position:relative;
  color:#333333;
  width: 840px;
  height:75px;
  left:100px;
}

#navigation h6 {
	color:#2F8AE6;	
}
	
.titles { /* the actual link */
  float: left;
  width:133px;
  height:66px;
}

.titles ul { /* the actual link */
  color:#999999;
  list-style:none; /* no bullets */
}

.titles ul a { /* the actual link */
  color:#2F8AE6;
}

.titles ul a h5 { /* the actual link */
  color:#F00;
}



#sound {
	position:relative;
	width:110px;
	height:50px;
	top:20px;
	right: 2px;
}

#scroll {
	display:block;
	position:absolute;
	width:100px;
	height: 300px;
	right: -100px;
	top: 110px;
}

#test {
	position:absolute;
	width:100%;
	height:100%;
}

.block {
	position:absolute;
	display:block;
	width:100px;
	height:100px;
	right:0px;
	top:70px;

}

/* ============== */
/* = home = */
/* ============== */

/* Styles specific to this particular page */


#home {
	height: 540px;
	width: 960px;
  	margin: 0 auto;
	padding-top:10px;	
	overflow:hidden;
}

/* ============== */
/* = main = */
/* ============== */
#main {
	position:relative;
	top: 64px;	
	left:110px;

}

#iphone {
	background:#FFF;
	color:#FFF;
	position:absolute;
	top:30px;
	z-index:-1;
}

#animation {
	background:#FFF;
	color:#FFF;
	position:absolute;
	top:30px;
}


video {
	background:#FFF;
	color:#FFF;
	position:absolute;
	top:0px;
	z-index:;
}

.index {
	width:800px;
}


#content {
	height: 19680px;
}
#content2 {
	height: auto;
}
#content3 {
	width: 800px;
	height: auto;
}
#intro {
	height: 700px;
}
#context {
	height: 300px;
}
#idream {
	height: 600px;
}
#dream {
	height: 600px;
}
#free {
	height: 600px;
}

#thanks {
	width:600px;
}

#intro a {
	position:relative;
	color:;
	bottom: 350px;
	left: 100px;
	opacity: 0;
}


/* items */

.item {
	width:800px;
	height:700px;
	margin-bottom: 50px;
}

.item2 {
	width:800px;
	height:100%;
	margin-bottom: 50px;
}

.click {
	position:absolute;
	top:100px;
	Display:block;
	width:100px;
	height:100px;
	opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

#main a {
	color:#03F;
}

.tekst {
	display:block;
	width: 450px;
	height:100%;
	margin-top: 60px;
	margin-left:20px;
	float:left;
	
}

.tekst2 {
	display:block;
	width: 450px;
	height:900px;
	margin-top: 60px;
	margin-left:20px;
	float:left;
}
.tekst2 a {
	color:#03F;
}

.tekst3 {
	display:block;
	width: 450px;
	height:700px;
	margin-top: 60px;
	margin-left:20px;
	float:left;
	
}

.tekst4 {
	display:block;
	width: 800px;
	height:400px;
	margin-top: 10px;
	float:left;
	
}

.tekst42 {
	display:block;
	width: 800px;
	height:300px;
	margin-top: 10px;
	float:left;
	
}

.tekst5 {
	display:block;
	width: 500px;
	height:300px;
	margin-top: ;
	float:left;
	
}

		hr{height:0; border:none; border-bottom:1px solid #999; clear:both; width:800px;}


.image {
	position:relative;
	width: 300px;
	height:325px;
	margin-top: 20px;
	float:right;
	
}
.image2 {
	width: 170px;
	height:460px;
	margin-top: 60px;
	margin-left:50px;
	float:left;
	
}

.image3 {
	position:absolute;
	width: 170px;
	height:300px;
	margin-top: 60px;
	margin-right:50px;
    right:190px;	
}

.image4 {
	width: 100%;
	height:100%;
	margin-top: 10px;

}

/* ============== */
/* = footer = */
/* ============== */

#footer {
	height: auto;
	width: auto;
	bottom: 0px;
}

#footer .copyright {
  color:#333;
  width: 370px;
  float: right;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

