body
{
	color: #830c0c;
	width: 100%;
	margin: 18px 0 0 0;
	background-color: #FFFAEC;
	font-size:12pt;
}

a
{
	color: #830c0c;
	font-weight: bold;
}

img
{
	border-width: 0px;
}

table.main
{
	width:100%;
}

div.main
{
	width: 100%;
	/*background-color: #feb96d;*/
}

div.content
{
	width:740px;
	float:left;
	background-image: url(./grafika/tlo-content.png);
	background-repeat: repeat-y;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #830c0c;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #830c0c;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #830c0c;
	padding-bottom: 10px;
	text-align:left;
}

div.menu
{
	width:740px;
	height: 23px;
	background-image: url(./grafika/tlo-menu.png);
	background-repeat: repeat-x;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #830c0c;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #830c0c;
	/*border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #830c0c;*/
	padding-bottom: 0px;
	color: #ECDEDE;
	text-align: right;
	padding: 5px 0 2px 0;
	font-weight: bold;
}

div.menu .small
{
    font-size: 12px;
}

div.menu a
{
    color: white;
}

a.menu
{
	display: block;
	float: left;
	width: 33%;
	height: 25px;
	padding: 5px 0 5px 0;
	font-size: 16pt;
	color: #ECDEDE;
	cursor: pointer;
}

a.menu:hover
{
	color: #FFFFFF;
}

div.baner
{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #830c0c;
	width: 746px;
	height: 153px;
	background-image: url(./grafika/baner.jpg);
}

h1
{
	margin: 0 0 7px 0;
	text-align: center;
}

h2
{
	text-align: left;
	text-indent: 40px;
	text-size: 13pt;
	text-decoration: underline;
}

p
{
	text-align: justify;
	margin: 8px 10px 8px 10px;
	text-indent: 20px;
}

img.thumb_down
{
	margin: 5px 5px 5px 5px;
	text-align: center;
}

img.leftImage
{
	float:left;
	margin:0 5px 0 5px;
}

img.rightImage
{
	float:right;
	margin:0 5px 0 5px
}

div.footer
{
	text-align: left;
	margin: 0 5px 0 5px;
	font-size: 10pt;
	border-top-width: 2px;
	border-top-style: solid;
	color: #A47C7C;
	float: left;
}

