@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;

}
div#btmbck {
	background-attachment: fixed;
	background-image: url(img/btmbck.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	visibility: visible;
	z-index: auto;
}
div#logo1{
	position: absolute;
	bottom: 0px;
	right: 60px;
	}
div#mainframe {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 100%;
	width: 100%;
	top: 0px;
}
div#bottomline {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 20px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
div#sadrzaj{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 40px;
	position: absolute;
	width: 600px;
	visibility: visible;
	z-index: auto;
	top: 220px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFF;
	padding-right: 3px;
	padding-left: 12px;
}

.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}