@charset "utf-8";
body {
	font-family: 'Source Sans Pro', sans-serif;

	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
a img { 
	border: none;
}


a:link {
	color:#414958; 
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}



.container {
	width:100%;
	
	
	min-height: 100%; 
height: 100%; 
	overflow: hidden !important; 
	position: absolute;
}

.header {
	background: #FFF;
	height: 33.3%;
	min-height: 33.3%;
	position: relative;
}



.content {
	padding: 0px;
	height: 33.3%;
	background-color: #ECEDED;
	position: relative;
}


.footer {
	padding: 0px;
	background: #ECEDED;
	height: 33.3%;
	min-height: 33.3%;
	position: relative;
}

.logo {
	width: 50%;
	position: absolute;
	bottom: -1px;
	height: auto;
	left: 10%;
}



.stvk {
	width: 40%;
	position: absolute;
	margin-left: 50%;
	bottom: 0%;
}
.navi {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
}
.footer p {
	position: absolute;
	bottom: 5px;
	right: 3%;
}

.content p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
	display: block;
	position: relative;
	bottom: 0px;
}
.kon {
	position: absolute;
	bottom: 0px;
	width: auto;
	margin-right: 10%;
	height: auto;
	right: 0%;
}

.imp {
	position: absolute;
	bottom: 0%;
	right: 10%;
	height: auto;
	width: 40%;
}

