/* css pre sablonu em_007 */

/* základné */

@font-face  {font-family: "Playfair Display";	src: url("../../_fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf");}
@font-face  {font-family: "Playfair Display";	src: url("../../_fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf");		font-style: italic;}
@font-face  {font-family: "Playfair Display";	src: url("../../_fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf");			font-weight: 700;}
@font-face  {font-family: "Playfair Display";	src: url("../../_fonts/PlayfairDisplay/PlayfairDisplay-BoldItalic.ttf");	font-weight: 700;		font-style: italic;}
@font-face  {font-family: "Playfair Display";	src: url("../../_fonts/PlayfairDisplay/PlayfairDisplay-Black.ttf");			font-weight: 900;}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #444444;
	background-color: #EDEBD9;
	background-image:url(../sa_images/wallpaper.png);
	background-repeat:repeat;
	background-position:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 160%;
}

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

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

h2 { /* Nadpis */
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 700;
	color: #4E6243;
	margin-top:20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #B8AB83;
	padding-bottom: 12px;
}

h3 { /* Podnadpis */
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 900;
	font-size: 17px;
	color: #000;
	line-height: 160%;
	letter-spacing: 0.5px;
}

h4 { /* Zvyrazneny text */
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 700;
	color: #333;
	margin-bottom: 7px;
	line-height: 160%;
	letter-spacing: 0.5px;
}

h5 { /* nazov webu */
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 50px;
	color: #FFD281;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 110%;
	text-shadow: 3px 6px 6px #000;
	margin-bottom: 4px;
}

h6.SAslogan { /* slogan webu */
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 700; 
	font-size: 18px;
	color: #FFF;
	letter-spacing: 1px;
	vertical-align: bottom;
	margin: 5px 0px;
	text-shadow: 2px 2px 4px #333;
}

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: #607754;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #607754;
}
a:visited {
	color: #607754;
}
a img {
	border: none;
}
#preview img {
	border-color: #585D55;
	border-width: 1px;
	margin: 10px;
	padding: 10px;
	box-shadow: 5px 5px 20px #B2A57F;
	border-style: solid;
	background-color: #F2EFDD;
}
#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 */
#SAheader_obal {
	position: absolute;
}
#SAnazov {
	width: 637px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#SAnazov h5 { /* kvoli IE */
	margin-top: 10px;
}
#SAslogan {
	position: absolute;
	bottom: 4px;
	background-color: transparent;
	right: 0px;
}

/* Hlavné menu */
#SAmenu_obal {  /* iba v tejto sablone */
	width: 168px;
	position: absolute;
	top: 228px;
	left: -180px;
	/*	background-color:#EAD9E7; */
	background-color:#FFE5B1;
	border: solid 12px #4E6243;
	z-index:10;
	background-image: url(../sa_images/left-shadow2.png);
	background-position:left top;
	background-repeat:repeat-y; 
	box-shadow: -2px 2px 6px rgba(0,0,0,.8);
}
#SAmenu {  /* iba v tejto sablone */
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
#SAmenu ul {  /* iba v tejto sablone */
	margin-bottom: 6px;
	display: block;
	text-align:center;
	padding-left:0px; 
	margin-left:0px; 
}
#SAmenu > li {  /* iba v tejto sablone */
	border-top: dashed 1px #BBB;
}
#SAmenu li.first {  
	border-top: none;
	padding:0;
	margin:0;
}
#SAmenu li:hover { 
/*	background-position: 0 -40px; */
}
#SAmenu a {
	display: block;
	padding: 5px 2px 2px 4px;
	text-decoration: none;
	font-size:16px;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:400;
	letter-spacing: 0.5px;
	color: #555;
}
#SAmenu a:hover { 
	color: #000;
}

#SAmenu .SAaktualne a {   /* vybrata polozka z menu */
	font-style: italic;
	font-weight:700;
	color: #000;
}
#SAmenu ul li a {   /* dalsie urovne */
	font-size: 14px;
	font-weight:400;
	color: #555;
	padding:0;
	text-align:left;
}
#SAmenu .SAaktualne ul li a {
	font-size: 14px;
	font-weight:400;
	color: #555;
	padding:0;
}
#SAmenu ul li {
	padding-left:10px;
	margin:0;
}
#SAmenu ul li:hover {
	background-image: url(../sa_images/left-shadow2.png);
	background-position:left top;
	background-repeat:repeat-y; 
}
#SAmenu .SAaktualne ul li a:hover {   
	color: #000;
}
ul#SAmenu ul {   /* submenu */
	padding-left:0px;
	margin-left:0px;
}
#SAmenu li li {   /* submenu */
	list-style: none outside none;
/*	padding-left:10px; */
}
/*
#SAmenu_tien {
	width: 236px;
	height:230px;
	position: absolute;
	bottom: 0px;
	left: -10px;
	z-index:8;
}
*/

/* uzivatelske */

.SAnadpis { /* nadpis strany */
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height:1.1;
	color: #465040;
	background-color: transparent; 
	width:100%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 3px #777;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #43553C;
	padding-bottom: 20px;
}
input.SAnadpis#nadpis { /* editacia nadpisu */
/*	width: 560px !important; */
	padding-bottom: 2px !important;
}

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

/* Zvyrazneny text je element h5 */

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

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

/* všeobecná tabuľka */
#content table {
	display: table;
	border-width: 3px;
	border-color: #3D7022;
	border-style: solid;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 16px;
	box-shadow: 5px 5px 20px #B2A57F;
	background-color: #F2EFDD;
}
#content table td {
	border-width: 1px;
	border-color: #585D55;
	border-style: solid;
	padding: 2px 4px;
	text-align: center;
	vertical-align: top;
}
#content table th {
	border: none;
	padding: 2px 4px;
	text-align: left;
	vertical-align: top;
	background-color: #3D7022;
	color: #FFF;
}

#pageWrapper {
	width: 720px;
	margin: 2px auto 0 auto; 
	position: relative;
} 
/* header */
header {
	width: 680px;
	height: 130px;
	margin: 0;
	position: absolute;
	left: 100px;
	z-index:4;
} 
#shadow {
	width: 100%;
	height: 300px;
	margin: 0;
	position: absolute;
	top:0px;
	z-index:2;
	background-image: url(../sa_images/top-shadow.png);
	background-position: center top;
	background-repeat: repeat-x; 
} 
/* stred */
.pageContentWrapper {
	width: 680px;
	margin: 0;
	clear:both;
	top:130px;
	position: relative;
	left: 100px;
	z-index: 15;
} 
.pageContent {
	width: 660px;
	margin: 0 0px;
	padding: 30px 30px 0 30px;
	background-color: #F7E7BE;
	box-shadow: 0px 2px 4px #000;
} 
#content {
	width: 576px;
	padding-bottom:10px;
	border: solid 22px #3D7022;
	border-color: #516546;
} 
.linka {
	width: 680px;
	height: 1px;
	margin: 0 20px;
	padding:0;
	background-color: #fec167;
}
/* footer */
footer {
	color: #000;
	width: 680px;
	margin: 0 20px;
	padding-bottom:12px;
	padding-top:16px;
} 
footer a {
	color: #33591E;
	font-weight:bold;
} 
/*
#pageBotttom {
	top:120px;
	position: relative;
} 
*/
/* kontakty */
ul.kontakt {
	border-top: dashed 1px #999;
	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/address-book-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: 14px;
	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;
}
	
