/* --- Default --- */
body, tr, td, p, a, div, span, h1, h2, h3, h4, h5, h6, input, textarea
{
    font-family: TimesNewRoman serif;

    font-weight: lighter;
    font-size: medium;
    text-decoration: none;
    color: #444;
    margin: 0;
    padding: 0;
    border: 0;
}
h1
{
    font-size: 2.0em;
}
h2
{
    font-size: 1.2em;
    font-style: inherit;
}
h3
{
    font-size: 0.8em;
}
h4
{
    font-size: 0.4em;
}

li
{
    
}

/*ul.link-list li:hover
{
    color: Blue;
}
*/

img.image
{
    width:100%;
	border-radius: 0.5em;
}

/* --- Kontejneri --- */
#link
{
    color: blue;
}

#content
{
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	max-width: 1100px;
}
#header
{
    margin: 0.5em 0.5em 0.5em 0.5em;
    text-align: center;
    vertical-align: middle;
	border-radius: 0.5em;
    text-shadow: 0 0 0.15em #EEE;
}

#header_left
{
    float: left;
    width: 30%;
    margin: 0em;
	border-radius: 0.5em;
    text-shadow: 0 0 0.15em #EEE;
}
#header_right
{

    float: right;
    width: 68%;
    margin: 0em;
    margin: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 0.5em;
    text-shadow: 0 0 0.15em #EEE;
}

#header *
{
	color: #FFF;
}

#header-title *
{
	float: none;
}
#main
{
    width: 100%; /* float workaround: da bi pravilno obuhvatio pod-elemente */
    overflow: hidden; /* float workaround: da bi pravilno obuhvatio pod-elemente */
}
#footer
{
    float: left;
    width: 100%;
    height: 5em;
    text-align: center;
    line-height: 2.4em;
    border-top: 1px dashed #BBB;
}

#nav
{
    float: left;
    width: 20%;
    padding: 0.5em 0 2em 0;
}
#section
{
    float: left;
    width: 58%;
    min-height: 25em;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 1.2em 2em 1.2em;
}
#section *
{
    margin-top: 1em;
    vertical-align: top;
	text-align: justify;
}
#section br
{
    margin: 0;
}
#section h1, #section h2, #section h3, #section h4
{
    text-align: left;
}
#section li
{
    margin: 0;
}
#section a:hover
{
    border-bottom: 1px dashed Blue;
	text-shadow: 0 0 0.25em #CCC;
    
}
#aside
{
    float: left;
    width: 18%;
    padding: 0.5em 0 2em 0;
}
#aside div
{
	margin: 0.5 em;
}
#aside p
{
	font-size: 1.3em;
	text-align: justify;
}
#aside ul
{
    margin: 0.5 em;
    padding-left: 1.5 em;
}

ul.link-list li
{
    margin-bottom: 0.25em;
}
ul.link-list a
{
    text-decoration: none;
    color: #4B6C9E;
}
ul.link-list a:hover
{
    border-bottom: 1px dashed Blue;
	text-shadow: 0 0 0.25em #CCC;
}

/* --- Classes --- */
.nav-item
{
    padding: 0.5em 0.5em 0 0.5em;
    margin: 0.5em 0.5em 0 0.5em;
}
.nav-subitem
{
    padding-top: 0.5em 1.5em 0 0.5em;
}
.nav-button
{
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: block;
	line-height: 1.5em;
	background-color: #FAFAFA;
	text-decoration: underline;
	padding: 0.5em;
	text-decoration: none;
	text-align: center;
	border: 2px dashed #CCC;
	border-left: 0.2em solid #CCC;
	border-radius: 0.35em;
}
.nav-button:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
    padding-left: 0.5em;
    border-left: 0.2em solid #4B6C9E;
    border-right: 0.2em solid #4B6C9E;
    border-top: 0.2em solid #4B6C9E;
    border-bottom: 0.2em solid #4B6C9E;
    box-shadow: 0 0 0.40em #CCC;
}