/* CSS Document */
html, body {
  margin: 0px;
  padding: 0px;
  text-align:center;
  
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: black;
  background: #fbfbfb;
}

img {
  margin: 0 auto;
  padding: 0px;
  border: none;
}

p, div, hr {
  padding: 0px; margin: 0px;
}

table {
  border: 0;
}

/*------------------------------ COMMON ------------------------------------*/
div.centerDueMSIE {
  text-align: center; /* MSIE:-( */
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.endFloating {
  clear: both;
  visibility: hidden;
  line-height: 0.001;
  height: 0;
  font-size: 0;
  border: 0;
}

p.alignRight {
  text-align: right;
}

/*----------------------------- CSS LAYOUT ----------------------------------*/
div#header-wrapper {
  background: #bdd0f0 url(../layout/h.gif) center top repeat-x;
  overflow: auto;
}

div#header {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

h1 {
  float: left;
  position: relative;
	overflow: hidden;
	font-size: 230%;
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	line-height: 81px;
	margin: 0 0 51px;
}
h1, h1 a, h1 a:hover, h1 span {
	display: block;
	width: 316px;
	height: 81px;
	text-decoration: none;
	color: white;
	background: transparent url(../layout/logo.png) left top no-repeat;
}
h1 span {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	cursor: hand;
}

div#frame {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

div#wrapper {
  background: white url(../layout/b.gif) center top repeat-x;
}

div#wrapper1 {
  background: transparent url(../layout/w1.gif) left top no-repeat;
}

div#wrapper2 {
  background: transparent url(../layout/w2.gif) right top no-repeat;
}

div#fwr {
  background: transparent url(../layout/f.gif) center bottom repeat-x;
}

div#fwr1 {
  background: transparent url(../layout/fw1.gif) left bottom no-repeat;
}

div#fwr2 {
  background: transparent url(../layout/fw2.gif) right bottom no-repeat;
  padding: 20px 0 10px;
  min-height: 400px;
  _height: 400px;
}


/*div#diff {
  position: absolute;
  width: 246px;
  height: 38px;
  background: transparent url(../images/bg_diff.gif) left top no-repeat;
  top: 97px; 
}*/

/*---------------------- SPECIAL BANNER ELEMENTS ----------------------------*/
div#h-right {
  float: right;
  text-align: right;
}
a#fb {
  display: block;
  _display: inline;
  line-height: 0;
  margin-right: 14px;
  margin-top: 18px;
  width: 43px; height: 44px;
  float: right;
  margin-bottom: 19px;
}
div#namex {
  width: 154px; height: 35px;
  background: transparent url(../images/name.gif) left top no-repeat;
  float: right;
  margin-top: -8px;
  margin-right: 4px;
  _margin-right: 5px;
  
}

div#jablotronek {
  width: 216px; height: 48px;
  background: transparent url(../layout/jablotron.png) left top no-repeat;
  clear: right;
}

div#oki {
  width: 124px;  height: 59px;
  background: transparent url(../images/oki.gif) left top no-repeat;
  float: right;
  margin-top: -59px;
  margin-right: 10px;
  _margin-right: 6px;
}


/*------------------------------ NAVIGATOR --------------------------------*/
div#navigator {
  overflow: hidden;
  padding-top: 25px;
}
/*------------------------------ MENHU --------------------------------------*/
ul#menu {
  margin: 0; padding: 0;
	list-style: none;
	height: 100%;
	margin-left: 10px;
}

ul#menu li {
  margin-top: 1px;
  margin-right: 10px;
	float: left;
	font-size: 1.25em;
	_font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 0.05em;
}

ul#menu li a {
  display: block;
  _float: left;
	text-decoration: none;
	padding: 3px;
	padding-right: 15px;
	padding-left: 15px;
	border: 2px solid #c3465e; /*#BF4F62*/
	border-bottom-color: 2px solid #fafafa; /*#BF4F62*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
	color: #c3465e;
	background: #fbf5f6;
	margin-bottom: -2px;
}

ul#menu li a:hover {
  text-decoration: none;
	border-color: red;
	color: red;
}

/* Holly Fix - aby ul>li bylo cele hoverove a klikaci... */
/* Fix IE. Hide from IE Mac */
* html ul#menu li { height: 1%;}
* html ul#menu li a { height: 1%;}
/* End */

/*-------------------------------- BODY -------------------------------------*/
div#insider {
  margin: 0px 25px;
}

div#insider p.center {
  text-align: center;
}

div#footer {
  padding: 5px;
  text-align: right;
}
