BODY {
	margin: 0px;
	background: #ffffff url(/client_side/images/tile.gif) repeat left top;
}
IMG {
	border: 0px;
}

.tileleft {
	background: url(/client_side/images/tileleft.jpg) repeat-y right top;
	border: #ffffff 1px;
	border-style: none;
	border-right-style: solid;
}
.tileright {
	background: url(/client_side/images/tileright.jpg) repeat-y left top;
	border: #ffffff 1px;
	border-style: none;
	border-left-style: solid;
}

.header {
	widht: 650px;
	height: 114px;
	background: url(/client_side/images/header.jpg);
	border-top: #ffffff 1px solid;	
}
.main {
	width: 650px;
	height: 309px;
	background: url(/client_side/images/main.jpg);	
}
.footer {
	width: 630px;
	height: 12px;
	background: url(/client_side/images/footer_bg.jpg) repeat-x;
	border-top: #ffffff 1px solid;	
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	padding: 10px;
}

.main_menu {
	width: 650px;
	height: 38px;
	background: url(/client_side/images/menu_bg.jpg) repeat-x;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}
.main_menu A {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;	
	text-align: center;
}

.test {
    height: 38px; 
    display: inline; 
    position: relative; 
    top: 10px;	
    background: url(/client_side/images/menu_link.jpg) repeat-x;
    padding: 10px;
}
.test_selected {
	height: 38px; 
    display: inline; 
    position: relative; 
    top: 10px;
    background: url(/client_side/images/menu_link_active.jpg) repeat-x;  
    padding: 10px;
}

.content {
	background: #ededed url(/client_side/images/tile.jpg) repeat-x left top;
	padding: 25px 30px 25px 30px;	
}

.table_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    padding: 20px 0px 10px 0px;
}
.table_lead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4f4f4f;
    font-weight: normal;
    padding: 0px 0px 10px 0px;   
}
.table_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    padding: 5px 5px 5px 5px;
}
.table_content {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4f4f4f;
    font-weight: normal;
    background: #ededed url(/client_side/images/tile.jpg) repeat-x left top;
    padding: 1px 5px 5px 5px;   
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6b1817;
	padding: 0px 0px 0px 0px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4f4f4f;
	font-weight: normal;
	padding: 10px 10px 0px 10px;
}

.galerija {
	#height: 400px;
	overflow: hidden;
	text-align: center;
	clear: both;
	padding: 10px 0px 10px 0px;
	overflow: visible;
}
.galerija_pic_border {
  #position: relative;
  width: 100px;
  height: 100px;
  float: left;
  border: #4f4f4f 1px solid;
  margin: 0 7px 14px 8px;
  text-align: center;
  vertical-align: middle;
  display: table;
  overflow: hidden
}
.galerija_pic_middle {
  #position: absolute;
  #top: 50%;
  #left: 50%;
  display: table-cell;
  vertical-align: middle;
}
.galerija_pic {
  #position: relative;
  #top: -50%;
  #left: -50%
}

.borderpic {
    border: 1px solid #2A2A2A;
    margin-top: 0px;
    margin-right: 14px;
    margin-bottom: 7px;
    margin-left: 0px;
}

.kontakt_label {
	float: left;
    width: 70px;
    height: 16px;
    margin: 3px 10px 2px 0px;	
}
.kontakt_input {
    width: 200px;
    height: 16px;
    border: #4f4f4f 1px solid;
    margin: 0px 10px 2px 0px;	
}
.kontakt_button {
    width: 100px;
    height: 20px;
    border: #4f4f4f 1px solid;
    margin: 10px 10px 2px 130px;   
}






