@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: 80%;
	color: #000000;
  text-align: left;  
	}
	
#page {
  width: 782px;
  margin: auto;
  background-color: #E7E9EE;
  }

/*** Zahlavi ***/
#header {
  height: 118px;
  padding: 0;
  padding-top: 18px;
  background: #fff url('img/top01.bg.jpg') left bottom no-repeat;
  position: relative;
  }
  
#link {
  position: absolute;
  left: 74px;
  bottom: 64px;
  }
  
#subheader	{
	height: 24px;
	background: url('img/top02.bg.gif') left top no-repeat;
	}

/*** Leve menu ***/   
#left_content	{
	float: left;
	width: 221px;
	}
	
#left_menu 	{
	padding-top: 8px;
	padding-left: 8px;
	}

#left_menu div	{
	padding: 0;
	margin: 0 0 8px 0;
	}

/*** Bublina ***/  
div.bubble	{
	padding: 10px 0 0 8px;
	}

div.bubble #showhere1	{
	color: #fff;
	height: 302px;
	width: 212px;
	}
	
div.bubble #showhere1 p	{
	padding: 30px 20px 0 15px;
	line-height: 110%;
	font-size: 0.95em;
	}
	
div.bubble #showhere1 div.bubble_boy	{
	height: 302px;
	width: 212px;
	background: url('img/bubble.boy.gif') left top no-repeat;
	font-style: italic;
	}
	
div.bubble #showhere1 div.bubble_girl	{
	height: 302px;
	width: 212px;
	background: url('img/bubble.girl.gif') left top no-repeat;
	font-style: italic;
	}
	
	

/*** Obsah ***/  
#content	{
	float: left;
	width: 555px;
	}
	
#content_wrap	{
	padding: 8px 15px 0 40px;
	}


/*** Paticka ***/   
#footer	{
	height: 100px;
  background:#fff url('img/bot.bg.gif') left top no-repeat;
  position: relative;
  padding-bottom: 18px;
	}
	
#footer #design	{
	position: absolute;
	right: 150px;
	bottom: 22px;
	}
	
#footer #typo3	{
	position: absolute;
	right: 12px;
	bottom: 22px;
	}
	
/*** 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;
	}



  
  
