       body {
         margin: 0px;
         background: #000 url('images/top_tlo.jpg') repeat-x;
         font-family: Verdana, Tahoma, Arial;
         font-size: 12px;
         color: #080808;
       }
       a {
         color: #444;
         text-decoration:none;
       }
       a:hover {
         color: #aaa;
       }
       #top {
         width: 913px;
         height: 221px;
         margin: 0 auto;
         background: url('images/top.jpg') no-repeat top center;
       }
       #content {
         width: 1050px;
         margin: 10px auto;
         overflow: hidden;
       }
       #lmenu{
         float: left;
         overflow: hidden;
         width: 190px;
         text-align: center;
         padding-bottom: 4px;
         background: url('images/menu_tlo3.jpg') repeat-y center;
       }
       #rmenu{
         float: right;
         overflow: hidden;
         width: 190px;
         text-align: center;
         padding-bottom: 4px;
         background: url('images/menu_tlo3.jpg') repeat-y center;
       }
       .menu_title1 {
         width: 100%;
         height: 25px;
         padding-top: 6px;
         background: url('images/menu_tlo1.jpg') center no-repeat;
         color: #fff200;
         font-family: Arial;
         font-size: 12px;
         font-weight: bold;
         font-style: italic;
       }
       .menu_title2 {
         width: 100%;
         height: 25px;
         padding-top: 6px;
         margin-top: 4px;
         background: url('images/menu_tlo2.jpg') center no-repeat;
         color: #fff200;
         font-family: Arial;
         font-size: 12px;
         font-weight: bold;
         font-style: italic;
       }
       #news{
         margin: 0 auto;
         width: 620px;
         background: url('images/news.jpg') center repeat-y;
         padding: 1px 25px;
         margin-bottom: 10px;
       }
       .title {
         margin-left: 30px;
         color: #390;
         font-size: 26px;
         font-style: italic;
         font-variant: small-caps;
       }
       #footer {
         width: 100%;
         min-height: 100px;
         background: #242424 url('images/reklama.jpg') repeat-y center;
       }
       .reklama {
         margin: 0;
         text-align: center;
         color: #777;
         font-size: 30px;
       }
       .mecz {
         color: green;
         font-weight: bold;
       }
       #tabela td {
         border: 1px solid #bbb; 
         text-align: center;
         font-size: 10px;
       }
       #tabela {
	 border-collapse: collapse;
       }
       ol.commentlist {
	list-style: none;
	width: 80%;
	margin: 0 auto;
       }
	.commentlist li {
	 background: url('images/comment.jpg') top center repeat-x #000;
	 border: 1px solid #2f2f2f;
	 color: #aaa;
	 margin-bottom: 5px;	
	 padding: 2px 0 2px 5px;
	}
	.commentlist a {
	 color: #eee;
	}
	input {
	 background: #1e1e1e;
	 border: 1px solid #2f2f2f;
	 width: 200px;
	 height: 20px;
	 font-family: Arial;
	 font-size: 12px;
	 font-weight: bold;
	 color: #555;
	}
	textarea {
	 background: url('images/comment.jpg') top center repeat-x #000;
	 font-family: Arial;
	 font-size: 12px;
	 font-weight: bold;
	 border: 1px solid #2f2f2f;
	 color: #777;
	}
	#submit {
	 width: 130px; 
	 height: 25px;
	 font-size: 14px;
	 font-weight: bold;
   	 background: #666;
   	 border: 0px none;
   	 color: #222;
 	}

