@charset "utf-8";


body {
	background: #FFF;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 150%;
	color: #626262;
	width: 934px;
	margin: 0 auto;
}

#top {
	width: 934px;
	height: 97px;
	border-bottom: #c9c9c9 solid 3px;
}

#top #logo {
	float: left;
	margin: 28px 0 0 40px;
}

#menu {
	float: right;
	width: 400px;
	margin: 0;
	padding: 0 0 0 45px;
	list-style: none;
}

#menu li {
	list-style: none; 
	float: left;
}

#menu a{	
	cursor: pointer;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding: 45px 16px 2px 13px;
	color: #808080;
	border-left: #ccc solid 2px;
}

#main {
	background: #FFF;
	float: left;
}

#left {
	background: #e3e3e3;
	width: 230px;
	float: left;
}

/* MENU */
#left #submenu {
	float: left;
	clear: both;
	background: #e42600 url('../img_des/menu.gif') top no-repeat;
	width: 230px;
	margin-bottom: 1px;
}

#left #submenu ul {
	margin: 40px 0 1px 0;
}

#left #submenu li  {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

#left #submenu a {
	padding: 8px 0;
	font-family: Myriad Pro;
	width: 195px;
	float: right;
	color: #FFF;
	margin: 0;
	font-family: 'Myriad Pro';
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: #e65252 solid 2px;
}

#left #submenu a:hover {
	background: #e65252;
}

#left #submenu a span {
	font-size: 20px;
	float: right;
	background: url('../img_des/menuli.gif') 15px 5px no-repeat;
	padding: 0 35px 0 30px;
	width: 135px;
	cursor: pointer;	
}

#left #articles {
	float: left;
	width: 180px;
	padding: 44px 18px 0 32px;
	border-top: #b3b3b3 solid 3px;
}

#left #articles h2 {
	background: url('../img_des/h2left.gif') left bottom no-repeat;
	color: #525252;
	font-family: 'Myriad Pro';
	font-size: 21px;
	text-transform: uppercase;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border: 0;
}

#left #articles p {
	padding-bottom: 9px;
}

#left #articles table {
	font-size: 13px;
	padding-bottom: 9px;
}

#left #articles ul {
	padding: 0 0 12px 5px;
}


#left #articles li {
	background: url('../img_des/contentli.gif') 0px 8px no-repeat;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
}

#right {
	width: 704px;
	float: right;
}

/* HLAVICKA */
#right #header {
	float: left;
	clear: both;
	width: 704px;
	height: 238px;
	background: #3d6b72 url('../img_des/header.jpg') right no-repeat;
	margin-bottom: 1px;
}

#right #header p {
	text-align: right;
	color: #FFF;
	font-size: 29px;
	padding: 100px 15px 0 0;
}

/* OBSAH */
#right #content {
	float: left;
	clear: both;
	width: 604px;
	background: #fff;
	border-top: #c9c9c9 solid 3px;
	padding: 44px 50px;
}

#right #content ul {
	margin: 0;
	padding: 0;
}

#right #content ul li {
	list-style: none;
	background: url('../img_des/contentli.gif') 0px 8px no-repeat;
	padding-left: 13px;
	margin-left: 3px;
	line-height: 20px;
}

#right #content p {
	padding: 12px 0;
}

/* PATICKA */
#footer{
	background: #9f9f9f;
	clear: both;
	text-align: center;
	padding: 15px 0;
	line-height: 20px;
	font-size: 12px;
	color: #FFF;
}

.links {
	color: #FFF;
}

#footer a {
	color: #FFF;
	font-weight: bold;
	padding: 0 3px;
	text-decoration: none;
}

