/* root styles */  
  * {
    border: 0;
    padding: 0;
    margin: 0;
  }
	
  .inputbox {
  		border: 1px solid silver;
		margin: 3px;
		padding: 3px;	
  }
  
  html, body {
    background: white;
    font: 11px Tahoma, Verdana, sans-serif;
    color: #3d5057;
  }
  
  #container {
    width: 855px;
    position: relative;
  }
  
  #flashcontent {
	 border: 1px solid #efefef;	
  }
  
  h2 { 
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: 5px; 
    margin-bottom: 5px;
  }
  
  h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
  }
  
  h4 {
    font-size: 11px; 
    color: black;
    margin-bottom: 10px;
  }
  
  a { 
    color: #1397db; 
    text-decoration: none;
  }
  a:hover { color: #70b7db; }
  
  .clear { clear: both; }
  
  img { 
    padding: 4px;
    border: 1px solid #efefef;
  }
  .arrow {
    background: transparent url(images/arrow.png) right 6px no-repeat;
    margin-right: 20px;
    padding-right: 10px;
  }
  
/* header */

  #header {
    background: transparent url(images/header-bg.jpg) no-repeat;
    height: 351px;
  }
  #header h1 a {
    position: absolute;
    text-indent: -9999px;
    width: 210px;
    height: 80px;
    left: 40px;
  }
  
  #header h1 a.first {
     top: 10px;
  }
  
  #header h1 a.second {
     top: 205px;
  }
  
/* menu */

 #menu {
    width: 855px;
    height: 68px;
    background: transparent url(images/menu.png) no-repeat;
    display: block;
    text-indent: -9999px;
  }
  
  #menu li {
    display: block;
    list-style: none;
    float: left;
  }
  
  #menu li a {
    display: block; 
    height: 68px; 
  }
  
  
  #menu .home { width: 153px;}
  #menu .athlete { width: 97px; }
  #menu .press { width: 86px; }
  #menu .sponsors { width: 140px; }
  #menu .contact { width: 150px; }


  #menu a:hover { 
    background: transparent url(images/menu.png) no-repeat; 
  }
  #menu .home a:hover { background-position: 0 bottom;}
  #menu .athlete a:hover { background-position: -153px bottom; }
  #menu .press a:hover { background-position: -250px bottom; }
  #menu .sponsors a:hover { background-position: -336px bottom; }
  #menu .contact a:hover { background-position: -476px bottom; }
  
  
/* sub menu */
  #sub-menu { 
    display: block;
    margin-left: 180px; 
    height: 15px; 
  }
  
  #sub-menu li {
    display: block;
    list-style: none;
    float: left;
    margin: 0 10px; 
  }
  
  #sub-menu a { color: #6c6c6c;}
  #sub-menu a:hover { color: #0b92db; }
  /* navigation */ 
  
  #navigation { 
    display: block;
    background: transparent url(images/navigation-bg.png) no-repeat;
    height: 29px;
    margin-top: 10px; 
    padding: 8px 48px ; 
  }
  
  #navigation li {
    display: block;
    list-style: none;
    float: left;
   
    
  }
  #navigation li a {
    display: block;
    margin-right: 20px;
    padding-right: 10px;
    background: transparent url(images/arrow.png) right 6px no-repeat;
  }
  
/* content */ 
  #content {
    width: 855px;
  }
  
  #content .left {
    float: left;
    width: 564px;
    padding-left: 48px; 
  }
  
  #content .right {
    float: left;
    width: 219px;
    margin-left: 24px;
  }
  
  #content h2 {
    border-bottom: 1px solid #f5f5f5;
  }
  
  #content h3 {	
    margin-top: 1.5em;
  }
  
  #content p { margin-top: 1.5em; }
	
  #content ul {
  	padding-left: 15px;	
  }	
	
  #content .preamble { 
    font-weight: bold; 
    color: #8d949e;
  }
  #content img {
    float: left; 
    margin: 0px 10px 5px 0; 
  }
  
  #content h4 span {
     font-size: 10px; 
     font-weight: normal;
     display: block;
     color: #88969f;
  } 
	
  #content table {
	  border-collapse: collapse;	
	  margin-top: 1em;	
  }
	
  #content table th {
  	  background-color: #c2e4f6;
	  color: black;	
	  border: 1px solid silver;
	  padding: 3px 6px;
	  font-weight: normal;	
  }

  #content table.ramkowa td {
  	border: 1px solid silver;
	padding: 2px 4px;	
  }
	
  #content table tr.even td {
     background-color: #f5f5f5;	
	  border: 1px solid white;
	  padding: 3px 6px;		
  }
	
  #content table tr.odd td {
  	  background-color: white;	
	  border: 1px solid white;
	  padding: 3px 6px;
  }

  /* back */		
  #content div.back {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 20px 0px 5px 0px;
  }
  
  .back a {	
    margin-right: 20px;
    padding-right: 10px;
    background: transparent url(images/arrow.png) right 6px no-repeat;
  }
	
  /* right */		    
  #right ul {
    border-top: 1px solid #f5f5f5;
    padding-top: 8px; 
  }
  #right ul li {
    display: block;
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px; 
    padding-bottom: 8px; 
    background: transparent url(images/arrow.png) right 6px no-repeat;
    
  }
	
/* footer */
  #footer { 
    padding: 20px  0 117px 48px; 
    background: transparent url(images/footer-bg.png) no-repeat left bottom;
  }
  
  #footer ul {
    display: block;
    float: right;
    margin: 10px 0;
  }
  #footer li {
    list-style: none;
    display: inline;
    margin-left: 40px;
  }