html,body {
	margin:0;
	padding:0;
}

body {
	background:#f2eeec;
	color:#fff;
	font:16px/28px;
	font-family:'Open Sans',sans-serif;
	line-height:22px;
}

h1,h2 {
	text-transform:uppercase;
	font-weight:400;
}

a {
	color:#322a2b;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}


/*** Header ***/
#header {	
	width:100%;
	min-height: 116px;
	background: url(img/bg-header.png) repeat-x;
	position: relative;
	top:0;
	z-index:20;
	}
	
	#nav-container{width:960px;margin:0 auto;}
	
		h1{margin:0;padding:0;}
		
		#logo{
			bottom:-20px;
			position:relative;
			float:left;
			display:block; 
			width:120px; 
			height:120px; 
			}
	

		/*** Nav ***/
		#nav {
			float:right;
			width:800px;
			min-height: 80px;
			margin:0 auto;
			
			}
			#nav ul {
				bottom:-40px;
				position:relative;
				margin:0;
				padding:0;
				float:left;
				width:100%;
				font-family:oswald; 
				text-transform:uppercase; 
				list-style: none;
				display:inline-block;
				}
				
			#nav ul li{float:left}
			#nav ul li a{color:#322a2b;padding:15px 20px 26px 15px;text-decoration:none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
			
			#nav ul li a:hover{background: #322a2b; color:#fff;}
			
		
		/*** Social ***/
		#social {position: absolute; top:40px; right: 0;height: 30px; width:100px; }
		
		#social a{display: block;float:left; height:30px; width:30px; margin-right: 10px}
		
		#en{background: url(img/EN.png) no-repeat center center}
		
		#de{background: url(img/DE.png) no-repeat center center}

			
			
/*** Slider ***/
#slider {
	width:100%;
	position: relative;
	top:-116px;
	z-index: 10; height:auto;overflow:hidden;
	margin-bottom: -110px;padding:0;
	}
	
	#sfu-slider{
		width:100%; 
		height: 153px;
		position:absolute;
		bottom: -0px;
		background: url(img/sfu-slider.png);
		}
	
	#slider h2{
		background: url(img/sfu-slider.png) bottom ;
		font-family:oswald; 
		text-transform:uppercase; 
		position:absolute;
		top:-100px; 
		right: 150px;
		padding:20px; 
		font-size: 42px
		}
		


/*** Content ***/
#content {
	margin: 0 auto;
    width:960px;
	z-index: 12;
	position:relative;
	}

	.box-evi{width:300px; float:left; margin: -40px 0px 50px 30px}
	.box-evi:first-child{margin:-40px 0 50px 0}
	
	.box-evi h3{
		margin:-5px 0 0 0;
		padding:20px 20px 20px 70px; 
		background: #322a2b;
		color:#fff;font-family:oswald; 
		text-transform:uppercase;
		font-weight: normal;
		}
		
		
		
	.bluemind1 h3{background: #322a2b url(img/icona_mappa.png) no-repeat 10px 5px}
	.bluemind2 h3{background: #322a2b url(img/icona_come-arrivare.png) no-repeat 10px 5px}
	.bluemind3 h3{background: #322a2b url(img/icona_posizione.png) no-repeat 10px 5px}

		
	.box-evi p{color:#6d6b6a;font-size:14px}
	.box-evi a{font-family:oswald; text-transform:uppercase;font-weight: normal;}


/*** Footer ***/
#footer {
	clear:both;
	width:100%;
	min-height: 120px;
	background:#322a2b url(img/logo-small.png) no-repeat 20px 20px;
	color:#666;
	position:relative;
}

	#footer p{ font-size:12px; margin:15px 0 0 120px;float:left;}


/* Clear */
.clear {
	clear:both;
	width:100%;
	height:1px;
	background:#eee;
}