html, body, #container{
	padding : 0px;
	margin : 0px;
	min-height : 100%;
	min-width : 100%;
	height: 100%;
	font-size : 1.1em;
	line-height : 1.1em;
	font-family: 'Harmattan', sans-serif;
}

h1{line-height : 1em; font-size:2em;}
h2{line-height : 1em;}

*.w100{
	width : 100%;
}

*.h100{
	height: 100%;
}

*.aw{
	width : auto;
}

*.block{
	display : block;
}

*.iblock{
	display : inline-block;
}

*.center{
	text-align:center;
}

*.vcenter{
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

*.left{
	text-align:left;
}

*.right{
	text-align:right;
}

.p10{
	padding : 10px;
}

ul{
	margin : 0px;
	padding : 0px;
}

li{
	list-style-type:none;
}

#footer{
	color : #A5CF78;
	min-height : 140px;
	background-color : #351C6C;
	background-image : url("tiles-bw.png");
}

#footer_inner{
	height : 100px;
}

#header{
	height: 94px;
	padding: 10px;
	background : white;
	border-bottom : 1px solid #A5CF78;

	font-size : 1.2em;
	line-height : 1.2em;

    background : url("tiles-bw.png"), linear-gradient(140deg, #ffffff 25%, hsl(89, 48%, 85%));
    background : url("tiles-bw.png"), url("tiles-bw.png"), linear-gradient(140deg, #FFF 5%, #EEE);
    transition : all 0.3s ease;
    background-size: cover;
}

#logo{
	height:92px;
}

#content{
	color : #333;
	background : #F9F9F8;
	min-height : calc(100% - 255px);
}

ul.topmenu{
	float:right;
}

ul.topmenu li{
	color : black;
	min-width : 80px;
	cursor : pointer;
	background : #EEE;
	padding : 0px 10px;
	text-align : center;
	border-radius : 2px;
	color : #351C6C;
	display : inline-block;
	border : 1px solid hsl(89, 48%, 44%);
}

ul.topmenu li.selected,
ul.topmenu li:hover{
	color: white;
	background:hsl(89, 48%, 44%);
}

.cwidth{
	margin: auto;
    max-width: 1000px;
}

div.cheight{
	min-height : 300px;
}

sub.copyright{
    color: #aaa;
	margin-top:50px;
    display: inline-block;
}

.section{
    position: relative;
    z-index: 1;
	height:100%;
	width:100%;
}

.section::before{
	color: white;
    content: " ";
	background-size: contain;
	background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: inline-block;
    z-index: 0;
    position: absolute;
}

.section .sectionText{
	background: rgba(255, 255, 255, 0.7);
}

.section div.cwidth{
	z-index: 1;
    color: black;
    position: relative;
    font-family: tahoma;
    height: calc(100% - 20px);
}
