html {
	height: 100%;
	font-family: 'Arial', serif;
}


body {
	margin: auto;
	height: 100%;
	width: 1280px;
	background-color: #FDFDFD;
}

#document {
	background-color: white;
	box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px
		rgba(31, 73, 125, 0.8);
}

header {
	min-height: 205px;
	height: 20%;
}

header img {
	height: 100%;
	width: 100%;
}

#menu {
	background-color: black;
	min-height: 50px;
	height: 5%;
	padding: 0%;
}

#content {
	padding: 25px;
}

footer {
	background-color: black;
	height: 2%;
	min-height: 50x;
	color: white;
	padding: 15px;
	font-size: 12px;
}

footer a {text-decoration: none;}
footer a:HOVER {text-decoration: underline;}
footer a:VISITED {color: white;}

#list {
	list-style-type: none;
	width: 100%;
	margin-left: 50px;
	padding: 0px;
}

#list li {
	position: relative;
	top: 0px;
	float: left;
}

#list li a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.menuText {
	color: white;
	padding-bottom: 16px;
	padding-top: 16px;
	padding-left: 30px;
	padding-right: 30px;
}

#list li a img {
	width: 46px;
	height: 46px;
	padding-bottom: 0;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#list li a:hover {
	background-color: gray;
	color: black;
}

.chooseLang {
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 25px;
	padding: 2px;
	text-decoration: noone;
}

#activeLanguage {
	background-color: white;
}

article {
	margin-bottom: 50px;
	text-align: justify;
}

.articleImg {
	padding: 25px;
}

#articleList li {
	padding-top: 3px;
	margin-left: 350px;
}

#activePage {
	background-color: white;
	color: black;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

