﻿body
{
	margin: 0;
	padding: 0;
	background: #808080;
}

.h2
{
font-size:medium;
font-weight:normal;
}

.h3
{
/* kad je imporatnt onda ga nista ne moze promeniti, ni inline */
font-size:small!important;
font-weight:normal;
}

.h4
{
font-size:x-small;
font-weight:normal
}

.moto
{
font-size:small;
font-weight:bold;
color:Red;
font-style:italic;
}

#pozadina
{
	margin: 0px auto 0px auto;
	width: 960px;
	height: auto;
	padding: 0px;
	background-color: White;
	background-image: url('../images/dropshadow.jpg');
	background-position: left;
	background-repeat: repeat-y;
	overflow: auto;
}

#headercontent
{
	width: 92%;
	position:relative;
	height: 200px;
	margin: 0 auto 0 40px;
	/*border-bottom: solid 2px red;*/
	overflow:hidden;
	top: 0px;
	left: 0px;
}

#leftcontent
{
	width: 23%;
	float: left;
	padding:0;
	height: auto;
	margin:0 0 0 40px;
	position:relative;
	top: 0px;
	left: 0px;
	overflow:auto;
}

#rightcontent
{
	float: right;
	width: 64%;
	padding: 10px;
	height: auto;
	margin-right: 40px;
	margin-top: 7px;
	overflow: auto;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #CC0000;
}

#menu
{
	float: right;
	width: 66%;
	padding: 0px;
	height: auto;
	margin-right:40px;
	overflow:auto;
}
#footer
{
	padding: 10px;
	clear: both;
	margin: 0 40px 0 40px;
	text-align: center;
}

#container
{
	position:absolute;
	height:639px;
	overflow:auto;
	top: 139px;
	left: 377px;
	width: 596px;
}

.traka
{
overflow: auto; height: auto; width: 100%; margin: auto; float:left;
}

#traka
{
width: 250px; height: 102px;
}

.male_slike
{
	padding: 5px;
	width: 133px;
	height: 100px;
}

