/* Default */

.f_left 
{
	float: left;
}

.f_right 
{
	float: right;
}

.clear 
{
	clear: both;
}

body 
{
	margin: 30px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

div.main 
{
	
}

div.content 
{
	/*width: 1026px;*/
	width: 1036px;
	margin-bottom: 100px;
}

div.body 
{
	width: 1036px;
	margin-bottom: 100px;
}

/* Header */

div.header 
{
	height: 113px;
	background-image: url('/images/header_bg.jpg');
	background-repeat: no-repeat;
	background-color: #000000;
}

div.logo 
{
	width: 527px;
	height: 113px;
	float: right;
}

/* Menu */

div.menu 
{
	height: 68px;
	width: 939px;
	margin-left: 87px;
	line-height: 68px;
}

div.menu a 
{
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	padding-right: 26px;
}

div.menu a:hover 
{
	color: #ff6600;
}


div.main_text 
{
	padding-left: 110px; 
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 12px; 
	font-size: 13px;
	color: #3d3d3d;
}

div.main_text table {
	margin-top: 5px;
}

div.main_text table td {
	vertical-align: top;
	font-size: 13px;
}

div.skratky_txt {
	padding-left: 16px; 
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 12px; 
	font-size: 13px;
	color: #3d3d3d;
}

div.skratky_txt table {
	padding: 0px;
}

div.skratky_txt td {
	width: 240px;
	padding-right: 30px;
	font-size: 13px;
	vertical-align: top;
	/*border: 1px solid red*/
}

/* Left Column */

div.left_col 
{
	width: 260px;
	float: left;
}

div.closer 
{
	width: 87px;
	height: 1px;
	float: left;
}

div.left_menu_main 
{
	float: left;
	width: 172px;
}

div.left_menu 
{
	/*height: 200px;*/
	background-image: url('/images/menu_left_grad.png');
	background-position: right;
	background-repeat: repeat-y;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}
/*
div.left_menu ul 
{
	padding: 0px;
	margin: 0px;
}

div.left_menu ul li 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px; 
	background-color: red;
	border: none;
	position: relative;
}
*/

div.menu_item 
{
	width: 168px;
}

img.list_img 
{
	position: absolute;
	left: -7px;
	top: 6px
}

html>body img.list_img 
{
	position: absolute;
	left: 5px;
	top: 5px
}

img.list_img_sub 
{
	position: absolute;
	left: -10px;
	top: 6px
}

html>body img.list_img_sub
{
	position: absolute;
	left: 15px;
	top: 7px
}

div.menu_top_bg 
{
	width: 168px;
	height: 7px;
	background-image: url('/images/menu_top_bg.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #d6d6d6;
}

a.active, a.inactive 
{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 6px 13px 6px 13px;
}

a.active 
{
	background-image: url('/images/menu_bottom_bg.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	/*border-top: 1px solid #d6d6d6;*/
	border-bottom: 1px solid #d6d6d6;
	background-color: #f2f2f2;
	padding: 0px 13px 5px 13px;
	color: #ff6600;
	position: relative;
}

a.active_sub 
{
	/*background-image: url('/images/menu_bottom_bg.gif');*/
	background-position: left bottom;
	background-repeat: no-repeat;
	/*border-top: 1px solid #d6d6d6;*/
	border-bottom: 1px solid #d6d6d6;
	background-color: #f2f2f2;
	padding: 0px 13px 5px 13px;
	color: #ff6600;
	position: relative;
	
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 6px 13px 6px 13px;
}

/* Right Column */

div.right_col 
{
	float: left;
	width: 199px;
	margin-left: 1px;
}

div.r_col_banner {
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background-image: url('/images/right_banner.gif');
	background-position: right;
	background-repeat: repeat-y;
	/*border-bottom: 1px solid #d6d6d6;*/
}

div.r_col_flash, div.r_col_slot 
{
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}

div.r_col_slot 
{
	height: 200px;
	background-image: url('/images/slot_bg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

html>body div.r_col_slot 
{
	height: 198px;
}

a.r_col_slot_link 
{
	color: #ff6600;
	font-size: 13px;
	text-decoration: none;
	margin-left: 10px;
}

div.slot_title 
{
	font-size: 14px;
	padding: 12px 10px 12px 10px;
	color: #7f7f7f;
}

div.slot_subtitle 
{
	font-size: 14px;
	padding: 0px 10px 12px 10px;
}

div.slot_text 
{
	color: #7f7f7f;
	padding: 0px 10px 0px 10px;
	margin-bottom: 12px;
	height: 91px;
}

/* Footer */ 

div.footer_main 
{
	height: 25px;
	background-color: #000000;
}

div.footer 
{
	width: 939px;
	margin-left: 87px;
}

a.footer_item 
{
	display: block;
	color: #b4b4b4;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
	float: right;
	margin-left: 10px;
}

div.bottom_shadow 
{
	margin-left: 87px;
}

/* Content */

div.abstract 
{
	height: 135px;
	padding-left: 20px;
	padding-right: 40px;
	color: #3d3d3d;
	font-size: 12px;
}

div.h1 {
	padding: 10px 0px 15px 15px;
	position: relative;
}

div.img_left {
	float: left;
	width: 240px;
}

div.img_left img {
	
 }

div.right_text {
	font-size: 13px; 
	font-weight: normal; 
	color: #000000;
	padding-left: 110px;
	padding-right: 20px;
}


/* box - prihlaseny */
a.userBoxLink
{
	background-image: url( "/images/arrow_white_bg.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
	padding-left: 10px;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
div.userInfo
{
	height: 54px;
}
.userName
{
	font-size: 14px;
	padding: 0 10px;
	color: black;
}
.userMedium
{
	font-size: 12px;
	padding: 0 10px;
	color: #7f7f7f;
}

div.main_text ul {
  margin: 0px auto;
}

div.main_text ul li {
  list-style: url('/images/icon_li.gif') outside;
  margin-bottom: 10px;
}

