/** CSS PRO LAYOUT  - women golf **/


/**
vzornicek barev:
	#acacac - spodni okraj sede, sedivy divider
	#ec008c - fialovy vzorek
	#fabfe2 - svetle ruzova, tabulky
	#828282 - tmave seda, odkazy
	
	#8bb63f - tmave zelena, pozadi
	#11294c - tmave modra, text
	
**/	




body,html
{	
	background: url("../grafika/background.gif") top left #8bb63f  repeat-x;	
	font-family: "Trebuchet MS";
	font-size: 12px;	
	text-align:center;
	margin:0px;	
	color: #11294c;
}

a
{
	color:#828282;
}
a:hover
{
	color:#ec008c;
}

#frame
{
	margin:0px auto;
	width:947px;	
	/*background: url("../grafika/header_open_bonus.jpg") top center no-repeat;*/
	padding-top: 384px;
	background-color: #ffffff;
}

#footer
{
    margin:0px auto;
    width:947px;
    text-align: right;
    margin-top: 16px;
    margin-bottom: 16px;    
}

    #footer a { color:#11294c; text-decoration: none; font-weight: bold; }
    #footer a:hover { color:#11294c; text-decoration: underline; }

#mainmenu {
    margin: 0px auto;
    width: 815px;
    height: 34px;
    line-height: 34px;
    background-color: #11294c;    
    font-size: 14px;
    padding-left: 32px;
    text-align: left; 
    color: #ffffff; 
    }

#mainmenu a.menu {
    color: #ffffff;
    padding-left: 16px;
    padding-right: 16px;    
    text-decoration: none;
}

    #mainmenu a.menu:hover { text-decoration: underline; }


#secondMenu {
    margin: 0px auto;
    width: 815px;
    height: 24px;
    line-height: 24px;
    background-color: #1667b0;    
    font-size: 12px;
    padding-left: 32px;
    text-align: left; 
    color: #ffffff; 
    }

#secondMenu a.menu {
    color: #ffffff;
    padding-left: 16px;
    padding-right: 16px;    
    text-decoration: none;
}

    
    #secondMenu a.menu.active { text-decoration:underline; }
    #secondMenu a.menu:hover { text-decoration: underline; }



#tournamentMenu {
    margin: 0px auto;
    width: 815px;
    height: 34px;
    line-height: 34px;
    background-color: #dddddd;    
    font-size: 14px;
    padding-left: 32px;
    text-align: left; 
    color: #11294c; 
    }

#tournamentMenu a {
    color: #11294c;
    padding-left: 16px;
    padding-right: 16px;    
    text-decoration: none;
}

    #tournamentMenu a:hover { text-decoration: underline; }
    
   #tournamentName {       
    text-align:center;   
    height: 24px;
    line-height: 24px;
    background-color: #11294c;    
    font-size: 14px;        
    color: #ffffff; 
    font-weight: bold;
    } 
    

#obsah
{	
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 32px;	
	text-align: left;
}



h1
{
		font-size:15px;
		text-align:left;
		font-weight:bold;
}

h2
{
        font-size:14px;
        text-align:left;
        font-weight:bold;
}	





h3
{
	font-size:10px;
	color:#11294c;	
	text-align:left;
	text-transform:uppercase;
	text-decoration:underline;		
	font-weight:bold;
	margin-top:12px;
	margin-bottom:6px;
}


/* format tabulkovani */
.tablelist
{
	border-spacing:1px;		
}

		.tablelist th
		{
			background-color:#ec008c;
			text-align:left;
			color:#ffffff;
			font-weight:normal;
			padding-left:7px;
			padding-right:7px;
		}
		
		.tablelist td
		{
			border-spacing:1px;
			padding-left:7px;
			padding-right:7px;
		}
		
		
		.tablelist tr
		{
			height:20px;
		}
		
		.tablelist tr.lichy
		{
			height:22px;
			background-color:#fabfe2;
		}

/* SIMPLE DROPDOWN MENU */
.submenu {        
  visibility: hidden;
  position:absolute;
  z-index: 3;    
  background-color: #11294c;
  line-height: 20px;  
}

.submenu a {
  font-size: 12px;
  display: block;  
  text-align: left;
  text-decoration: none;
  padding: 5px;
  padding-left: 20px;
  text-transform:uppercase;  
  color: #ffffff;
}

.submenu a:hover {
	color: #11294c;
	background-color: #ffffff; /*#49A3FF;*/
  
}

.td4 {
    width: 25%;
    }
    
#logoLink {
    display: block;
    width: 430px;
    height: 78px;
    position: absolute;
    top: 297px;
    left: 50%;
    text-decoration: none;
    }    
