@charset "utf-8";
/* CSS Document */

#contaigner{
	height: 1000px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}body {
	background-color: #003399;
}
#header{
	float: left;
	height: 150px;
	width: 800px;
	border: 1px solid #FFFFFF;
}
#menu{
	float: left;
	height: 500px;
	width: 150px;
	margin-top: 15px;
	background-attachment: scroll;
	background-image: url(slike/pozadina1.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#advertising{
	float: left;
	height: 185px;
	width: 155px;
	margin-top: 100px;
}
#glavni{
	float: right;
	height: 780px;
	width: 635px;
	border: medium double #FFFFFF;
	margin-top: 15px;
}
a {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 15px;
}
.p_footer {
	color: #FFCC00;
}

#footer{
	float: left;
	height: 35px;
	width: 800px;
	margin-top: 15px;
}
ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	width: auto;
	background-color: #BAC8E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C0DF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 20px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
	text-align: justify;
	margin: 15px;
	padding: 5px;
}


ul.sidemenu li {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: auto;
	color: #003366;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
}

ul.sidemenu li a:hover {
	background-color: #B6C5E2;
	color: #000000;
}
.img_slike {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
table {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
