/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-16, 19:25 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../images/bg.gif") 50% 0 repeat-y; font:0.8em/1.5 "arial", sans-serif;}

a {color:#00F;}
a:hover {color:#F00;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}

h1 {font-size:1.4em;}
h1:first-letter  {font-size:1.4em;}
h1 span  {font-size:1.3em;}
h2 {font-size:145%;}
h3 {font-size:130%;}

form { margin:0px; }

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

.red  { color: #cc0000; }
.redb { color: #cc0000; font-weight: bold;}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:980px; margin:0 auto; overflow:hidden;}

	#header {width:980px; height:200px; overflow:hidden; }

        #logo {position:relative; width:980px; height:200px; overflow:hidden; margin:0 0 0 0px; padding:0; font-size:300%;}
        #logo span {display:block; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../images/header.jpg") 0 0 no-repeat; cursor:pointer;}

    /* #tray {height:14px; padding:10px 15px 15px 10px; background:url("../images/header_roundbottom.gif") 0 100% no-repeat;} */
	#tray {height:14px; /*padding:10px 15px 15px 10px;*/ margin:8px 25px 34px 10px;} 
    
        #tray ul {margin:0; list-style:none;}
        #tray ul li {display:inline;}
        #tray ul li a {display:block; float:right; padding:0 0 0 1px; text-decoration:none; }
        #tray ul li a:hover {text-decoration:underline;}
        #tray ul li#tray-active a {font-weight:bold; text-decoration:none;}
		
	#rallyeselect {padding:5px 2px 0 2px; background-color:#ffffff; border-bottom:3px solid #999; clear:both;}
	#rallyeselect img {padding:0 4px; border:0;}
	

    /* #cols {position:relative; margin:10px 0; background:url("../images/menubg.gif") 5px 0 repeat-y;} */
	#cols {position:relative; margin:10px 0; }

    	#content {float:right; width:960px; overflow:hidden;}  /* width:776px; */
    	
            #content-left {float:left; width:940px;} /* width:760px; */
            #content-left-in {padding:0 10px;}
            
            /* #content-right {float:right; width:250px; margin-right:10px;} */

    	#aside {float:left; width:190px; overflow:hidden; margin-left:5px;}
        #aside-top {width:190px; height:5px; background:url("../images/menutop.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../images/menubottom.gif") 0 0 no-repeat; font-size:0; line-height:0; margin-left:5px;}
        
            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 10px 7px 36px; background:url("../images/subaru.gif") 6px 8px no-repeat;text-decoration:none;}
            .nav li#nav-active a {background:url("../images/nav-active.gif") 15px 13px no-repeat; text-decoration:none; font-weight:bold;text-decoration:none;}
            .nav #nav-active ul li a {padding-left:45px; background:url("../images/nav-sub.gif") 30px 10px no-repeat;text-decoration:none;}
            .nav a:hover {text-decoration:none; }
			
			#login-header { font-weight: bold;}
            #login {display:inline; padding:10px 10px 10px 30px; text-align:right;}
            #login-input {width:140px; height:20px; border:1px solid #FFDFA5; margin-right:60px;}
            #login-submit {width:120px; height:22px; border:0; line-height:24px; font-size:110%;}
            #login-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}
            
            #aside h4 {font-size:100%; color:#fff;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#partners img {margin: 0 0 35px 0; border:0;}
			
	#footer {clear:both; padding:0; margin:0; width:980px; height:308px; overflow:hidden; background:url("../images/footer.jpg") 0 0; font-size:85%;}
	#footer p {margin:5px 5px 5px 50px;}
	#footer a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#video-top {width:506px; height:5px; background:url("../images/videotop.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#video-bottom {width:506px; height:5px; background:url("../images/videobottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}

#topstory-top {width:940px; height:5px; background:url("../images/logintop.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:940px; height:5px; background:url("../images/loginbottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:5px 10px 10px 10px;}

    #topstory-img {float:left; width:180px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:255px;}
    
        #topstory-desc h2 {margin:0; font-size:140%; font-weight:normal;}
        #topstory-desc .info {margin:0; font-size:85%;}

#topstory-list {padding:10px 0 5px 10px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:10px;}
#topstory-list img.last {margin-right:0;}

/* nadpis THEME */
.toptheme {padding:0; margin:0;}
.toptheme p.subtitle {padding:0; margin:0; font-weight:bold; color:#333;}
.toptheme p.theme {padding:2px 0 4px; margin:0; font-size:90%;}
.toptheme img.themeimg {padding:0; margin:0; border:1px solid #DDF0FF;}

/* vysledky BODY */
table.vysledky { width:200px; margin:0; }

.article {margin-bottom:10px; padding-bottom:10px; }
.article .article-img {float:left;}
.article .article-img img {display:block; border:1px solid #DDF0FF; margin-top:4px;}
/*.article .article-desc  {float:right; width:255px;}
.article .article-desc2 {float:right; width:488px;}*/

    .article .article-desc h3 {margin:0; padding-top:0; font-size:140%; font-weight:normal;}
    .article .article-desc .info {margin:2px 0 2px 0; font-size:85%;}
    .article .article-desc p.nomb {margin-top:8px; margin-bottom:4px; text-align:justify;}
	
	.article .article-desc2 h3 {margin:0; padding-top:0; font-size:110%; font-weight:bold;}
    .article .article-desc2 .info {margin:2px 0 2px 0; font-size:85%;}
    .article .article-desc2 p.nomb {margin-top:2px; margin-bottom:4px; text-align:justify;}

.box-01-top {width:250px; height:5px; margin-top:5px; background:url("../images/rightboxtop.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../images/rightboxtop2.gif") 0 100% no-repeat;}
.box-01-top-b .f-left1 {text-transform:uppercase;}
.box-01-top-b .f-left2 {padding-top:0px; font-size:85%;}
.box-01-bottom {width:250px; height:11px; background:url("../images/rightboxbottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../images/rightboxsides.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

.news {margin:0;}
.news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
.news dt span {font-size:140%;}
.news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6;}
.news2 {margin:0;}
.news2 dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2;}
.news2 dt span {font-size:140%;}
.news2 dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6;}

.box-02-top {width:250px; height:5px; margin-top:10px; background:url("../images/right2boxtop.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../images/right2boxtop2.gif") 0 100% no-repeat;}
.box-02-bottom {width:250px; height:11px; background:url("../images/right2boxbottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; background:url("../images/right2boxsides.gif") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none;}
    .mostreaded span {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

#aside .padding {padding:10px 15px;}

ul.odrazky {margin:0; padding:0; list-style-type: none;}
ul.odrazky li  {padding:2px 6px 6px 30px; background:url("../images/odrazka.gif") 14px 8px no-repeat;}

.more {padding-right:15px; background:url("../images/arrow.gif") 100% 50% no-repeat;}
