/* START COMMON TYPOGRAPHY ----------------------------------- */

* {margin: 0; padding: 0; /*text-transform: lowercase;*/}

html, body, div, p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Console", "Lucida Sans", Lucida, "Trebuchet MS", Helvetica, Arial sans-serif;
	/*font-family: Georgia, Times, Verdana, Tahoma, serif;*/
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial sans-serif;
}

h1 {
	display: inline;
	font-size: 2.2em;
	line-height: 1.5;
	background: #000;
	padding: 7px 0;
}

h2 {
	display: inline;
	font-size: 1.2em;
	line-height: 1.6;
}

p {
	font-size: 0.85em;
	font-weight: normal;
}

em {color: #00ccff;}

strong {color: #00ccff;}

/* END COMMON TYPOGRAPHY ------------------------------------- */

/* START COMMON LINKS ---------------------------------------- */

a {text-decoration: none;}

a:link, a:visited {color: #00ccff;}

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

h1 a:hover {background-color: #00ccff; color: #000;}

a:active {position:relative; top:2px;}

#jquery-lightbox a:active {position: static;}

a img {border: none;}

/* END COMMON LINKS ------------------------------------------ */


ul {list-style-type: none;}

li {display: inline; margin-right: 20px;}

.pocetna {
	font-size: 1em;
	padding-top: 40px;
	background: url(../site-img/homebutton.gif) no-repeat 45% 50%;
}

.pocetna a:hover {
	border-bottom: #00ccff 3px solid;
	color: #00ccff;
	background: none;
}

.kontakt {
	font-size: 1em;
	padding-top: 40px;
	background: url(../site-img/contactbutton.gif) no-repeat 45% 50%;
}

.kontakt a:hover {
	border-bottom: #00ccff 3px solid;
	color: #00ccff;
	background: none;
}
