@import url(https://fonts.googleapis.com/css?family=Play:400,700);

.clearfix:before, .clearfix:after
{
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    zoom:1;
}

html, body {
	height: 100%; text-align: left;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #1a171b;
}

body {
	background: #fff;
	overflow-y: scroll;
}

h1 {
    font-size: 18px;
    color: #009CDB;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

h2 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 8px 0 18px 0;
}

.imp {
    color: red;
}

.imgr {
    float: right;
    margin: 0 0 10px 20px;
}

.imgl {
    float: left;
    margin: 0 20px 10px 0;
}

.floatl {
	float:left;
}

.floatr {
	float:right;
}

.wrap {
	width: 900px;
	margin: 0 auto;
}


#header {
	width: 100%;
	height: 173px;
}

#header .logo {
	width: 226px;
	height: 131px;
	margin: 0 auto;
	position: relative;
	top: 21px;
}

#wrap-nav {
	width: 100%;
	background-color: #119bf4;
	height: 68px;
	margin: 0;
}

#wrap-nav #nav {
	height: 68px;
	clear: both;
}

#wrap-nav #nav ul {
	margin: 0;
	height: 68px;	
	padding: 0;
}

#wrap-nav #nav ul li {
	float: left;
	list-style-type: none;
}

#wrap-nav #nav ul li a {
	display: block;
	width: 300px;
	height: 68px;
	line-height: 68px;
	background-position: 0px 18px;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 19px;
	background-color: #119bf4;
	position: relative;
}

#wrap-nav #nav ul li a.profil-spolecnosti {	background-image: url("../img/picto_profil.png"); background-position-x: 30px;}
#wrap-nav #nav ul li a.info-akcionari {	background-image: url("../img/picto_akcionari.png"); background-position-x: 46px;}
#wrap-nav #nav ul li a.kontakty {	background-image: url("../img/picto_kontakt.png"); background-position-x: 65px;}

#wrap-nav #nav ul li a:hover, #wrap-nav #nav ul li.active a {
	background-color: #004966;
}

#wrap-nav #nav ul li a:hover:after, #wrap-nav #nav ul li.active a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 132px;
	width: 37px;
	height: 15px;
	background-image: url("../img/menu_aktivni_sipka.png");
}

#wrap {
	width: 100%;
	margin: 0;
	background-image: url("../img/podklad_stranky.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#wrap #page {
	background-image: url("../img/efekt.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 143px;
	padding-left: 82px;
	padding-right: 82px;
	padding-bottom: 40px;
	width: 736px;
	background-color: #fff;
}

#wrap #page h1 {
	font-size: 23px;
	font-weight: normal;
	color: #119bf4;
	text-transform: none;
}

#wrap #page h2 {
	font-size: 19px;
	font-weight: normal;
	color: #119bf4;
	text-transform: none;
}

#footer_content {
	padding: 27px 82px;
	width: 736px;
	height: 68px;
	margin: 0 auto;
	text-align: left;
	background-color: #119bf4;
	color: white;
}

#footer_content p {
	margin: 0;
}

.footer_logo, .footer_address, .footer_contact {
	float: left;
}

.footer_address, .footer_contact {
	margin-left: 70px;	
}

.article {
	text-align: left;
}

.article table tr td {
	padding : 2px 14px 2px 0px;
}