@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	min-width: 1040px;
	color: #303030;
	font-family: 'Roboto', Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.45;
	margin: 41px 0 0 0;
	background-color: #606060;
/*	background:url(/.images/footer-bg.png); */
}

a {
	color: #DD3300;
	text-decoration: none;
	font-weight: 500;
}
a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
}

h2 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 29px;
	line-height: 35px;
	font-weight: 500;
	margin: 0 0 20px 0;
}

h3 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #DD3300;
	font-size: 22px;
	line-height: 27px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}

h4 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #909090;
	font-size: 15px;
	line-height: 21px;
	font-weight: 700;
	margin: 17px 0 5px 0;
	text-transform: uppercase;
}

h6 {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #DD3300;
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	margin: 20px 0;
	text-transform: uppercase;
}
h6 a {
	font-weight: 600;
	border-bottom: dotted 1px #DD3300;
}
h6 a:hover {
	border-bottom: solid 1px #DD3300;
	text-decoration: none;
}

.o-projekte h3.no-top-margin {
	margin-top: 0;
}
.footer-content h4 {
	color: #909090;
	margin: 0 0 6px 0;
}

img {
	border: 0;
}

table {
	border-spacing:0;
	border-collapse:collapse;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.align-right {
	text-align: right;
}
.clear {
	clear: both;
}
.dummy {
	display: none;
}
.half {
	width: 500px;
}
.no-margin {
	margin: 0;
}

.header-wrapper {
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	box-shadow: #000000 0px 0px 4px;
	-webkit-box-shadow: #000000 0px 0px 4px;
	-moz-box-shadow: #000000 0px 0px 4px;
	height: 41px;
	z-index: 950;
}
.sme-wrapper {
	width: 100%;
/*	background:url(/.images/bg.png); */
	background-color: #e8e8e8;
	border-bottom: 1px solid #D0D0D0;
}
.sme-content {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
	padding: 20px 0;
}
#sme_pager {
	text-align: center;
}
#logo {
	padding-left: 96px;
}
.header-content {
	font-family: 'Roboto Condensed', Arial, Sans-serif;
	width: 1000px;
	margin: 0px auto;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-content a {
	color: #303030;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px;
	border-right: 1px solid #E0E0E0;
}
.header-content a.ineko, .header-content a.ineko:hover {
	position: relative;
	top: 3px;
	text-decoration: none;
	padding: 0 17px 0 13px;
	border: none;
}
.header-content a.podporte {
	position: relative;
	top: -1px;
	display: inline-block;
	background-color: #FFE433;
	background-image: -ms-linear-gradient(top, #FFEC3B 0%, #F7D22B 100%);
	background-image: -moz-linear-gradient(top, #FFEC3B 0%, #F7D22B 100%);
	background-image: -o-linear-gradient(top, #FFEC3B 0%, #F7D22B 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEC3B), color-stop(1, #F7D22B));
	background-image: -webkit-linear-gradient(top, #FFEC3B 0%, #F7D22B 100%);
	background-image: linear-gradient(to bottom, #FFEC3B 0%, #F7D22B 100%);
	border: 1px solid #F5D000;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #202020;
	text-transform: uppercase;
	padding: 1px 8px;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 15;
}
.header-content a.podporte:hover {
	background-image: none;
	background-color: #FFE433;
	text-decoration: none;
}
.header-content a.podporte:active {
	background-color: #F7DC2B;
	border: 1px solid #EDC800;
	text-decoration: none;
}
.header-content a.ineko:hover, .header-content a.ineko:active {
	background-color: transparent;
	border: none;
}
.header-wrapper {
	color: #FFFFFF;
	border-right: none;
}
.header-content .left a:first-child {
	border-left: 1px solid #E0E0E0;
}
.header-content .right a {
	border-right: 1px solid #E0E0E0;
	border-left: none;
}
.header-content .right a:last-child {
}
.header-content a img {
	padding: 0 1px 0 0;
}
.header-content a:hover, .header-content a:active {
	background-color: #eaeaea;
}
.header-content span {
	color: #A0A0A0;
	display: inline-block;
	padding: 10px 15px;
	font-weight: 400;
}
.header-content .right span {
	border-right: 1px solid #E0E0E0;
	max-width: 170px;
}
.body-element-wrapper {
/*	background:url(/.images/bg.png); */
	background-color: #eaeaea;
	width: 100%;
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #FFFFFF;
}
.body-element-wrapper.newsletter, .body-element-wrapper.newsletter-zoznam {
/*	background:url(/.images/white-bg.png); */
	background-color: #f8f8f8;
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #FFFFFF;
}
.body-element-wrapper.newsletter-zoznam h4 {
	margin: 7px 0;
	display: inline-block;
}
.body-element-wrapper.newsletter-zoznam {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #202020;
}
.body-element-wrapper.newsletter-zoznam div {
	margin: 1px auto;
}
.body-element-wrapper.newsletter-obsah h4 {
	color: #404040;
}
.body-element-wrapper.newsletter p, .body-element-wrapper.newsletter em, .body-element-wrapper.newsletter-obsah p, .body-element-wrapper.newsletter ul, .body-element-wrapper.newsletter ol, .newsletter-notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #202020;
}
.body-element-wrapper.newsletter-obsah .body-element-content {
	padding: 35px 0;
}
.body-element-wrapper.newsletter-obsah h1, .body-element-wrapper.newsletter-obsah h1 a, .body-element-wrapper.newsletter-skokani h1, .body-element-wrapper.newsletter-skokani h1 a {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 500;
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}
.body-element-wrapper.newsletter-obsah h1 a:hover, .body-element-wrapper.newsletter-skokani h1 a:hover {
	text-decoration: none;
}

.body-element-wrapper.newsletter h4 {
	color: #505050;
}
.body-element-wrapper.featured {
	background:url(/.images/bg.jpg) center bottom; 
	background-size: cover;
	background-repeat: no-repeat;
}
.body-element-content {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 25px 20px;
}
.body-element-content.reduced {
	padding: 25px 20px 5px 20px;
}
.body-element-content.expanded {
	padding: 35px 20px;
}
.body-element-content.newsletter-announcement h3 {
	text-align: center;
}
.body-element-content.newsletter-announcement div {
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	padding: 15px 15px 25px 15px;
	background-color: #D8D8D8;
	margin-bottom: 10px;
}
.body-element-content.expanded.landing {
	padding: 45px 20px;
}
.body-element-content.bottom {
	padding-bottom: 35px;
}
.body-element-expander {
	text-align: center;
}
.body-element-expander a {
	background-color: #FAFAFA;
	color: #000000;
	display: inline-block;
	position: relative;
	top: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	padding: 6px 15px;
	margin-right: 10px;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	z-index: 5;
}
.body-element-expander a:hover {
	background-color: #D8D8D8;
	text-decoration: none;
}
.body-element-expander a:active {
	background-color: #C8C8C8;
	text-decoration: none;
}

.footer-wrapper {
	border-top: 1px solid #505050;
	width: 100%;
}
.footer-content {
	width: 1000px;
	margin: 0px auto;
	padding: 35px 0 40px 0;
	color: #F0F0F0;
}

.footer-nav {
	text-align: center;
	font-size: 14px;
	color: #707070;
	padding-bottom: 20px;
	border-bottom: 1px solid #505050;
}

.footer-nav a {
	display: inline-block;
	color: #F0F0F0;
	font-weight: 300;
	padding: 2px 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.footer-nav a:hover {
	text-decoration: none;
	background-color: #505050;
}

.footer-otazky {
	padding: 20px 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #505050;
}
.footer-otazky-element {
	float: left;
	width: 300px;
	margin-right: 50px;
}
.footer-otazky-element.foe-right {
	margin-right: 0;
}
.footer-podpora-element {
	margin-top: 30px;
	width: 100%;
}
.footer-podpora-element a {
	display: inline-block;
	margin: 15px 60px 0 0;
}
.footer-otazky-element p {
	color: #A0A0A0;
	font-size: 12px;
	line-height: 1.45;
	padding: 7px 0 0 0;
	margin: 0;
}

.footer-disclaimer {
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
	padding-top: 20px;
	border-top: 1px solid #707070;
	font-weight: 300;
	color: #F0F0F0;
}


.footer-otazky a {
	color: #A0A0A0;
	font-weight: 700;
}

.menu {
	width: 100%;
	position: fixed;
	top: 41px;
	border-top: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	box-shadow: #808080 0px 2px 2px;
	-webkit-box-shadow: #808080 0px 2px 2px;
	-moz-box-shadow: #808080 0px 2px 2px;
	z-index: 950;
}

.menu .header-content a:first-child {
	border-left: 1px solid #E0E0E0;
}

.menu .header-content a {
	display: inline-block;
	width: 292px;
	padding: 7px 20px 20px 20px;
	height: 69px;
	overflow: hidden;
}
.menu .header-content a img {
	padding: 13px 20px 0 0;
}
.menu .header-content a p {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	text-transform: none;
	color: #505050;
	font-weight: 400;
	margin: 0;
}

.notice {
	font-style: italic;
	color: #808080;
}
.notice-login {
	font-style: italic;
	color: #808080;
	margin-bottom: 25px;
}
.notice-porovnanie {
	color: #DD3300;
	font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	margin: 50px 0;
}

.notice-newsletter {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin: 50px 0;
}

.notice-big {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 15px 0;
	font-weight: 300;
	color: #DD3300;
}

.alternate {
	background-color: #FFFFFF;
	background-image: none;
}

.transp33 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.33);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000)";
}

.main-disclaimer {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 15px 20px;
	font-weight: 300;
	color: #DADADA;
	margin: 0 0 45px 0;
}
.disclaimer{
		background-color: #F4EBB5; 
/*		background:url(/.images/disclaimer-bg.png) repeat; */
		text-align: center;
		font-size: 13px;
		line-height: 1.3;
		font-weight: 500;
    width: 350px;
    position:fixed;
    left:50%;
    top:25%;
    margin:-100px 0 0 -205px;
		padding: 25px 30px;
		box-shadow: 0px 0px 30px 5px #808080;
		z-index: 999;
		border-radius: 8px;
}
.element-text {
	font-size: 14px;
}
.element-text p {
	color: #404040;
	margin: 8px 0 25px 0;
}
.element-text .smallp {
	margin: 8px 0;
}
.metodika-vysvetlenie p span {
	display: block;
	color: #808080;
	padding-top: 8px;
	font-size: 11px;
	margin: 0;
}
.element-text h2 a:hover, .element-text h2 a:active, .element-text h3 a:hover, .element-text h3 a:active {
	text-decoration: none;
}
.element-text h3 {
	font-weight: 500;
	font-size: 20px;
}
.element-text h4 {
	color: #606060;
	font-size: 17px;
}
.element-text h4 span.bod, .newsletter span.bod {
	display: inline-block;
	width: 14px;
	height: 14px;
	color: #FAFAFA;
	background-color: #DD3300;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	margin-right: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.element-text h4 span {
	padding: 5px;
}
.newsletter span.bod {
	padding: 4px 5px 6px 5px;
}
.element-text .data {
	margin: 5px 0;
}
.element-text .data-nazov {
	float: left;
	width: 250px;
}
.element-text .data-nazov p {
	margin: 0;
}
.element-text .data-roky {
	float: left;
}

.anchor {
	padding-top: 50px;
	margin-top: -50px;
}

.newsletter-skokani h4 {
	margin: 0 0 22px 0;
}
.newsletter-skokani h6 {
	margin: 0 0 20px 0;
}
.newsletter-skokani h3 {
	margin: 0 0 15px 0;
}
.otazky-pocet {
	font-weight: bold;
	color: #DD3300;
}
.main-notice {
	padding: 50px 0;
}
.main-notice h3 {
	color: #eaeaea;
	font-weight: 500;
}
.newsletter-notice {
	background-color: #eaeaea;
/*	background: url(/.images/bg.png); */
	border: 1px solid #D0D0D0;
	padding: 15px 20px;
}

#selector {
	position: absolute;
	top: 80px;
	left: 0px;
	background-color: #fefefe;
	margin: 10px;
	padding: 10px 10px 2px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 1px 1px #c0c0c0;
}
#selector h3 {
	margin-bottom: 7px;
}
.s-element {
	padding: 8px 0;
	border-bottom: 1px dotted #d0d0d0;
}
.se-name, .se-select {
	float: left;
}
.se-name {
	width: 130px;
}
.se-select {
	width: 200px;
}
.se-name {
	position: relative;
	top: 4px;
}
.se-select select {
	width: 100%;
	font-weight: 500;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}
#se-skore-od, #se-skore-do {
	width: 50px;
}
.se-select input {
	position: relative;
	top: 2px;
}
.be-important {
	background-color: #F7E2DD;
	color: #dd3300;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
}