* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, navigation, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
}
.wrapper {
	min-width: 800px;
	max-width: 1240px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 110px;
	background: #FFE680;
}
.navigation {
	/* float: left; */
	height: 40px;
	width: 100%; 
/*    position: relative; */
	background: #76E9D2;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	height: 100%; 
    width: 100%;
	padding: 0px 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 00 180px 0 180px;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
    width: 160px;
	margin-left: -100%; 

    margin-top: 0px;
	position: relative;
	background: #B5E3FF;
}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 160px;
	margin-left: -160px;
	position: relative;
	background: #FFACAA;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -100px auto 0;
	min-width: 800px;
	max-width: 1240px;
	height: 100px;
	background: #BFF08E;
	position: relative;
}
/* cookie */

#eu_cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: 0;
	width: 100%;
	color: #ffff00;
	border: 1px solid black;
	border-bottom: none;
	background: #555555;
}