/* css pre sablonu em_009 */

/* základné */
@font-face  {font-family: "Open Sans";	src: url("../../_fonts/OpenSans/OpenSans-Light.ttf");		font-weight: 300;}
@font-face  {font-family: "Open Sans";	src: url("../../_fonts/OpenSans/OpenSans-LightItalic.ttf");	font-weight: 300;	font-style: italic;}

@font-face  {font-family: "Open Sans";	src: url("../../_fonts/OpenSans/OpenSans-Regular.ttf");}
@font-face  {font-family: "Open Sans";	src: url("../../_fonts/OpenSans/OpenSans-Italic.ttf");		font-style: italic;}

@font-face  {font-family: "Open Sans";	src: url("../../_fonts/OpenSans/OpenSans-Bold.ttf");			font-weight: bold;}
@font-face  {font-family: "Open Sans";	src: url("../../_fonts/OpenSans/OpenSans-BoldItalic.ttf");	font-weight: bold;		font-style: italic;}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #444444;
	background-color: #F2F2F2;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 160%;
}

sub {
	vertical-align: sub; 
	font-size: smaller;
}
sup {
	vertical-align: super; 
	font-size: smaller;
}
input {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h5, h6 {
	margin-top: 0px;
	font-weight: 300;
}
h4 {
	margin-top: 0px;
	font-weight: bold;
}

h1 {
/*	nadpis strany - upraveny v .SAnadpis */
}

h2 { /* Nadpis */
		font-size: 28px;
		color: #2e7a00;
		line-height: 1.3;
		margin-bottom: 20px;
}

h3 { /* Podnadpis */
		font-size: 25px;
		color: #AAA;
		line-height: 1.1;
		margin-bottom: 30px;
}

h4 { /* Zvyrazneny text */
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 7px;
}

h5 { /* nazov webu */
	font-size: 50px;
	color: #fbe501;
	margin-bottom: 20px;
	letter-spacing: -1px;
	line-height: 110%;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

h6.SAslogan { /* slogan webu */
	display:block;
	position:absolute;
	top:290px;
	left:0;
	width:960px;
	height:50px;
	overflow:hidden;
	font-size: 35px;
	color: #FFF;
	letter-spacing: 0.5px;
	font-style:italic;
	text-align:right;
	z-index:3;
	line-height: 120%;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}

p, ol, ul {
	margin-top: 5px;
	margin-bottom: 16px;
	line-height: 160%;
}
p + h2, ol + h2, ul + h2 {
	margin-top: 40px;
}
p + h3, ol + h3, ul + h3 {
	margin-top: 36px;
}

a {
	color: #296e00;
}

a:hover {
	text-decoration: none;
	color: #338800;
	transition: all 0.2s ease-in 0s;
}
a:active {
	text-decoration: none;
	color: #399800 ;
}

a:visited {
	color: #256300;
}

a img {
	border: none;
}

#preview img { /* styl vlozeneho obrazka */
	border-color: #d0dced;
	border-width: 6px;
	margin: 5px 20px 5px 0;
	padding: 0px;
	background-color:#FAFAFA;
	border-style: solid;
/*	box-shadow: 0 0 3px rgba(0,0,0,.3); */
}

#preview img[align="right"] { /* zarovnany vpravo */
	margin-right: 0;
	margin-left: 20px;
}

#preview img[align="left"] { /* zarovnany vlavo */
	margin-right: 20px;
	margin-left: 0;
}

b, strong {
	font-weight: bold;
}

i, cite, em, var, address {
	font-style: italic;
}

/* uzivatelske */

.SAnadpis { /* nadpis strany */
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 58px;
	color: #2e7a00;
	line-height: 1.3;
	margin-bottom: 38px;
	background-color: transparent; 
	width:100%;
}
/* Nadpis v clanku je element h2 */
/* Podnadpis v clanku je element h3 */

.SAbezny { /* Bezny text je definovany v body a p */
}

/* Zvyrazneny text je element h4 */

.SApoznamka { /* Poznamka */
	font-size: 12px;
	text-align: left;
}

/* specialne */
.SAcopyright { /* copyright */
	font-size: 12px;
	color: #DDD;
	text-align: center;
	padding-bottom: 5px;
}
.SAcopyright a {
	color:#fbe501;
}
/* všeobecná tabuľka */
#content table {
	display: table;
	border-width: 3px;
	border-color: #d0dced;
	border-style: solid;
	background-color: #FFF;
	padding: 2px;
	margin-top: 6px;
	margin-bottom: 16px;
}
#content table td {
/*	border-width: 1px;
	border-color: #DDD;
	border-style: solid; */
	padding: 2px 4px;
	text-align: center;
	vertical-align: top;
	background-color: #e9eef5;
}
#content table th {
	border: none;
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
	background-color: #d0dced;
	color: #000;
}


