a:link {
	color: #B13422;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B13422;
}

}
a:hover {
	text-decoration: none;
	color: #DD9816;
}
a:active {
	text-decoration: none;
	color: #B13422;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}

body  {
	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(tlo.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}

ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul {
	float: left;
	background-color: #fff;
	
}

ul li {
	float: left;
	border-right: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url("button_background.png") repeat-x center;
	color: #434242;
	padding: 10px 32.7px;	
}

ul a:hover {
	background: #000 url("button_background_active.png") repeat-x center;
	color: #781515;
}

.thrColAbsHdr #container {
	position: relative;
	width: 980px;
	background: #ffffff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 


.thrColAbsHdr #header {
	height: 100px;
} 
.thrColAbsHdr #mainmenu {
	height: 50px;
	background-repeat: no-repeat;
} 
.thrColAbsHdr #header h1 {
	margin: 0;
}
.thrColAbsHdr #sidebar1 {
	top: 55px;
	left: 0;
	width: 150px;
	padding: 5px 10px 15px 20px;
	position: absolute;
	background-color: #FFF;
	background-image: url(ozdobnik3.png);
	background-repeat: no-repeat;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 55px;
	right: 0;
	width: 160px;
	padding: 5px 10px 15px 20px;
	background-image: url(ozdobnik4.png);
	background-repeat: no-repeat;
	background-position: right;
}
.thrColAbsHdr #mainContent { 
	margin: 0 200px; 
	padding: 0 10px; 
}
.thrColAbsHdr #footer {
	padding: 0 10px 0 20px;
	background:#efe8c9;
	background-image: url(ozdobnik2.png);
	background-repeat: no-repeat;
} 
.thrColAbsHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.thrColAbsHdr #mainlogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 43px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
