/* CSS Document konecnik.css */

html,body {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	width: 100%;
	height: 100%;
}
#hdr1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 50px;
	background: url(../images/header/temno_oranzna.jpg);
	z-index: 1;
}
#hdr2 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 50px;
	background: url(../images/header/svetlo_oranzna.jpg);
	z-index: 2;
}
#header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	background: url(../images/header/headerBg.jpg) no-repeat top left;
	width: 800px;
	height: 50px;
	z-index: 3;
}
#logo {
	width: 199px;
	height: 50px;
	float: left;
}
#logo img {
	border: 0;
}
#headerMenu {
	width: 410px;
	height: 50px;
	float: right;
}
#headerMenu ul {
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: #fff;
}
#headerMenu li {
	display: inline;
	list-style-type: none;
}
#headerMenu ul li img {
	border: 0;
}
#headerMenu ul li a {
	cursor: pointer;
}
#headerSivo {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 31px;
	background: url(../images/header/sivi_gradient.gif) repeat-x;
	z-index: 4;
}
#headerSivo #headerContent {
	margin: 0 auto;
	width: 800px;
	height: 31px;
}
#headerSivo #headerContent #headerPath {
	margin: 10px auto 0 auto;
	width: 500px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
#headerSivo #headerContent #miniNav {
	margin: 0 34px 1px 0;
	width: 150px;
	text-align: right;
	float: right;
}
#headerSivo #headerContent #miniNav ul {
	display: block;
	margin: 0;
}
#headerSivo #headerContent #miniNav li {
	display: inline;
	list-style-type: none;
}
#headerSivo #headerContent #miniNav img {
	border: 0;
}
#content {
	width: 790px;
	margin: 100px auto 0 auto;
	line-height: 15px;
	padding-left: 10px;
}
#title {
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 20px -400px;
	width: 590px;
	float: left;
}
#text {
	position: absolute;
	top: 164px;
	left: 50%;
	margin: 0 0 0 -400px;
	width: 560px;
	line-height: 20px;
}
#text a {
	color: #888;
	text-decoration: none;
}
#text a:hover {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}
#text strong {
	font-weight: bold;
}
#text img {
	padding: 4px;
	padding-bottom: 24px;
	border: 1px solid #888;
	margin: 4px;
}
#text h2 {
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
	color: #000;
}
#text h3 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 2px;
	color: #000;
}
#menu {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 186px;
	margin: 0 0 0 195px;
}
#menu a {
	cursor: pointer;
}
#menu div {
	display: block;
	margin: 0;
	padding: 0;
}
.fristPageBox {
	margin:0 auto;
	width:727px;
}
#enterPage {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: 135px;
	width: 135px;
	height: 32px;
}

