/*
Theme Name: timbersports
Description: timbersports
Version: 1.0
Author: hanCZen

*/

/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  background-color: #EFF1F1;
  background-image: url('images/Page-BgTexture.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}



.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 250px;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:59px;
  min-height:59px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 760px;

}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 5px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 37px;
  height: 37px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -37px;
  width: 74px;
  height: 74px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 37px;
  height: 37px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -37px;
  left: 0;
  width: 74px;
  height: 74px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 37px;
  height: 37px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -37px;
  left: -37px;
  width: 74px;
  height: 74px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 37px;
  right: 37px;
  height: 37px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 37px;
  right: 37px;
  height: 37px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -37px;
  left: 0;
  width: 100%;
  height: 74px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 37px;
  left: 0;
  width: 37px;
  bottom: 37px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 74px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 37px;
  right: 0;
  width: 37px;
  bottom: 37px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -37px;
  width: 74px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 37px;
  left: 37px;
  right: 37px;
  bottom: 37px;
  background-image: url('images/Sheet-c.png');
}

.Sheet
{
  margin-top: -5px !important;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 750px;
  height: 300px;
}



div.Header-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 750px;
  height: 96px;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}

#odkazlogo {
	MARGIN: 0px 0px 0px 464px; WIDTH: 286px; FLOAT: left; HEIGHT: 96px; CLEAR: right; CURSOR: hand;
}

div.obrlogo
{

  position: absolute;
  top: 96px;
  left: 0;
  z-index:0;
  width: 750px;
  height: 204px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
  display : block;
  position: absolute;
  left: {LogoLeft}px;
  top: {LogoTop}px;
  width: {LogoWidth}px;
}

h1.logo-name
{
  display: block;
  text-align: {HorizontalAlign};
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
{LogoNameFont}
  padding:0;
  margin:0;
  color: {NameFontColor} !important;
}

.logo-text
{
  display: block;
  text-align: {HorizontalAlign};
}

.logo-text, .logo-text a
{
{LogoSloganFont}
  padding:0;
  margin:0;
  color: {TextFontColor} !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 750px;
  height: 30px;
  z-index: 100;
  border-top-color: #EA5F00;
  BORDER-TOP-WIDTH: 1px ;
  border-top-style: solid;
  border-bottom-color:#333333;
  BORDER-bottom-WIDTH: 3px ;
  border-bottom-style: groove;
}

.artmenu
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 750px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 30px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.artmenu a span span
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  color: #402903;
  padding: 0 21px;
  margin: 0 0px;
  line-height: 30px;
  text-align: center;


}




.artmenu a:hover span span
{
  color: #E4E7E7;
  background-position: left -26px;
  
/* 
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

 */
}

.artmenu li:hover a span span
{
  color: #E4E7E7;
  background-position: left -26px;
    border-bottom-color:#EA5F00;
  BORDER-bottom-WIDTH: 3px ;
  border-bottom-style: groove;

}


.artmenu a.active span span
{
  color: #402903;
  background-position: left -52px;
}

/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
  display: block;
  width: 1px;
  height: 30px;
  background-image: url('images/item-separator.png');
}

/* end MenuSeparator */

/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 4px;
  width: 750px;
  position: relative;
  background-color:#eeeeee;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;


}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}


.Block
{
  margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 8px;
  margin-bottom: 0px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #FDECCE;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 5px;
}


.BlockHeader .r
{
  right: 0;
  width: 5px;
}


.BlockHeader .r div
{
  width: 750px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 29px;
  background-repeat: no-repeat;
  min-height: 8px;
  margin: 0 0 0 5px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  overflow: hidden;
  min-width:11px;
  min-height:11px;
  margin: 0 auto;
  position: relative;
  z-index: 0;

}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
  text-align: center;
}

.BlockContent-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;

}

.BlockContent-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
}

.BlockContent-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -5px;
  width: 10px;
  height: 10px;

}

.BlockContent-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
}

.BlockContent-bl div
{
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  width: 10px;
  height: 10px;

}

.BlockContent-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
}

.BlockContent-br div
{
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;

}

