/* CSS Document */
body
	{ text-align:center; margin:0px; padding:0px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:11px; cursor:default; }

div.centerContainer
	{ width:780px; margin:0px auto; text-align:left; }
div.top
	{ width:780px; float:left; height:149px; background-image: url('img/top.jpg'); }

div.bodyContainer
	{ float:left; width:780px; background-image:url('img/bg.jpg'); }

div.lColumnContainer
	{ width:177px; float:left; }
	div.lhighlight
		{ float:left; width:177px; background-image:url('img/lhighlight.jpg'); height:26px; color:#FFFFFF; font-size:14px; text-align:center; padding-top:12px; }
	div.menuRow
		{ float:left; width:157px; color:#000000; text-align:right; font-size:12px; padding-left:10px; padding-right:10px; margin-top:4px; font-weight:bold; }

div.cColumnContainer
	{ float:left; width:422px; padding-top:0px; text-align:center; }

div.cBody
	{ width:405px; margin:0px auto; margin-top:4px; }

div.rColumnContainer
	{ width:180px; float:right; }
	div.rhighlight
		{ float:left; width:180px; background-image:url('img/rhighlight.jpg'); height:26px; color:#FFFFFF; font-size:14px; text-align:center; padding-top:12px; }
	div.rMenu
		{ float:left; width:172px; padding-left:4px; padding-right:4px; }

div.bottomContainer
	{ width:780px; background-image:url('img/bottom.jpg'); height:15px; float:left; }


a
	{ text-decoration:none; color:#000000; }
a:hover
	{ color:#FFFFFF; }
a.team_selected
	{ text-decoration:none; color:#000000; font-weight:bold; }
a.team_selected:hover
	{ color:#FFFFFF; }
a.team
	{ text-decoration:none; color:#000000; }
a.team:hover
	{ color:#FFFFFF; }
a.person_select
  { text-decoration:none; color:#000; }
a.person_select:hover
  { text-decoration:none; color:#0a6e0b; background:#d8d8d8; cursor:hand; cursor:pointer; }
a.person_select div
  { background:inherit; }

div.person_win
	{ width:310px; height:310px; position:absolute; text-align:center; margin-left:10px; margin-top:10px; border:1px solid #336600; background-color:#FFFFFF; }
div.person_win_header
	{ width:302px; height:17px; background-color:#FF0000; padding-top:3px; margin:0px auto; margin-top:4px; }
div.person_win_header_close
	{ float:right; color:#FFFFFF; font-weight:bold; margin-right:3px; cursor:hand; cursor:pointer; }
div.person_win_header_title
	{ float:left; color:#FFFFFF; font-weight:bold; margin-left:3px; margin-top:3px; }
div.person_win_foto
	{ float:left; width:300px; height:225px; margin-left:5px; margin-top:5px; }
div.person_win_info
	{ float:left; width:300px; height:50px; margin-left:5px; margin-top:5px; }

tr.row {
  cursor: hand;
  cursor: pointer;
}

h1 {
  font-weight:16px;
}

/*
  tohle je moje sekce 
  */
h2{ /* edited by Zdenda ;) */
  font-size:16px;
  margin-top:10px;
  font-weight:bold;
  width:100%;
  text-align:left;
  height: 36px;
  line-height: 36px;
  background: url('./img/main_separator.jpg') center;
}

h2.left{
  text-align: left;
  font-size:18px;
  }
  
h3{
  font-size:14px;
  font-variant:small-caps;
  }

h3.left{
  text-align:left;
  }
  
p.club{
  text-indent: 20px;
  text-align: justify;
  margin: 0px;
  margin-top:5px;
  }

p.club_withoutSpace{
  text-align: justify;
  margin: 0px;
  }
  
ul.club{
  margin: 0px;
  text-align:left;
  }
  
table.club{
  text-align:left;
  }

td.club_left{
  font-weight:bold;
  }
  
td.club_right{
  font-style:italic;
  text-align:right;
  }
  
img.club{
  border:0px;
  margin: 10px;
  }
