﻿/* YUMIYA WE CMS - Slavko Vujnovic © 2010 */

/*--- Osnovna podesavanja --------------------------------------------------------------------- */

body {

	margin: 0 ;
	padding: 0;			
	background-color: #75c3e9;
	background-image: url("img/bgr.jpg");
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial, Sans Serif;

}

a {
	
	text-decoration: none;
}


/*--- Glavni stilovi stranice --------------------------------------------------------------------- */

#container {

	position: relative;
	width: 950px;
	margin: 10px auto 0px auto;
	
}

#header {

	height: 180px;
	padding: 0 auto 0 auto;
	background-image: url("img/naslov.png");
	background-repeat: no-repeat;	
	
}

#main {

	width: 100%;
	float: left;

}

#content {

	margin: 10px auto 0 auto;
	width: 930px;
	background-color: #f0f0f0;
	border: solid 1px #000;
	padding: 10px;
	font-family: Segoe UI, Arial, Sans Serif;
	text-align:left;
	
}

#content h1 {

	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.7em;

}

#content h2 {

	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.5em;

}

#content h3 {

	font-family: Arial, Sans Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.3em;

}

#content p {

	line-height: 1.3em;
	text-align: justify;
	font-size: 18px;

}

#content li {

	line-height: 1.3em;
	text-align: justify;
	font-size: 18px;

}


#content img {

	margin: 10px;

}

#footer-container {
	
	width: 100%;
	
}

#footer {

	margin: 10px auto 0 auto;
	width: 930px;
	clear: both;
	padding: 10px;
	color: #000000;
	text-align:left
	
}

#footer p {

	margin: 0;	
	font-size: 14px;
	text-align: right;
	color: #CCC;
	line-height: 1.5em;

}

/*--- Horizontalni meni --------------------------------------------------------------------- */

#menu-container {
	
	width:100%;
	
}

#hmenu {

	height: 38px;
	width: 950px;
	
	margin: 0 auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
    background-color: #ccc;
	
	background-image: url("img/menu.jpg"); 
	
	border: solid 1px #000;
	
}

#hmenu .button {

	float: left;
	width: auto;
	padding: 0;

	
}

#hmenu .button a {

	width: auto;
	padding: 0 20px 0 20px;
	color: #FFFFFF;
	margin: 0px;
	font: 26px Segoe UI, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;

}

#hmenu .button a:hover {
	
	width: auto;
	padding: 0 20px 0 20px;
	color: #FFFF99;
	margin: 0px;
	border-color: #F0F1FB;
	font: 26px Segoe UI, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;

}

#hmenu .selected {

	font-weight: bold;

}

#container #main #content table {

	font: 14px Arial, sans-serif;
	border: 0 px;
	align: left;
	
}

#container #main #content table td {

	padding: 5px;
	
}
