/* css k sablone ewp_001LightBlue */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../../_fonts/BebasNeue/bebasneue-webfont.eot');
    src: url('../../_fonts/BebasNeue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../_fonts/BebasNeue/bebasneue-webfont.woff') format('woff'),
         url('../../_fonts/BebasNeue/bebasneue-webfont.ttf') format('truetype'),
         url('../../_fonts/BebasNeue/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* základné */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #444444;
	background-color: #F0F0F0;
	font-family: Arial;
	font-size: 12px;
	line-height: 160%;
	background-image:url(../sa_images/siteBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: bold;
}
h1, h2 {
	line-height: 100%;
}

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

h2 { /* Nadpis */
	font-family: 'BebasNeueRegular';
	font-size: 28px;
	font-weight: normal;
	color: #3A87BF;
	margin-top: 24px;
}

h3 { /* Podnadpis */
	font-family: 'BebasNeueRegular';
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin-top: 24px;
}

h4 { /* Zvyrazneny text */
	font-size: 12px;
	font-weight: bold;
	color: #3A87BF;
}

h5 { /* nazov webu */
	font: 48px BebasNeueRegular;
	color: #FFFFFF;
	margin-bottom: 7px;
	font-weight: normal;
}

h6.sa_slogan { /* slogan webu */
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
	font-weight: normal;
	font-style: italic;
}

p, ol, ul {
	margin-bottom: 8px;
	line-height: 160%;
}

a {
	color: #00CCFF;
}

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

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

a:visited {
	color: #00CCFF;
}

a img {
	border: none;
}

#preview img { /* styl vlozeneho obrazka */
	border-color: #CCCCCC;
	border-width: 1px;
	margin: 5px;
	padding: 5px;
	border-style: solid;
}

b, strong {
	font-weight: bold;
}

i, cite, em, var, address {
	font-style: italic;
}

/* uzivatelske */

.SAnadpis { /* nadpis strany */
	width:98%;
	font-family: 'BebasNeueRegular';
	font-size: 42px;
	font-weight: normal;
	color: #3A87BF;
	background-color: #FFFFFF; /* podľa pozadia stránky */
}
input#nadpis.SAnadpis {
	border: 1px dotted #DDD !important;
	padding:4px;
}
input#nadpis.SAnadpis:hover {
	border: 1px dotted #888 !important;
}
input#nadpis.SAnadpis:focus {
	border: 1px solid #555 !important;
}
/* Nadpis v clanku je element h2 */
/* Podnadpis v clanku je element h3 */

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

/* Zvyrazneny text je element h4 */

.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-top: 10px;
}

/* všeobecná tabuľka */
#preview table {
	display: table;
	border-width: 3px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FFFCE7;
	padding: 2;
}
#preview table td {
	border-width: 1px;
	border-color: #CCCAB9;
	border-style: solid;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}


/* styly iba pre tuto sablonu */
#sa_header_obal {
	position: absolute;
}
#sa_nazov {
	width: 850px;
	height: 100px;	
	overflow: hidden;
	margin-top: 28px;
}


/* Hlavné menu */
#sa_menu_obal {  
	width: 850px;
	overflow: hidden;
}

#SAmenu {  
	margin: 0;
	padding: 20px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#SAmenu > li { 
	display: block;
}

#SAmenu a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	font: 26px 'BebasNeueRegular';
	color: #6AAFD6;
}

#SAmenu a:hover { text-decoration: none; }

/**/
#SAmenu {  
	color: #778D00;
	font-size: 24px;
	font-family: 'Bree Serif', serif;
	margin: 16px 0 22px;
	padding: 8px 16px 0;
	height: 50px;
}
#SAmenu ul {
	margin:0;
	padding:0; 
/*	border: 1px solid #D5D5D5; */
	background-color: #F3F3F3;
	box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
#SAmenu ul a {
	font-size: 18px;
}
#SAmenu li {
	display: inline-block;
}
#SAmenu li li { 
	display: block;
	padding: 8px 6px;
	border-left: 1px solid #D5D5D5; 
	border-right: 1px solid #D5D5D5; 
	border-top: 1px dashed #D5D5D5;
}
#SAmenu li li:first-child { 
	border-top: 1px solid #D5D5D5; 
}
#SAmenu li li:last-child { 
	border-bottom: 1px solid #D5D5D5; 
}
#SAmenu a:hover {
	color: #000000;
}
#SAmenu .SAaktualne > a  {   /* vybrata polozka z menu */
	color: #000000;
}
#SAmenu li.page_add a, #SAmenu .SAaktualne ul li.page_add a { /* pridaj stranku */
    background-position: 10px 6px !important;
    padding-left: 40px !important;
	color: #555 !important;
	font-size: 18px !important;
}
#SAmenu li.page_add a:hover, #SAmenu .SAaktualne ul li.page_add a:hover {
	color: #000 !important;
}

/* dropdown menu */
nav ul ul {
	display: none;
	position: absolute;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	list-style: none;
}
nav ul:after {
	content: ""; clear: both; display: block;
}



/* layout */
#pageWrapper {
	width: 866px;
	margin: 0 auto; 
} 
/* header */
#header {
	width: 866px;
	height: 236px;
	background-image:url(../sa_images/menuBG.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
} 
/* stred */
#pageContentWrapper {
	width: 866px;
	clear:both;
} 
.pageContent {
	width: 826px;
	padding: 30px 20px 20px 20px;
	background-image:url(../sa_images/contentBG.png);
} 

.linka {
	width: 680px;
	height: 1px;
	margin: 0 20px;
	padding:0;
	background-color: #999;
}
/* footer */
#footer {
	width: 100%;
	height: 104px;
	background-image:url(../sa_images/footerBGblack.png);
}

#footerContent {
	width: 866px;
	height: 48px;
	margin: 0 auto; 
	background-image:url(../sa_images/footerBGwhite.png);
}

#xion {
	width: 866px;
	margin: 0 auto; 
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}

#xion div {
	display: inline-block;
	margin-right: 50px;
}
#bottom {
	width: 720px;
	height: 20px;
	margin: 0;
	background-image:url(../sa_images/sa_bg_bottom.png);
} 
/* 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: Arial;
	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;
	text-transform:uppercase;
}
button.form_button:hover, input.form_button:hover {
	background-color: #606060;
}
.alert {
	color: red;
	font-weight:bold;
}
.info {
	color: black;
	font-weight:bold;
}
	
