﻿BODY {
	margin: 5px 0px 5px -1px;
	background-color: rgb(55,110,188);
	font-family: Tahoma, Verdana, Arial, serif;
	color: #006600;

}
.div_image{
	width: 550px;
	text-align:center;
	background:none;
	overflow: hidden;
}

.vycentrovat{
	text-align:center;
	width:100%;
	background: none;
}
.left{
	float:left;
	background: none;
	padding: 0px 10px 0px 0px;
}

#div_main{
	position: relative;
	margin: auto;
	width: 768px;
	background-color: #D3A253;
	background-image: url('data/img/layout/middle.jpg');

}

#div_top{
	width: 768px;
	height: 178px;
  	margin: 0px;
	background-image: url('image_top.php');

}
#div_mnu{
	width: 768px;
	height: 30px;
  	margin: 0px;
  	text-align:center;
  	background-image: url('data/img/layout/menu.jpg');
  	background-repeat: no-repeat;

}
#div_left{
	width: 160px;
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#div_right{
	float:right;
	margin:0px;
	width:588px;
	padding:10px;
}
#div_right2{
	width:100%;
}
#div_stred{
	width:768px;
	margin:0px;
}
#div_bottom{
	width:768px;
	height:24px;
	background-image: url('data/img/layout/bottom.jpg');

}
.cleaner {
    clear: both;
    visibility: hidden;
    font-size: 0px;
    margin: 0px;
}
div.lmenu{
	width:160px;
	text-align:justify;
	background-image:url('data/img/layout/hotmiddle.jpg');
}
div.lmenu_top{
	background-repeat:no-repeat;
	width:160px;
	height:23px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	line-height:30px;
	background-image:url('data/img/layout/hottop.jpg');

}
div.lmenu_middle{
	width:140px;
	padding:5px 10px 0px 10px;
	margin:0px;
	font-size:10px;
}
div.lmenu_bottom{
	width:160px;
	height:23px;
	background-image:url('data/img/layout/hotbottom.jpg');

}
.menu{
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
	color: #006600;
}
.menu:visited{
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
	color: #006600;
}
.menu:hover{
	font-weight:bold;
	font-size:15px;
	text-decoration:underline;
	color: #FFFFFF;
}


a.big{
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color: #006600;
}
a.big:visited{
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color: #006600;
}
a.big:hover{
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color: #FFFFFF;
}



a{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color: #006600;
}

a:visited{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color: #006600;
}
a:hover{
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color: #FFFFFF;
}