﻿/*ROZLOZENI */
body {
	background-color: #FDF0DD;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#main {
	position: relative;
	clear: both;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(/gfx/main-page-bg.jpg);
	background-repeat: repeat-y;
	height: 800px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#logo-archa {
	width: 155px;
	padding-top: 120px;
	padding-left: 15px;
	padding-bottom: 40px;
}

#logo-pecet {
	background-image: url(../gfx/logo-pecet.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	margin-top: 110px;
}
#content {
	position:relative;
	width:980px;
	color:#aeadac;
	z-index: 2;
}
#content-in {
	padding-top:120px;
}
#content-left {
	padding-left:20px;
	width:169px;
	float:left;
}
#content-left h3 {
	color: #000000;
	display: block;
	background-color: #C8792C;
	padding-left: 5px;
	width: 140px;
	height: 15px;
	font-size: 65%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 15px;
}
#partneri {
	/*background-image:url(/gfx/partneri.gif);
	background-repeat:no-repeat;*/
	width:145px;
	height:65px;
	margin-top:0px;
	margin-left:0px;
}
#content-center {
	margin-top: 0px;
	padding-top: 80px;
	padding-left: 35px;
	padding-right: 20px;
	width: 585px;
	float: left;
	/*text-align: justify;*/
	overflow: auto;
}
#content-right {
	width: 170px;
	float: right;
}
#content-right-in {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	padding-bottom:10px;
	width:90px;
	border-top-color:#d68326;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#d68326;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#footer {
	margin-top: 130px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	text-align: center;
}
#footer p{
	font-weight: bold;
	color: #E3AB3C;
	font-size: 8pt !important;
}
#footer a{
	color:#d68043;}

#footer a:hover{
	color:#9f1a22;
	text-decoration: underline;}
/*---------------menu-up---------------*/
#menu-up {
	position: absolute;
	width: 366px;
	height: 20px;
	left: 601px;
	top: 23px;
	z-index: 10;
	display: none;
}
#menu-up ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu-up li {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 70%;
	font-weight: bold;
}
#menu-up a {
	color: #979797;
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}
#menu-up a:hover {
	color: #d57e1c;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
