#main
{
position: relative;
width: 1024px;
background-color: #FFCC55;
text-align: left;
margin: auto;
}

#logo
{
position: relative;
top: 0px;
left: 0px;
width: 1024px;
height: 200px;
}

#menu
{
position: relative;
top: 10px;
left: 0px;
width: 100%;
height: 50px;
background-color: #AAAAFF;
background-image: URL('images/menu_bgr.png');
background-repeat: repeat-x;
margin-bottom: 10px;
}

#content
{
position: relative;
top: 10px;
left: 0px;
width: 1024px;
height: auto;
margin-bottom: 10px;
}

#bottom
{
position: relative;
top: 10px;
left: 0px;
width: 1024px;
height: 90px;
font-size: 12px;
color: #666666;
text-align: center;
line-height: 100px;
background-color: #AAAAFF;
background-image: URL('images/bottom_bgr.png');
background-repeat: no-repeat;
clear: both;
}

#bottom a
{
color: #666666;
}

#bottom a:hover
{
color: #FFFF88;
}

div#content_left
{
position: relative;
width: 674px;
float: left;
}

div#content_right
{
font-size: 14px;
position: relative;
width: 340px;
float: right;
}

div#content_right p
{
font-size: 14px;
}

/* submenu */
div#history
{
position: absolute;
top: 260px;
left: 68px;
z-index: 1;
}

div#history_druzstva
{
position: absolute;
top: 395px;
left: 195px;
z-index: 2;
}

div#history_turnaje
{
position: absolute;
top: 435px;
left: 195px;
z-index: 2;
}

div#teams
{
position: absolute;
top: 260px;
left: 193px;
z-index: 1;
}

div#teams_ziacky
{
position: absolute;
top: 265px;
left: 335px;
z-index: 2;
}

div#teams_dospeli
{
position: absolute;
top: 349px;
left: 335px;
z-index: 2;
}

div#fotogallery
{
position: absolute;
top: 260px;
left: 335px;
z-index: 2;
}
/* submenu end */

div#event_div
{
position: absolute;
top: 300px;
left: 300px;
background-color: #FFCC55;
border-style: solid;
border-color: #0000FF;
border-width: 3px;
padding: 20px;
visibility: hidden;
z-index: 3;
cursor: pointer;
}

img#img_next
{
position: relative;
float: right;
visibility: hidden;
z-index: 1;
}

img#img_prev
{
position: relative;
float: left;
visibility: hidden;
z-index: 1;
}