/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table {
	width: 100%;
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */

body {
	background: url(../img/bg.jpg) center top repeat;
	font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container {
	background: #fff;
	margin: 40px auto 80px auto;
	width: 960px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	}


/* -----------------------------------------
   Page Name 2
----------------------------------------- */

.language {
	
	text-align: right;
	margin: 15px auto -25px auto;
	width: 960px;
}

.language a {
	font-size: 13px;
}

header h1 {

	padding: 0;
	line-height: 78px;
	height: 78px;
	margin: 47px 0;
}
	
header h1 a {
	text-indent: -9000px;
	display: block;
	width: 270px;
	height: 78px;
	background: url(../img/logo.png) 0 0 no-repeat;
	
}

header h1 a.en {
	background: url(../img/logo.en.png) 0 0 no-repeat;
}


header ul.link-list {
margin: 0;
}

header nav a {
	color: #9f9f9f;
	font-weight: 400;

	-webkit-transition: color 0.1s ease-out;
	-moz-transition: color 0.1s ease-out;
	-o-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out;
	line-height: 16px;
	font-size: 16px;
	margin: 78px 0;
	}

header nav a:hover,
header nav .active a {
	color: #222;
	}
	
.headline {
	background: #ededed;
	padding: 0; 
	margin-bottom: 40px; 
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.headline h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 80px;
}

.headline h1 small {
	color: #6f6f6f;
	font-weight: 300;
	font-size: 18px;
	line-height: 80px;
	float: right;
}