.BlockContent-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
}

.BlockContent-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;

}

.BlockContent-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
}

.BlockContent-bc div
{
  position: absolute;
  z-index: -1;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;

}

.BlockContent-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 5px;
  left: 0;
  width: 5px;
  bottom: 5px;
}

.BlockContent-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;

}

.BlockContent-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 5px;
  right: 0;
  width: 5px;
  bottom: 5px;
}

.BlockContent-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;

}

.BlockContent-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;


}


.BlockContent-body
{
  color:#242929;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 13px;
  padding-left: 20px;


}

.BlockContent-body a:link
{

  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 14px;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #1A1E1E;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 14px;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #1A1E1E;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 14px;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #111313;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 11px;
}


/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;


}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}


.Post
{
  margin: 5px;
}


/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 0px;
  border-color: #819292;
  margin: 1em;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */


.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article table, table.article .article tr, .article th, .article td
{

}

.t1
{
    background-color: #CECFCE;
    font-size: 12px;
}
.t4
{
    background-color: #84C384;
    font-size: 16px;
    font-weight: bold;
}
.t5
{
    background-color: #F7964A;
    font-size: 16px;
    font-weight: bold;
}
.t2
{
   width: 100px; 
   padding-left: 45px;  
   padding-top: 45px;  
   margin: 40px;
}
.t3
{
   width: 120px;
   padding-left: 5px;   
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #FFFFFF;
  vertical-align: top;
  text-align:left;
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}

.podtrzitko
{ 
  margin-top: 30px;
  BORDER-BOTTOM-WIDTH: 1px ;
  border-bottom-style: dotted;
}

.field-items
{ 
  width: 250px;
  float: right;
  margin-top: -25px;
}

.field-item { 	text-align:center;margin: 7 7 0 7   } 

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  color: #373F3F;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  color: #373F3F;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  text-decoration: none;
  color: #424C4C;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  text-decoration: none;
  color: #6F8080;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  text-decoration: underline;
  color: #4E5A5A;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #373F3F;



}

.PostContent
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #373F3F;



}

/* Start Content link style */

a
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #4E5A5A;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: "Times New Roman" ;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #4E5A5A;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: "Times New Roman";
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #427942;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: "Times New Roman";
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  color: #EB7E1E;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 25px;
  text-align: left;
  color: #4E5A5A;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #4E5A5A;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 20px;
  text-align: left;
  color: #4E5A5A;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 16px;
  text-align: left;
  color: #242929;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 14px;
  text-align: left;
  color: #242929;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: left;
  color: #242929;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #373F3F;
  margin:0;
  padding:0;
}

li
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-align: left;
  margin-left: 12px;
}





/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#151009;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#F9C367;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 27px;

  background-color:#FCE0B1;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:30px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 30px;
  color: #FEF3E2;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:30px;
  white-space: normal;
  padding: 0 21px;
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  text-decoration: none !important;
}

input, select
{
  font-family: "Times New Roman", Georgia, Times, Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
}

.Button .active
{
  color: #F4F6F6;
}

.Button .hover,  a.Button:hover
{
  color: #F6F1EA;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -60px;
}

.Button .hover .r
{
  top: -30px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 10px;
  height: 90px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:409px;
  height: 90px;
}


.Button .active .l
{
  top: -60px;
}

.Button .hover .l
{
  top: -30px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 10px;
  height: 90px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 750px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 10px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 750px;
  height: 100px;
  bottom:0;
  left:0;
}



.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 30px;
}




.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#000000;
  font-family: "Times New Roman";
  font-size: 12px;
  font-style: ;
  font-weight: normal;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #475252;
  font-size: 10px;
  font-family: "Times New Roman";
  text-decoration: underline;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #5F6D6D;
  font-size: 10px;
  font-family: "Times New Roman";
  text-decoration: underline;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #EB7E1E;
  font-size: 10px;
  font-family: "Times New Roman";
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family:Arial;
  font-size:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#A2AEAE;
}

.page-footer
{
  margin:1em;
  text-align:center;
  text-decoration:none;
  color:#5C6A6A;
}
/* end PageFooter */

