* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background: Maroon;
	color: #FFD700;
	text-align: center;
	min-width: 1000px;
	padding-bottom: 15px;
	font: smaller;
}
html>body {
	font-size: small;
}
p.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px;
	background: Maroon;
}
hr {
	display: none;
}
.end {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
/* layout */
#main {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(pozadi.jpg);
}
ul#top {
	height: 25px;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	background: url("bok.jpg") no-repeat;
	text-align: left;
}
p#foot {
	height: 55px;
	clear: both;
	background: url("../img/foot.jpg") no-repeat;
}
/* layout */
/* toop menu */
ul#top li {
	list-style: none;
	display: inline;
	line-height: 25px;
	color: #FFD700;
	font-weight: bold;
}
#top a:link, #top a:visited {
	color: #FFD700;
	text-decoration: none;
}
#top a:hover {
	color: Lime;
	text-decoration: underline;
}
/* top menu */
/* left menu */
ul#left {
	width: 170px;
	float: left;
	padding: 50px 0 0 20px;
	background: url("../img/left.jpg") no-repeat;
}
ul#left li {
	list-style: none;
	margin: 0 0 7px 0;
	font-weight: bold;
	font-size: 86%;
	text-align: justify;
}
#left a {
	display: block;
	background: url("left.jpg") repeat-x left center;
	width: 170px;
	padding: 5px 3px;
	border-left: 8px solid #FFD700;
	text-decoration: none;
}
#left a:link, #left a:visited, #foot a:link, #foot a:visited {
	color: #FFD700;
	font-weight: bold;
}
#left a:hover {
	color: Lime;
	text-decoration: underline;
	border: 1px none Lime;
	border-left: 8px solid Lime;
}
#foot a:hover {
	color: Lime;
	text-decoration: underline;
	}
#left li> a {
	width: 152px;
}
/* left menu */
/* headers */
h1, h1 span {
	width: 970px;
	height: 60px;
	font-size: 110%;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	z-index: 0;
	cursor: pointer;
	cursor: hand;
	text-align: left;
}
h1 span {
	display: block;
	background: url("../img/h1.jpg") no-repeat;
	z-index: 1;
	position: absolute;
	text-align: left;
	margin-left: 30;
}
h2 {
	padding: 20px 0 5px 10px;
	font-size: 100%;
	color: #FFD700;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
	font-weight: bold;
	margin: 5px 30px;
	border-bottom: medium solid Green;
}
h3 {
	font-size: 100%;
	color: #FFD700;
	padding: 5px 0;
	margin: 0 25px 0 185px;
}
/* headers */
/* par */
table.T1 {
	background-color: #002800;
	font-size: 12px;
	position: static;
	float: none;
}

table.T2 {
	vertical-align: top;
	width: 710px;
	background-color: #004001;
}

table.T2 a:link, a:visited{
	color: #FFD700;
}

table.T2 a:hover{
	color: Lime;
}

td.B1 {
	vertical-align: top;
	text-align: center;
	width: 130px;
	padding-bottom: 10px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	height: 100px;
	font-size: smaller;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
}

p{
	margin: 0px 0px 0px 0px;
	line-height: 1.5;
	color: Yellow;
	text-align: justify;
	vertical-align: baseline;
	font-weight: normal;
	font-size: 14px;
}

p.uvod {
	margin: 0px 140px 0px 5px;
	text-align: left;
	vertical-align: middle;
	padding: 20px 40px 0 220px;
	margin-left: 40px;
}



p#foot {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#foot a {
	width: 157px;
	position: absolute;
	top: 0;
	left: 20px;
	font-weight: bold;
	text-decoration: none;
	font-size: 86%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	background-image: url(left.jpg);
	border-right: 8px solid #FFD700;
	text-align: right;
	padding-right: 3px;
}


img {
	float: none;
	position: relative;
}

/* par */
