body
{
	margin: 0;
	padding: 0;
	background-color: white;
	color: #808080;
	border-top: 10px solid #ee1d23;
	font-family: sans-serif;
	font-size: 0.7em;
	line-height: 1.4;
}

a
{
	color: #808080;
	text-decoration: none;
}

a:hover
{
	color: #ef1c23;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

form, fieldset
{
	display: inline;
	margin-top: 0;
	padding: 0;
	border: 0;
}

ul
{
	margin: 0;
	padding: 0;	
}

li
{
	list-style-image: url(../images/li.gif);
}

input
{
	font-family: sans-serif;
	font-size: 1em;
	color: #808080;
}

p
{
	margin-top: 0px;
}

h1, h2, h3, h4
{
	color: #ec1d25;
	margin-top: 10px;
}

h1
{
	font-size: 1.6em;
	margin-bottom: 10px;
}

h2
{
	font-size: 1.4em;
	margin-bottom: 0px;
}

h3
{
	font-size: 1.1em;
	margin-bottom: 0px;
}

h4
{
	font-size: 1.1em;
	margin-bottom: 0px;
}

div#container_out
{
	height: 100px;
	margin: auto;
	width: 852px;
	margin-top: 40px;
}

div#container
{
	width: 750px;
	float: left;
	margin-left: 1px;
	padding-left: 50px;
	padding-right: 50px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	background-color: white;
}

div#top {
	width: 750px;
	height: 50px;
}

div#logo {
	width: 169px;
	height: 32px;
	float: left;
}

div#top_content
{
	float: right;
}

div#top_content table
{
	border: 0;
}

div#search_form
{
	display: run-in;
	width: 111px;
	height: 20px;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/search_back.png);
	background-repeat: no-repeat;
}

div[id]#search_form
{
	width: 121px;
	padding-top: 2px;

}

div#search_form input
{
	width: 80px;
	
}

div#search_form button
{
	padding: 0;
	width: 25px;
	
}

div#search_form input, div#search_form button
{
	height: 13px;
	border: 0;
	background-color: transparent;
}

div#top_menu
{
	border-top: 10px solid #f2f2f2;
	background-color: white;
	background-image: url(../images/top_menu.png);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	height: 1px; /* v pripade rozjeteho menu 81px */
	
	overflow: hidden;
}

div#top_menu ul li
{
	padding: 0;
	margin-bottom: -0.2em;
}

div#top_menu ul li a
{
	font-size: 11px;
}

ul#top_menu_left, ul#top_menu_right
{
	margin-top: 10px;
	float: left;
	
}

ul#top_menu_left li, ul#top_menu_right li
{
	margin-left: 20px;
	list-style-image: url(../images/li.gif);
}

ul#top_menu_left
{
	width: 230px;
	margin-left: 70px;
}

ul[id]#top_menu_left
{
	margin-left: 138px;
}


ul#top_menu_right
{
	width: 380px;
}

a.top_menu_active
{
	font-weight: bold;
	color: #ef1c23;
}

div#menu
{
	border-top: 4px solid white;
	clear: both;
}

div#menu_in
{
	width: 750px;
	height: 26px;
	background-image: url(../images/menu_item.png);
}

div.menu_item, div.menu_item_active
{
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
	background-repeat: repeat-x;

}

div.menu_item div, div.menu_item_active div
{
	float: left;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
}

div.menu_item
{
	background-image: url(../images/menu_item.png);
}

div.menu_item_active
{
	background-image: url(../images/menu_item_active.png);
}

div.menu_item_active a
{
	color: #ef1c23;
}

div.menu_item_open, div.menu_item_close
{
	width: 6px;
	height: 19px;
}

div.menu_item div.menu_item_open
{
	background-image: url(../images/menu_item.png);
}

div.menu_item div.menu_item_close
{
	background-image: url(../images/menu_item.png);
}

div.menu_item_active div.menu_item_open
{
	background-image: url(../images/menu_item_open.jpg);
}

div.menu_item_active div.menu_item_close
{
	background-image: url(../images/menu_item_close.jpg);
}

div#content
{
	width: 740px;
	margin-top: 29px;
	float: left;
	border-bottom: 10px solid #f2f2f2;
}

div#content_left
{
	width: 440px;
	margin-left: 10px;
	margin-right: 20px;
	border-top: 1px solid #f2f2f2;
	float: left;
}

div[id]#content_left
{
	width: 470px;
}

div#content_left ul li
{
	margin-left: 20px;
}

.big_li
{
	font-weight: bold;
	margin-top: 15px;
	padding-left: 15px;
	background-position: 0px 3px;
	background-image: url(../images/li_big.gif);
	background-repeat: no-repeat;
/*	float: left;*/

}

.big_li a
{
	font-weight: normal;
}

div.content_main
{
	padding-left: 15px;
	padding-right: 11px;
	text-align: justify;
	float: left;
	clear: left;
	background-image: none;
}

div.content_main a
{
	color: #ec1d25;
	text-decoration: underline;
}

div#content_right
{
	width: 240px;
	padding-bottom: 20px;
	float: right;
}

div#content_right_clients
{
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#content_right_clients img
{
	float: left;
}

div#bottom
{
	width: 720px;
	padding: 10px;
	margin-left: 25px;
}

div[id]#bottom
{
	margin-left: 50px;
}

div#bottom, div#bottom_left
{
	float: left;
}

div#bottom_right
{
	float: right;
	width: 81px;
	height: 18px;
	background-image: url(../images/logo_sede.jpg);
}

div#content_right_top
{
	background-color: #f2f2f2;
	color: #818181;
	padding: 10px;
	padding-top: 5px;
	padding-right: 30px;
	
}

div#content_right_top a
{
	color: #ee1c1f;
	text-decoration: underline;
}

div#content_right_top ul, #blog_widget_inner ul
{
	margin-left: 25px;
	padding-top: 15px;
}

div#content_right_top ul li, #blog_widget_inner ul li
{
	margin-bottom: 3px;
	list-style-image: url(../images/li2.gif);
}

div#content_right_top ul li.no_list
{
	list-style: none;
	list-style-image: url();
}

table#content_main_news
{
	margin-top: 10px;
}

table#content_main_news tr th
{
	font-weight: normal;
}

table#content_main_news tr td
{
	padding-left: 20px;
}

.border_bottom
{
	border-bottom: 1px solid #f2f2f2;
	
}

div.content_main_reference_item
{
	width: 140px;
	height: 195px;
	
	padding-top: 10px;
	padding-bottom: 15px;
	padding-top: 10px;
	
	border-left: 1px solid white;
	float: left;
	text-align: left;
}

div[class].content_main_reference_item
{
	width: 147px;
	height: 196px;
}

.float_left
{
	float: left;
}

.margin_left
{
	
	margin-left: 8px;
}

.padding_top
{
	padding-top: 10px;
}

.padding_right
{
	padding-right: 10px;
}

.padding_bottom
{
	padding-bottom: 20px;
}

.clear_both
{
	clear: both;
}

.reference_td
{
	width: 200px;
}

.reference_td, .reference_th
{
	border-bottom: 10px solid white;
}

.reference_tr
{
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.border_0
{
	border: 0;
}

#blog_widget
{
	clear: both;
	padding-top: 25px;
	=padding-top: 10px;
}

#blog_widget_inner
{
	clear: both;
	margin-top: 0px;
	padding: 10px;
	padding-top: 5px;
	
	background-color: #f2f2f2;
}

#blog_widget_inner:hover
{
	/*border: 1px solid #ddd;*/
}

#blog_widget .big_li a {
	font-weight: bold;
}