body {  
   background-color: #FAE2A6;
   background-image: url(images/backg.jpg);
 }   
 
/* Layout settings */ 
#Kontejner_ {
	position: relative;
	width: 760px;
	height: 600px;
	background-color: #F8D89F;
	margin: 0 auto 0 auto;
	border: 2px solid #3C0000;
}
#Heade_ {
	position: absolute;
	width:760px;
	height:85px;
	background: url("images/Heade.jpg") no-repeat;
	background-color: #F8D89F;
}
#Men1_ {
	position:absolute;
	left:0px;
	top:85px;
	width:247px;
	height:25px;
}
#Men2_ {
	position:absolute;
	left:247px;
	top:85px;
	width:115px;
	height:25px;
}
#Men3_ {
	position:absolute;
	left:362px;
	top:85px;
	width:59px;
	height:25px;
}
#Men4_ {
	position:absolute;
	left:421px;
	top:85px;
	width:143px;
	height:25px;
}
#Men5_ {
	position:absolute;
	left:564px;
	top:85px;
	width:66px;
	height:25px;
}
#Men6_ {
	position:absolute;
	left:630px;
	top:85px;
	width:61px;
	height:25px;
}
#Men7_ {
	position:absolute;
	left:691px;
	top:85px;
	width:69px;
	height:25px;
}
#Leftimage_ {
	position: absolute;
	top: 110px;
	width:291px;
	height:453px;
	background: url("images/Leftimage.jpg") no-repeat;
	background-color: #F8D89F;
}
#Main_head_ {
	position: absolute;
	top:110px;
	left:291px;
	width:469px;
	height:27px;
	background-image: url(images/Main_head_.jpg);
	background-color: #F8D89F;
}
#Main_ {
	position: absolute;
	top: 137px;
	left:291px;
	width:469px;
	background-color: #F8D89F;
	overflow: auto;
	height: 426px;
}
#Footer_ {
	position: absolute;
	bottom: 0px;
	width:760px;
	height:37px;
	background-color: #70090A;
	border-top: 1px solid #3C0000;
}



/* Format settings */ 
#Main_ p,h1,ul {
	font-family: Georgia;
	line-height: 18px;
	text-align: left;
	margin: 0px;
   color: #660000;
}
#Main_ h1 {
	font-size: 15px;
   padding-top: 10px;
   padding-left: 30px;
	text-decoration: underline;
}
#Main_ p {
	font-size: 13px;
   padding-top: 10px;
	padding-bottom: 5px;
   padding-left: 12px;
   padding-right: 30px;
}
#Main_ ul {
	font-size: 14px;
   padding-top: 10px;
   padding-right: 30px;
   padding-left: 30px;
	padding-bottom: 5px;
}

#Main_ img {
    float: left;	
	 margin: 8px;
	 border-color: #660000;
}

#Main_ a  {
	color: #660000;
	background-color: #FAE2A6;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;	
}
#Main_ a:hover  {
	color: #FAE2A6;
	background-color: #70090A;
	}
	
#Heade_ p  {
	font-family: Georgia;
	font-size: 12px;
	position: absolute;
        bottom: 0px;	
	right: 0px;	
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	font-weight: bold;
}
#Heade_ a  {
	color: #660000;
	background-color: #FAE2A6;
	border-top: 1px solid #660000;
}
#Heade_ a:hover  {
	color: #FAE2A6;
	background-color: #660000;
	border-top: 1px solid #FAE2A6;
	}
#Leftimage_ p {
	font-family: Georgia;
	font-size: 10px;
	position: absolute;
   bottom: 0px;	
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 2px;
	color: #660000;
}
#Footer_ p, a {
    color: #FDEAA6;
}
#Footer_ p {
	font-family: Georgia;
	font-size: 12px;	
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
}
#Footer_ img {
	vertical-align: text-top;
}

table {
	font-family: Georgia;
	text-align: left;
	margin: 0px;
	background-color: #FAE2A6;
}
td {
	font-size: 11px;	
	color: #660000;
	padding-left: 8px;

}
th {
	font-size: 14px;	
	color: #660000;
	padding-left: 7px;
	font-weight: normal;
}


/*-----------------*/
/* SLIMBOX Galery  */
/*-----------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 6;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 6;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
