@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

#teaser {
	background-image: url('cumulusehv.png');
	height:623px;
	width:1024px;
	margin:0px auto;
	padding:10px;
	
}

#teaser span{
	background:white;
	padding:2px;
	text-decoration: underline;
	
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin:0px;
	padding:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration: underline;
	font-weight: normal;
	color:#000000;
	line-height:normal;
	padding: 0px;
	margin: 0px;
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover, a:visited:hover {
	color:aqua;
}

/* blokken index.php */

.thumb {
	width:200px;
	height:200px;
	background-position:center;
	background-repeat:no-repeat;
	float: left;
	position: relative;
	margin: 10px;
	z-index:10;
}


.overlay {
	width: 200px;
	height: 200px;
	position: absolute;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-decoration:underline;
}

.overlay:hover, .overlay:visited:hover{
	color:aqua;
}   

/* overlay */

div#blankout_white {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 20;
	display:none;
}
div#top_div {
	z-index: 30;
	position: absolute;
	top: 0px;
	display: none;
	left: 50%;
	height: 100%;
}

iframe {
	position:absolute;
	left: -200px;
	width: 435px;
	// width: 500px;
	border: 0;
	height: 100%;
	
}

/* file.php */

.backImage {
	width: 400px;
	position: relative;
	float: left;
	background: #FFFFFF;
	padding: 10px;
	padding-top: 0px;
}

.projectText {
	width: 400px;
	position: relative;
	float: left;
	background:#FFFFFF;
	padding: 10px;
}

.leeg {
	width:400px;
	height: 50px;
	float:left;
	position:relative;
}