/* begin LayoutCell */










.contentLayout .sidebar1
{
  position: relative;
  margin: 0;

  padding-top: 20px;
  border: 0;
  float: left;
  overflow: hidden;
  width: 202px;
  height: 100%;


}

/* end LayoutCell */

/* begin LayoutCell */



.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 547px;
  background-color:#ffffff;
  min-height:700px;
  _height:700px;
}

.telowebu
{
  width: 547px;
  min-height:700px;
  _height:700px;
  margin-top: 20px;
  margin-bottom: 20px;
  BORDER-LEFT-WIDTH: 1px ;
  border-left-style: dotted;
}

/* end LayoutCell */



/*
** HTML elements
*/
#footer
{
  text-align: center;
}

ul li 
{
  text-align: left;
  background-image: none;
  display: block;
}
 
.tabs, .links
{
  padding-left: 0px;
  margin: 0px;
}

.tabs li, .links li
{
  float: left;
  display: block;
  padding: 0 0 0 1em;
}

#user-login-form 
{
  text-align: left;
}

#user-login-form ul li
{
  background-image: none;
  padding-left:0;
}

fieldset
{
  margin: 1em 0;
  padding: 1em;
  border: 1px solid ;
  width: 95%;
}

fieldset legend 
{
  /* Fix disappearing legend in FFox */
  display: block;
}

.breadcrumb 
{
  display: block; 
  padding-bottom: .7em;
}

.form-text, .form-textarea
{
  width: 95%;
  text-align: left;
}

.tags
{
  float: left;
}

.messages {
  padding: 5px;
  margin: 5px 0;
}

.status
{
  border: 1px solid #090;
  background:#C9FBC8;
  margin: 5px 0;
}

.messages li
{
  margin: 5px 0;
}

tr.even, tr.odd
{
  background-color: transparent;
}

#forum table
{
  width: 99%;
  margin-top: 15px;
}

#forum td.container
{
  padding-top: 15px;
  border-left: none;
  border-right: none;
}

#forum td.active
{
  background-color: transparent;
}

#forum td.forum, #forum td.topics, #forum td.posts, #forum td.last-reply
{
  padding-top: 4px;
  padding-bottom: 4px;
}

#forum td.container
{
  font-weight: bold;
}

#forum td.active
{
  background-color: transparent;
}

.forum-topic-navigation
{
  border-top: 0px transparent;
  border-bottom: 0px transparent;
}

.forum-topic-navigation .topic-previous
{
  text-align: left;
  float: left;
}

.forum-topic-navigation .topic-next
{
  text-align: right;
  float: right;
}

.read_more
{
  margin: 5px 0px;
  text-align:left;
}














.view-display-id-block_2
{ 

  text-align: center;
  margin-left: -20px;

}
.view
{ 

  text-align: center;
  margin-left: -20px;
  font-size: 14px;

}

a.aview
{ 

 color: #943400;

}

.field-content
{
  font-weight: bold;
  text-decoration: none;


}

.views-field-title
{
  padding-bottom: 10px;
  text-decoration: none;
}
.imagecache-galerie
{

  border-color: #849294;
  BORDER-WIDTH: 1px ;
  border-style: solid;

}
#uvod
{

  FONT-SIZE: 16px;

}

.klimatizace {FONT-SIZE: 16px; COLOR: #313C39; TEXT-DECORATION: none; LIST-STYLE-TYPE: none; } 

.klimatizace a {FONT-SIZE: 16px; COLOR: #313C39; TEXT-DECORATION: none; LIST-STYLE-TYPE: none; } 

.klimatizace a:hover{FONT-SIZE: 16px; COLOR: #313C39; TEXT-DECORATION: none; LIST-STYLE-TYPE: none; } 


.obr1 { 	float: right;margin: 7 7 0 7;   } 

.email a
{

  FONT-SIZE: 14px;

}

.akce
{

  position: absolute; 
  right: 0px;
  top: -20px;

}

.stihltimbersports
{

   margin-left: -20px;

}

.view-footer{ 

  text-align: center;

}


.centrovani{ 

  text-align: center;

}


