html, body {
  overflow: hidden;
  height: 100%;
}

body {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFEEEE;
	color: #660000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	text-align: left;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

a {
  color: #CC0000;
}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.hide {
	display: none;
}


/*hlavicka*/
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	overflow: hidden;
	
	background-image: url("./../imgs/header_bg.png");
	background-repeat: repeat-x;
}

#flag {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 5%;
}

#work_area {
	position: absolute;
	top: 120px;
	left: 0px;
	bottom: 0px;
	width: 100%;
   
/*	border: 1px solid green;*/	
}

* html #work_area {
	position: realive;
  height: expression((document.getElementsByTagName('body')[0].offsetHeight - 120) + "px" );
}

/*navigace po leve strane*/

#navigation_left {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 180px; 
	overflow: auto;
	background-color: #FFCCCC;
	
/*	border: 1px solid blue;*/	
}

* html #navigation_left {
  position: relative;
	height: 100%;
	top: 0px;
	left: 0px;
	
}

#navigation_left a {
	display: block;
	border-bottom: 1px solid #660000;
	text-decoration: none;
	_height: 15px;
	min-height: 15px;
	width: 119px; 
	padding: 10px 0px 5px 45px;
	font-weight: bold;
	font-size: 16px;
	color: #660000;
}

#navigation_left a:hover {
	background-position: left center;
	background-image: url("./../imgs/mops_tlacitko.gif");
	background-repeat: no-repeat;
}

#navigation_left a.bassetLink{
	background-position: left center;
	background-image: url("./../imgs/basset_tlacitko.png");
	background-repeat: no-repeat;
}

#navigation_left a:hover.bassetLink{
	background-image: url("./../imgs/basset_tlacitko.png");
}

#navigation_left p {
	margin: 0px;
}

#navigation_left #bottom {
  text-align: center;
}

#navigation_left #bottom a {
	border-bottom: none;
	height: auto;
	width: auto; 
  margin-top: 15px;
	padding: 0px;
  }

#navigation_left #bottom a:hover {
  background-image: none;
}

/*toolbar*/
#toolbar {
  position: absolute;
  top: 2px;
  left: 2px;
}
#toolbar a {
	text-decoration: none;
}

#toolbar a {
  display:block;
	border: 2px solid #000066;
	background: #CCCCFF;
	color: #000066;
  padding: 1px 3px;	
}

#toolbar a:hover {
	border-color: #CCCCFF;
	background: #000066;
	color: #CCCCFF;
}

/*vlastni obsah stranky*/
#wrapper {
	position: absolute;
	top: 0px;
	left: 185px;
  bottom: 0px;
	right: 0px;
	padding: 5px;
	overflow: auto;
	background-color: #FFCCCC;
	
/*	border: 1px solid red;*/	
}

* html #wrapper {
  width: expression((document.getElementsByTagName('body')[0].offsetWidth - 195) + 'px');
  height: expression((document.getElementsByTagName('body')[0].offsetHeight - 130) + "px" );
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	min-width: 844px;

  height: 100%;

/*	border: 1px solid yellow;*/	
}

* html #content {
  width: expression((document.getElementsByTagName('body')[0].offsetWidth < 1024) ? '809px' : 'auto');
}

.fillAll {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#mediaPlayer {
  background-color: black;
}
