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

body{
	background:#ecebeb url(/images/allegaarden/bg.gif) repeat-x fixed center bottom;
	font-family:"Arial",Sans-serif;
	font-size:12px;
	color:#4c4c4c;
}

#footer{
	height: 20px; 
	width: 958px;
	background-color: #37586D ;
	position: relative; 
	margin: auto;
	color:#ebece6; 
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	text-transform: uppercase;
}

a{
	text-decoration: none;
}

h2{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
h3{
	color: #37586D;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom:5px;
	margin-top:5px;
}


#content{
	width:958px; 
	height:850px; 
	background-color:#FFF; 
	position:relative; 
	margin:auto;
}

#header{
	background:#37586d url(/images/allegaarden/header_bg.gif) repeat-x;
	height:81px;
	width:100%;
}

#header h1{
	float:left;
	margin-left:28px;
	margin-top:28px;
	font-size:34px;
	color:#fff;
}

#header ul{
	float:right;
	margin-top:48px;
	margin-right:20px;
}
#header ul li{
	float:left;
	font-size:10px;
	color:#fff;
	padding-left:20px;
	text-transform:uppercase;
}

#imageMenu{
	float:left;
	margin-top:2px;
}

.box{
	float:left;
	position:relative; 
	width: 238px;
	height:236px;
	overflow: hidden;
	margin-right:2px;
}
.box.last{margin-right:0px;}
.box p{
	color:#fff;
        font-size:11px;
}
.cover{
	float: left; 
	position: absolute; 
	top:215px; 
	 
	left:0px; 
	height: 100px; 
	background-color: #023c47; 
	width: 100%; 
}
.cover h2{
	text-align: center;
	margin-top: 5px;
}
.cover p{
	margin-left:10px;
	margin-top: 5px;
}


.cover.green{
	background-color: #88bd49; 
}
.cover.red{
	background-color: #a52323; 
}
.cover.brown{
	background-color: #7a7655; 
}



