@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}
a img{
	border:none;
}
#ram {
	width: 1024px;
	overflow: auto;
}
#hlavicka {
	width: 1024px;
	height: 155px;
	background:url(images/img_01.jpg) no-repeat;
	display: block;
}
#menu {
	width: 180px;
	float:left;
	margin-left: 20px;
	margin-top: 40px;
	overflow: auto;
	text-align: center;
}
#menu .mail-style-menu {
	width: 55px;
	height: 60px;
	background: none;
	margin-left: 45px;
}
#menu .mail-style-menu:hover {
	background: none;
}
#menu a {
	width: 143px;
	height: 26px;
	display: block;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background:url(images/img_08.jpg) no-repeat;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
}
#menu a:hover {
	background: url(images/img_10.jpg) no-repeat;
}
#menu a:active {
	background: url(images/img_05.jpg) no-repeat;
}
#obsah {
	width: 780px;
	float: left;
	margin-left: 24px;
	padding-top: 15px;
}
h1 {
	font-size: 24px;
	color: #ff663a;
}
h2 {
	font-size: 17px;
	color: #666666;
	background: url(images/h2_odrazka.jpg) no-repeat left;
	padding-left: 20px;
	display: inline;
	font-weight: bold;
	line-height: 36px;
}
h2 a {
	color: #666;
	text-decoration: underline;
}
h2 a:hover {
	color: #ff663a;
}
a {
	color: #666;
}
a:hover {
color: #ff6600;
}
ul {
	margin-left: 100px;
}
li {
	font-weight: normal;
	color: #666;
	font-size: 14px;
	list-style: url(images/li.jpg);
}
li a {
	color: #666;
	text-decoration: underline;
}
li a:hover{
	color: #ff6600;
}
li h2 {
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	background: none;
	padding-left: 0;
}
.dulezite {
	background: #ff6300;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#paticka {
	width: 1024px;
	height: 51px;
	background:url(images/img_12.jpg) repeat-y;
	display: block;
	margin-top: 20px;
	float: left;
}