/* CSS Document */

/*RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

body {
	background-color: #a9a9a9;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
}

h1{
	padding-bottom: 25px;
	line-height: 30px;
	color: #454545;
}

h2{
	padding-bottom: 10px;
	color: #454545;
} 

p {
	padding-top: 8px;
	padding-bottom: 8px;
}

a {color: #FFF; text-decoration: none;}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:focus {outline: none;}

.clr {clear: both;}

#wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#left{
	width: 220px;
	height: 370px;
	float: left;
}

#left img{
	padding-top: 290px;
}

#right{
	width: 565px;
	float: right;
}

#right ul{
	padding-left: 25px;
	padding-bottom: 25px;
}

#navigacija{
	color: #FFF;
	padding-left: 0px;
	padding-top: 28px;
	height: 52px;
	font-size: 17px;
}

#navigacija li{
	list-style-type: none;
	float: left;
	padding-left: 59px;
}

#navigacija .first {
	padding-top: 0px;
	padding-right: 62px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigacija .first a {
	color: #454545;
}

#navigacija a {
	width: 100px;
	display: block;
	text-align: center;
}

#navigacija a span {
	display: none;
	font-size: 12px;
	color: #000;
	height: 20px;
}

#navigacija a:hover span {
	display: block;
}

#content p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 42px;
}

#gallery{
	padding-top: 10px;
}

#gallery img{
	padding: 3px;
}

#gallery a{
	background-color: #BDBDBD;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#gallery a:hover{
	background-color: #fff;
}

#footer{
	width: 565px;
	border-top: #BDBDBD 8px solid;
	color: #454545;
	font-weight: bold;
	float: right;
}

#footer p{
	padding-top: 45px;
	text-align: justify;
	line-height: 22px;
}

#lightbox-overlay-text-about,
#lightbox-overlay-text-close,
#lightbox-overlay-text-interact  { display:none!important; }

