@charset "UTF-8";
/* CSS Document */

.container {
	width: 1100px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	background: white;
}


body {background: url(/sl/templates/sailor/images/cf-texture1.png);
text-align:justify;
}

.logo {
background: url(/sl/templates/sailor/images/header.jpg);
width: 1100px;
height: 60px;
flaot: left;}

.meni-zgoraj {background: white;
width: 1100px;
flaot: left;
visibility: hidden;}

.slideshow {background: white;
width: 1100px;
height: 200px;
flaot: left;}

.menu {
	background: white;
	width: 1100px;
	flaot: left;
	font-family: "<<<<Default Font";
	height: 28px;
}

.content {background: white;
float: left;
width: 780px;
padding-bottom: 10px;
margin: 10px;
}



.right-bar {background: white;
padding: 10px 0;
width: 300px;
float: left;}

.footer {background: url(/sl/templates/sailor/images/footer.png) black !important;
height: 30px;
width: 1100px;
float: left;
text-align: center;}


 #menu ul li {
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center !important;


 }
 
  #menu ul li a:link{
	float:left;
	padding: 0 10px 4px 10px;
	text-decoration:none;
	font-family: arial;
	font-variant: small-caps;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	font-size: 14px !important;

 }
 
 
 #menu ul li a:hover {
border-bottom: 4px solid black;

	
}
 
 #menu ul li a:visited{
        float:left;
	padding: 0 10px 4px 10px;
	text-decoration:none;
	font-family: arial;
	font-variant: small-caps;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	font-size: 14px !important;
 }
 
 
 
#content .contentheading {font-family: arial;
 font-size: 14px !important;
 color: black;
 text-decoration: none !important;
 font-weight: bold;
 }
 
 
#content .contentheading a:link {text-decoration: none !important; 
color: black;}


#content .contentheading a:hover {text-decoration: none; 
color: black;
border-bottom: 2px solid black;
}

.contentheading a:visited {text-decoration: none; 
color: black;}

 
 body {font-family: verdana;
 font-size: 13px;}
 
 footer {
	 font-size: 9px;}
	 
#content .small{
	font-size: 9px !important;
	margin-left: 15px;
	font-size: 8px;
	color: #666;}
	
#content .createdate{
	font-size: 9px !important;
	margin-left: 15px !important;
	font-size: 8px;
	color: #666;
	padding-left: 15px;}


#right-bar ul li {

list-style-type: none;
text-align: left;
padding-left: 10px;
padding-right: 10px;

 }
 
  #right-bar ul li a:link{
	list-style-type: none;
	font-family: arial;
	font-variant: small-caps;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	border-left: 2px solid black;
	padding-left: 10px;


 }
 
 
 #right-bar ul li a:hover {
border-left: 8px solid black !important;
padding-left: 4px !important;

	
}
 
 #right-bar ul li a:visited{
	list-style-type: none;
	font-family: arial;
	font-variant: small-caps;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	border-left: 2px solid black;
	padding-left: 10px;
 }

#content .readon {color: black !important;

}

#content .readon a:link {color: black !important;
text-decoration: underline;
font-weight: bold;
}

#content .readon a:hover{color: black !important;
text-decoration: underline;
}

.contentdescription .readon {
text-decoration: none !important;
visibility: hidden !important;}

a:link {color: black !important;}
a:visited {color: black !important;}

h3 {font-family: arial;
 font-size: 14px !important;
 color: black;
 text-decoration: none !important;
 font-weight: bold;
padding-top: 40px;
padding-left: 10px;
 }