@import url("css_default.css");

html, body, div, form, img {
  margin: 0;
  padding: 0;
  border: 0;
  }

html, body {
	height: 100%;
  }

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
  text-align: left;
	}
	
#page {
  width: 766px;
  margin: auto;
  background-color: #DBE6CC;
  }

/*** Zahlavi ***/
#header {
  height: 96px;
  position: relative;
  padding: 0;
  padding-top: 33px;
  background: #fff url('img/bg_top.gif') left bottom no-repeat;
  }
  
#link {
  position: absolute;
	left: 17px;
	top: 58px;
  }

/*** Leve menu ***/   
#left_content	{
	float: left;
	width: 192px;
	}
	
#left_cont_wrap	{
	padding: 25px 0 0 18px;
	}
	
#left_menu	{
	height: 476px;
	padding-top: 36px;
	background: url('img/menu.bg.gif') top left no-repeat;
	}
	
/*  1. uroven */
#left_menu ul.level1 {
	margin: 0;
	padding: 0;
	list-style-type: none;	 
	}

#left_menu li.level1,#left_menu li.level1_select {
	margin: 0;
	padding: 0;	
	}

#left_menu li.level1 a, #left_menu li.level1 a:link, #left_menu li.level1 a:visited {
  text-decoration: none;
  padding: 4px 0 4px 0;
  display: block;
  width: 100%;
  color: #5C5848;
  font-style: italic;
  text-transform: lowercase;
	background: #C1D4A7 url('img/menu.item.offmouse.bg.gif') left top no-repeat; 
  }
 
#left_menu li.level1 a:hover {
  background: #DBDFC1 url('img/menu.item.onmouse.bg.gif') left top no-repeat; 
  }

#left_menu li.level1_select a, #left_menu li.level1_select a:link, #left_menu li.level1_select a:visited, #left_menu li.level1_select a:hover {
	text-decoration: none;
  padding: 4px 0 4px 0;
  display: block;
  width: 100%;
  color: #5C5848;
  font-style: italic;
  text-transform: lowercase;
  background: #DBDFC1 url('img/menu.item.onmouse.bg.gif') left top no-repeat;
  }
  
#left_menu li.level1 span, #left_menu li.level1_select span  {
	padding: 0 5px 0 24px;
	display: block;
	}
	
	
/*  2. uroven */
#left_menu ul.level2 {
	margin: 0;
	padding: 0;
	list-style-type: none;	 
	}

#left_menu li.level2,#left_menu li.level2_select {
	margin: 0;
	padding: 0;	
	}

#left_menu li.level2 a, #left_menu li.level2 a:link, #left_menu li.level2 a:visited {
  text-decoration: none;
  padding: 4px 0 4px 0;
  display: block;
  width: 100%;
  color: #5C5848;
  font-style: italic;
  text-transform: lowercase;
	background: #C1D4A7 url('img/submenu.item.offmouse.bg.gif') left top no-repeat; 
  }
 
#left_menu li.level2 a:hover {
  background: #DBDFC1 url('img/submenu.item.onmouse.bg.gif') left top no-repeat; 
  }

#left_menu li.level2_select a, #left_menu li.level2_select a:link, #left_menu li.level2_select a:visited, #left_menu li.level2_select a:hover {
	text-decoration: none;
  padding: 4px 0 4px 0;
  display: block;
  width: 100%;
  color: #5C5848;
  font-style: italic;
  text-transform: lowercase;
  background: #DBDFC1 url('img/submenu.item.onmouse.bg.gif') left top no-repeat;
  }
  
#left_menu li.level2 span, #left_menu li.level2_select span  {
	padding: 0 5px 0 34px;
	display: block;
	}

  
/*** Obsah ***/  
#content	{
	float: left;
	width: 543px
	}
	
#content_wrap	{
	padding: 21px 0px 0px 25px;
	}
	
/*** Sos ***/ 
#sos	{
 height: 72px; 
 background:  url('img/bot01.bg.empty.gif') left top no-repeat;
 position: relative;
 }
#sos a {
	display: block;
	position: absolute;
	left: 220px;
	top: 40px;
}
#sos a img {
	border: none;
}
/*** Paticka ***/   
#footer	{
	height: 39px;
  background:#fff url('img/bg_footer.gif') left 6px no-repeat;
  position: relative;
	}
	
#footer #design	{
	position: absolute;
	right: 168px;
	top: 10px;
	}
	
#footer #typo3	{
	position: absolute;
	right: 25px;
	top: 8px;
	}
	
/*** Tridy***/
div.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	}

span.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}



  
  
