﻿@import url("layout.css");
body {
	font-family: Verdana, Times New roman, Helvetica, sans-serif;
	font-size: medium;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #C40200;
}
#container {
	width: 1000px;
	margin: 10px auto;
	background-color: #F3E200;
}
#masthead {
	width: 1000px; 
	height: 200px;
	background-image: url("../images/logo.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#leftpanel {
	float: left;
	width: 150px;
	height: auto;
	background-image: url("../images/pozadiP.jpg");
	background-position: top;
	background-repeat: repeat;
	text-align: center;
}
#rightpanel {
	float: right;
	width: 150px;
	height: auto;
	background-image: url("../images/pozadiP.jpg");
	background-position: top;
	background-repeat: repeat;
	font-size: small;
	text-align: center;	
}
#navigation {
	border-top: 2px solid #C40200;
	border-bottom: 2px solid #C40200;
	background-color: #F3E200;
	height: 32px
}
html>body #navigation {
	overflow: inherit;
}
#content {
	float: left;
	width: 600px;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #F3E200;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border: 2px solid #C40200;
	background-color: #F3E200;
}
#navigation a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #F3E200;
	border: 2px solid #F3E200;
	background-color: #C40200;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	text-decoration: underline;
	text-align: center;
	font-size: x-large;
	color: #C40200;
	margin-right: 20px;
	margin-left: 20px;
}
h3 {
	font-size: medium;
	font-family: Times New roman, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
h4 {
	text-align: left;
	font-size: large;
	font-family: Times New roman, Helvetica, sans-serif;
	color: #C40200;
	margin-right: 20px;
	margin-left: 20px;
}

/* Footer */
#footer p {
	font-size: x-small;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline; 
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: lighter
}
.style_italic {
	font-style: italic;
}