/* -------- elements -------- */
body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
}
body, td, p, div, span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

h5 {text-transform: uppercase;}

/*
A:link, A:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
*/


/* -------- classes -------- */
.pad9 {
	padding-left: 9px;
}
.bgpink {
	background-color: #D19790;
}
.bgred {
	background-color: #A22E20;
}
.spacer {
	clear: both;
}


/* -------- ids -------- */
#main {
	width:775px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	height: 100%;
	background-color: #fff6ea;
	/*border: 3px solid #990000;*/
	position: relative;
}

table#topmenu tr td {
	vertical-align: middle;
	height: 24px;
}
table#topmenu tr td img {
	margin-right: 5px;
}
table#topmenu tr td a:link, table#topmenu tr td a:visited {
	color: #ffffff;
	/*margin-left: 23px;*/
	margin-left: 15px;
	text-decoration: none;
	font-weight: normal;
}
table#topmenu tr td a:hover {
	text-decoration: underline;
}

#copy {
	background-color: #FFF6EA;
	/*text-align: right;*/
	padding: 5px;
	margin-bottom: 5px;
	 height: 100px;
}
#copy span {
	font-size: 10px;
	text-align: right;
	background-color: #fff6ea;
}

A.dop:link, A.dop:visited {
	text-decoration: none;
	font-weight: normal;
}
A.dop:hover {
	text-decoration: underline;
}

.right {
	float: right;
}
.left {
	float: left;
}
.small {
	font-size: 10px;
	line-height: normal;
}
A.nobold {
	font-weight: normal;
}
.seda {
	color: #999;
}
.spatne {color: #f00; font-weight: bold;}

#topchef {width: 525px; display: block;}
.topchef {float: left; display: block; width: 230px; _width: 240px; margin-right: 10px; text-align: center; background: #fff2e1; padding: 5px;}
.topchef img {margin: 3px 0;}
.cistic {clear: both;}


span.left a{
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
	font-weight: normal;
	color: #3A3A3A;
}

span.left a span{
	text-decoration: underline;
}

span.left img{
	border: 1px solid #7D7D7D;
}

span.left a:link,span.left a:visited{
	color: #3A3A3A;
	font-weight: normal;
}
