@charset "utf-8";
/* CSS Document */
body{
	background:url(images/Nyefterarsbaggrund.jpg)no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	width:980px;
	min-height:1500px;
	/*border:5px solid #0F0;*/
	margin:0 auto;
	
	
	
}
.wrapper{
	width:960px;
	height:100%;
	margin:200px auto 0px auto;
	background:#e4e5b2;
	font-size:24px;
}
#spacer{
height:20px;	
}
		
.slider{
	width:900px;
	height:420px;
	overflow:hidden;
	margin:20px auto;
	/*background-image:url(images/31.gif);*/
	background-repeat:no-repeat;
	background-position:center;
		/*box-shadow:0px 0px 5px;*/
		border:2px solid black;

	
	
	
}

.slider img{
	width:900px;
	height:420px;
	display:none;

	
	
}
#video{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
	
	#navmenu{
	margin:0;
	padding:0px;
	box-shadow:5px 5px 5px #ccc;
	
}

#navmenu ul{
	margin:0;
	padding:0;
	line-height:30px;
}
#navmenu li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background:#999;
}
	#navmenu ul li a{
		text-align:center;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-decoration:none;
		height:30px;
		width:118px;
		display:block;
		color:#fff;
		border:1px solid #fff;
		/*text-shadow:1px 1px 1px #000;*/
		
	}
	
	#navmenu ul ul{
		position:absolute;
		visibility:hidden;
		top:32px;
	}
	
	#navmenu ul li:hover ul{
		visibility:visible;
	}
	
	
/*********************************************/

#navmenu li:hover{
	background:#09f;
}

#navmenu ul li:hover ul li a:hover{
	background:#ccc;
	color:black;
}

#navmenu a:hover{
	color:black;
}
	
	.clearfloat{
		clear:both;
		margin:0;
		padding:0;
	}
	.prags{
		text-align:center;
		border:1px solid black;
	}
	.projekt{
		border:0px solid black;
		width:800px;
		min-height:200px;
		font-size:16px;
		padding:0px;
		margin-left:30px;
	}
	.overskrift{
		border:1px solid black;
		width:900px;
		height:50px;
		background:#ccc;
		margin-left:29px;
		text-align:center;
		
	}
	.overskrift a{
		line-height:20px;
	}
/*------------------------------------------------------------------------*/	
#pragshave{
	text-align:center;
}
#footer{
	width:960px;
	height:50px;
	text-align:center;
	background:#ccc;
}
	#logo{
		margin-top:200px;
		text-align:center;
	}