/* styly iba pre tuto sablonu */
#SAnazov {
	width: 600px;
	height:150px;
	position: absolute;
	right: 0px;
	top: 73px;
	overflow:hidden;
}
#SAnazov h5 { /* kvoli IE */
	margin-top: 10px;
	text-align:right;
}

/* Hlavné menu */
nav { 
	width:960px;
	margin: 0 auto;
	position:relative;
	top:0;
	z-index:2;
}

#SAmenu {  
	height:91px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#SAmenu ul {
	margin:0;
	padding:0; 
}
#SAmenu > li:hover {
	background-color: #444;
}
#SAmenu > li { 
	display: inline-table;
	transition: all 0.4s ease-in 0s;
}
#SAmenu li li { 
	display: block;
	background-color: #444;
	transition: all 0.4s ease-in 0s;
}
#SAmenu > li { 
	float: left;
}

#SAmenu a {
	display: block;
	padding: 28px 36px;
	text-decoration: none;
	font: 14px "Open Sans", Arial, Helvetica, sans-serif;
	color: #EEE;
	max-width: 200px;
}
#SAmenu > a {
	float: left; 
}
#SAmenu a:hover { 
    color: #FFF;
	background-color: #318300;
	transition: all 0.4s ease-in 0s; 
}
#SAmenu li.page_add a, #SAmenu .SAaktualne ul li.page_add a {
    background-position: 36px 28px !important;
    padding-left: 66px !important;
	color: #fbe501 !important;
}

/* dropdown menu */
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	list-style: none;
	position: absolute;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
/* layout */
#pageWrapper {
	width: 960px;
	margin: 0 auto 20px auto; 
} 
/* header */
header {
	position: relative;
	width: 960px;
	height: 350px;
	margin: 0px auto 4px auto;
	z-index:1;
} 
#titlePict {
	width:100%;
	height: 500px;
	margin:0;
	padding:0;
	overflow:hidden;
	background-color:#477bce;
	position:absolute;
	top:0;
	z-index:-1;
}
/* stred */
.pageContentWrapper {
	width: 960px;
	margin: 0;
	padding: 0;
	clear:both;
	border: solid 1px #BBB;
	background-color: #FFF;
} 
.pageContent {
	width: 900px;
	margin: 0 30px;
	padding: 30px 0 16px 0;
} 
#content {
} 
.linka {
	width: 100%;
	height: 1px;
	margin: 0 20px;
	padding:0;
	background-color: #999;
}
/* footer */
footer {
	width: 100%;
	padding: 30px 0px;
	margin:0;
	background-color: #358e00;
	color:#DDD;
	background-image: url(../sa_images/bg_footer.png);
	background-position: center top;
	background-repeat: repeat-x;
} 
footer nav { 
	position:static;
	height: inherit;
	width: inherit;
}
/* logo */
#SAlogo {
	width: 350px;	/* nemenit */
	height: 150px;	/* nemenit */
	position: absolute;
	left: 0px;
	top: 90px;
	overflow:hidden;
}


/* kontakty */
ul.kontakt {
	margin-top: 20px;
}
ul.kontakt li {
	 list-style-type: none;
	 list-style-position: outside;
	 padding-left: 0px;
	 padding-bottom: 8px;
}
ul.kontakt li.firma {
	list-style-image: url("../../_img/address-book-60.png");
	font-weight: bold;
}
ul.kontakt li.adresa {
	list-style-image: url("../../_img/map-marker1-60.png");
}
ul.kontakt li.telefon {
	list-style-image: url("../../_img/mobile-60.png");
}
ul.kontakt li.email {
	list-style-image: url("../../_img/plane-60.png");
	 padding-bottom: 0px;
}


/* kontaktny formular */
form.kontaktny_formular {
	display:block;
	padding-left:20px;
}
form.kontaktny_formular label {
	display:block;
	margin: 10px 0 4px 0;
}
form.kontaktny_formular input, form.kontaktny_formular textarea {
	width:60%;
	color: #000;
	background-color: #FFF;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: solid 1px #AAA;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(225, 225, 225, 0.5) inset;
	padding:6px;
}
form.kontaktny_formular input {
	margin: 0 0 4px 0;
}
form.kontaktny_formular textarea {
	height:200px;
	margin: 0 0 20px 0;
}
button.form_button, input.form_button {
	background-color: #404040;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(225, 225, 225, 0.5) inset;
    color: #fff;
    cursor: pointer;
    font-size: 108%;
    font-weight: bold;
    margin: 0 5px 15px 0;
    outline: medium none;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
}
button.form_button:hover, input.form_button:hover {
	background-color: #606060;
}
.alert {
	color: red;
	font-weight:bold;
}
.info {
	color: black;
	font-weight:bold;
}
	