/* css pre sablonu em_002 */

/* základné */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #444444;
	background-color: #336600;
	background-image:url(../sa_images/pozadie.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
/*	nadpis strany - upraveny v .sa_nadpis */
}

h2 { /* Nadpis */
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top:20px;
}

h3 { /* Podnadpis */
	font-size: 16px;
	color: #F3F3F3;
	line-height: 160%;
}

h4 { /* Zvyrazneny text */
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 7px;
	line-height: 160%;
}

h5 { /* nazov webu */
	font-size: 28px;
	color: #CBEFB6;
	font-style: italic;
	margin-bottom: 4px;
}

h6.sa_slogan { /* slogan webu */
	font-size: 14px;
	color: #FF9900;
	margin-top:14px;
	letter-spacing: 0.5px;
}

p, ol, ul {
	margin-top: 5px;
	margin-bottom: 12px;
	line-height: 160%;
}
p + h2, ol + h2, ul + h2 {
	margin-top: 20px;
}
p + h3, ol + h3, ul + h3 {
	margin-top: 16px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #336600;
}

a:active {
	text-decoration: none;
	color: #AB5B00;
}

a:visited {
	color: #AB5B00;
}

a img {
	border: none;
}

#preview img {
	border-color: #FFFFFF;
	border-width: 1px;
	margin: 5px;
	padding: 5px;
	border-style: solid;
}
#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;
}
/* Logo (nazov stranky) - iba v tejto sablone */
#sa_header_obal {
	position: absolute;
}
#sa_nazov {
	height: 40px;
	width: 640px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#sa_nazov h1 { /* kvoli IE */
	margin-top: 10px;
}

/* Hlavné menu */
#sa_menu_obal {  /* iba v tejto sablone */
	height: 37px;
	width: 640px;
	position: absolute;
	top: 84px;
}

#SAmenu {  
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
	line-height: 1.2;
}
#SAmenu ul {
	margin:0;
	padding:0; 
	top:36px;
	background: #ff9900;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	-moz-border-bottom-left-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#SAmenu > li { 
	display: inline-table;
}
#SAmenu li li { 
	display: block;
}
#SAmenu > li { 
	float: left;
}
#SAmenu ul a {
	-moz-border-top-left-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#SAmenu a:hover { 
	text-decoration: underline;
}
#SAmenu li.page_add a, #SAmenu .SAaktualne ul li.page_add a { /* pridaj stranku */
    background-position: 12px 3px !important;
    padding-left: 36px !important;
	color: #000 !important;
}
#SAmenu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#SAmenu li.SAaktualne > a {   /* vybrata polozka z menu */
	background: #FF9900;
	color: #234700;
}
#SAmenu li li.SAaktualne > a {  
	font-weight:bold;
}

/* 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;
}



/* uzivatelske */

.sa_nadpis { /* nadpis strany */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	line-height:1.2;
	color: #F3F3F3;
	background-color: transparent; 
	width:100%;
}

.sa_bezny { /* Bezny text je definovany v body a p */
}

/* Zvyrazneny text je element h5 */

.sa_poznamka { /* Poznamka */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* specialne */
.sa_copyright { /* copyright */
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	padding-bottom: 5px;
}

/* všeobecná tabuľka */
/* #sa_body #sa_content table { */
#preview table {
	display: table;
	border-width: 3px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #FFA51E;
	padding: 2;
}

/* #sa_body #sa_content table td { */
#preview table td {
	border-width: 1px;
	border-color: #C17301;
	border-style: solid;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
/* v šablóne bez tabuliek */
#pageWrapper {
	width: 720px;
	margin: 30px auto 0 auto; 
} 
/* vrchný tieň */
#topLeftCorner {
	width: 20px;
	height: 20px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_lavy_horny.png);
} 
#topCenter {
	width: 680px;
	height: 20px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_horny.png);
} 
#topRightCorner {
	width: 20px;
	height: 20px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_pravy_horny.png);
} 
/* header */
#leftHeader {
	width: 20px;
	height: 120px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_lavy.png);
} 
#centerHeader {
	width: 680px;
	height: 120px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_header-background.jpg);
} 
#rightHeader {
	width: 20px;
	height: 120px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_pravy.png);
} 
/* stred */
.pageContentWrapper {
	width: 720px;
	margin: 0;
	background-image:url(../sa_images/sa_bg_stred.png);
	background-repeat: repeat-y;
	clear:both;
} 
.pageContent {
	width: 640px;
	margin: 0 20px;
	padding: 20px 20px 0 20px;
} 
#content {
	padding-bottom:10px
} 
/*
#rightBorder {
	width: 20px;
	margin: 0;
	float: left;
	background-image:url(../sa_images/sa_tien_pravy.png);
	float: left;
} */
.linka {
	width: 680px;
	height: 1px;
	margin: 0 20px;
	padding:0;
	background-color: #fec167;
}
/* footer */
#footer {
	padding-bottom:0px;
	padding-top:0px;
} 
#bottomLeftCorner {
	width: 20px;
	height: 20px;
	margin: 0;
	float: left;
	background-image:url(../sa_images/sa_tien_lavy_dolny.png);
	clear: both;
} 
#bottomCenter {
	width: 680px;
	height: 20px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_dolny.png);
} 
#bottomRightCorner {
	width: 20px;
	height: 20px;
	margin: 0; 
	float: left;
	background-image:url(../sa_images/sa_tien_pravy_dolny.png);
} 
/* kontakty */
ul.kontakt {
	border-top: solid 1px #EEE;
	margin-top: 20px;
	padding-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/home-60.png"); 
	font-weight: bold;
}
ul.kontakt li.adresa {
	list-style-image: url("../../_img/envelop-60.png");
}
ul.kontakt li.telefon {
	list-style-image: url("../../_img/phone-60.png");
}
ul.kontakt li.email {
	list-style-image: url("../../_img/plane-60.png");
	 padding-bottom: 0px;
}


/* kontaktny formular */
form.kontaktny_formular {
	display:block;
}
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: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: solid 1px #AAA;
    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;
}
	

