@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #706F6B;
	background-color: #A69A81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a:link {
	color: #EB6E6E;
}
a:visited {
	color: #EB9E6E;
}

.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E0D3B8;
} 
.twoColFixLtHdr #header {
	background-color: #706F6B;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E0D3B8;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EB9E6E;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A69A81;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent-1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #706F6B;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FAF3D7;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #vrh {
	background-color: #706F6B;
	height: 132px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #48454C;
	margin-right: auto;
	margin-left: auto;
}


.twoColFixLtHdr  #navcontainer {
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 780px;
}
.twoColFixLtHdr  #navcontainer  ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	width: 130px;
	height: 25px;
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	background-position: 20px;
	vertical-align: middle;
	background-color: #706F6B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F4FF;
}
.twoColFixLtHdr  #navcontainer a
{
	color: #FAF3D7;
	text-decoration: none;
	display: block;
	width: 130px;
	height: 21px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	border-right-width: 0px;
	border-right-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixLtHdr  #navcontainer li#active {
	background-position: 20px;
	background-color: #EB9E6E;
	color: #FFFFFF;
}
.twoColFixLtHdr  #navcontainer a:hover {
	background-position: 20px;
	background-color: #EB6E6E;
	color: #FFFFFF;
}
.twoColFixLtHdr   #navlist   {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100%;
}
.slika {
	border: 5px solid #3B4C91;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #706F6B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A69A81;
}
.naslov1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EB9E6E;
}
.input {
	background-color: #A69A81;
	color: #E0D3B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	border: 1px solid #706F6B;
}
.input2 {
	background-color: #A69A81;
	color: #E0D3B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	border: 1px solid #706F6B;
}
.prvoslovo {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #706F6B;
}
