body {
	padding: 0 0 0 40;
	font-family: Verdana;
	font-size: 0.8em;
}

h1 {
	font-size: medium;
	font-weight: bold;
	clear:both;
	margin-bottom:10px;
}

h2 {
	font-size: medium;
	clear:both;
	margin-bottom:10px;
}

h3 {
	font-size: small;
	clear:both;
	margin-bottom:10px;
}
p {
	clear:both;
	margin-bottom: 15px;
}

a, a:visited {
	color: #404040;
}

a:hover {
	color: black;
}

a img {
	border:none;
}


#navcontainer {
	background-color: #242e2d;
	width: 870px;
	border-top: 1px solid #b9bebd;
	float:left;
	font-weight: bold;
	color: #fff;
}

#menu {
	width: 700px;  /* a little reserve */
	float:left;
}

#english {
	padding-top: 5px;
	padding-left: 20px;
	text-decoration: none;
	text-align: right;
	width: 150px;
	float: left;
}

#english img {
	border: none;
}

#english a, #english a:visited {
	padding: 5px 25px;
	color: #fff;
	text-decoration: none;
}


#menu a {
	padding: 5px 22px;
	margin: 0px;
	border-right: 1px solid #b9bebd;
	font-weight: bold;
	display:inline;
	float:left;
}

#menu a:link, #navcontainer a:visited
{
	color: #fff;
	text-decoration: none;
}


#menu a:hover, #english a:hover, #menu a.selected
{
	color: #242e2d;
	text-decoration: none;
	background-color: #b9bebd;
}

#shadow {
	/* 
		@BUGFIX 2011-05-17 tekavcicm: removing float fixes a bug that displaced
		the header img to the right if content on wide (w:2000+) resolutions 
	*/ 
	/*float:left;*/
	width: 876px;
	background-image:  url('images/shadow.gif');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #b9bebd;
}

#content-container {
	width: 618px;
	background-color: #b9bebd;
	min-height: 650px;
	height: auto;
	float:left;
	/*background-image: url('images/border.gif');
	background-repeat: repeat-y;
	background-position: top right;*/

}
/* for Internet Explorer */
/*\*/
* html #content-container {
height: 650px;
}
/**/


#sidebar-container {
	width: 250px;
	background-color: #b9bebd;
	min-height: 650px;
	height: auto;
	float:left;
}
/* for Internet Explorer */
/*\*/
* html #sidebar-container {
	height: 650px;
}
/**/

#sidebar {
	padding: 15 10 15 10;
	text-align: center;
}

#sidebar img {
	text-align: center;

}

#content {
	padding: 15 10 15 10;

}

#footer {
	clear:both;
	width: 876px;
	height: 28px;
	background-image: url('images/footer.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #242e2d;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#content p img {
	float: left; 
	border: 1px solid black;
	margin-right: 5px;
}

.article {
	clear: both;
	margin-bottom: 15px;
}

.article img {
	margin-bottom: 15px;
}


h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration:none;
}


.more {
	text-align: right;
}


.hidden {
visibility:hidden;
display:none;
}

table {
	border: none;
}

td {
	padding: 5px;
	padding-right: 15px;
}

.border {
	border: 1px solid black;
}

a .border {
	border: 1px solid black;
}

/* gallery */

.thumb-container {
	text-align: center;
}

.thumb {
	float: left;
	margin: 10px;
}

.thumb img {
	border:1px solid black;
}

#napovednik {
	text-align:left;
}

#fbicon img {
	height: 40px;
	width: 40px;
}
