/* css sablony sablone ewp_005_1 */

/* základné */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	background-color: #182631;
	font-family: Arial;
	font-size: 13px;
	line-height: 160%;
	background-image:url(../sa_images/siteBG.png);
	background-repeat:repeat-x;
	background-position:top;

}

hr
{
	clear: both;
	border: 0px;
	margin: 0;
}

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

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

h2 { /* Nadpis */
	font-family: 'Trebuchet MS';
	font-size: 24px;
	font-weight: normal;
	color: #64CBD9;
	margin-top: 24px;
}

h3 { /* Podnadpis */
	font-family: 'Trebuchet MS';
	font-size: 20px;
	font-weight: normal;
	color: #64CBD9;
	margin-top: 24px;
}

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

h5 { /* nazov webu */
	font-size: 48px;
	font-family: 'Trebuchet MS';
	color: #182631;
	margin-bottom: 20px;
}

h6.sa_slogan { /* slogan webu */
	font-size: 26px;
	font-family: 'Trebuchet MS';
	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: 10px;
	padding: 5px;
	border-style: solid;
}

b, strong {
	font-weight: bold;
}

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

/* uzivatelske */

.sa_nadpis { /* nadpis strany */
	font-family: 'Trebuchet MS';
	font-size: 28px;
	line-height: 1.1;
	color: #64CBD9;
	background-color: #1A2C3A; /* podľa pozadia stránky */
	width:99%;
}
input.sa_nadpis { 
	border: 1px dotted #DDD;
	padding:4px;
}
input.sa_nadpis:hover { 
	border: 1px solid #999;
}
/* 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: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

/* všeobecná tabuľka */
#preview table {
	display: table;
	border-width: 3px;
	border-color: #203949;
	border-style: solid;
	background-color: #182631;
	padding: 5px;
}
#preview table td {
	background-color: #203949;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}


/* styly iba pre tuto sablonu */

#sa_nazov {
	height: 91px;	
	overflow: hidden;
	padding-top: 100px;
	margin-left: 40px;
}


/* Hlavné menu */
#sa_menu_obal {  
	width: 655px;
	height: 49px;
	overflow: hidden;
	margin-left: 2px;
	margin-top: 31px;
}





#SAmenu > a:hover { background-image:url(../sa_images/menuHover.png); }

#SAmenu {  
	width:655px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Trebuchet MS;
	padding: 0;
	margin: 0;
}
#SAmenu a {
	color: #FFFFFF;
	font-family: 'Trebuchet MS';
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 130px;
	height: 35px;
	padding-top: 14px;
	margin: 0 1px 0 0;
}
#SAmenu > li {
	float: left;
	margin:0;
	padding:0; 
}
#SAmenu ul {
	margin:0;
	padding:0; 
	background-color: #1386C1;
}
#SAmenu ul a {
	width: 200px;
	height: auto;
	font-size: 14px;
	line-height:1.4;
	margin:0;
	padding:0; 
}
#SAmenu li {
	display: inline-block;
	margin:0;
	padding:0; 
}
#SAmenu li li { 
	display: block;
	padding: 22px 16px;
	border-bottom: 1px solid #1EC1FC;
	margin:0;
}
#SAmenu li li:hover { 
	background-color: #06428D;
}
#SAmenu li li:first-child { 
	border-top: 1px solid #1EC1FC; 
}
#SAmenu a:hover {
	color: #F3E3C2;
}

#SAmenu li.page_add a, #SAmenu .SAaktualne ul li.page_add a { /* pridaj stranku */
    background-position: 0px 0px !important;
    padding-left: 0px !important;
	color: #333 !important;
}
#SAmenu li.page_add a:hover, #SAmenu .SAaktualne ul li.page_add a:hover {
	color: #F3E3C2 !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: 658px;
	margin: 0 auto; 
} 
/* header */
#header {
	width: 658px;
	height: 272px;
	background-image:url(../sa_images/header.png);
	margin-top: 53px;
} 
/* stred */

.pageContent {
	width: 616px;
	padding: 30px 20px 20px 20px;
	background: #1A2C3A;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
} 


/* footer */
#footer {
	background: #375E67;
	border: 1px solid #000000;
	
}

#xion {
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
}


/* kontakty */
ul.kontakt {
	width: 50%;
	border: solid 1px #FFF;
	margin: 20px 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #375e67;
}
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: Arial;
	font-size: 13px;
	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: #00ccff;
    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: #1290BE;
}
.alert {
	color: red;
	font-weight:bold;
}
.info {
	color: black;
	font-weight:bold;
}
	

