body {
	background-color: White;	
	color: Black;
	margin: 0;
	padding: 0;
	font-family:  Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	/*background-image: url('img/dash.gif');
	background-repeat: repeat;
	background-position: top left;*/
	text-align: center;
}


#header {
	display: block;
	float: none;
	text-align: left;
	width: 760px;
	padding: 0;
	margin: 0;
	/*background-image: url('img/header.png');
	background-repeat: no-repeat;
	background-color: white;*/
}

#all {
	text-align: center;
	width: 760px;
	background-color: White;
	/*background-image: url('img/left.gif');
	background-repeat: repeat-y;
	background-position: 107px 0px;
	min-height: 100%;*/
	margin: 0 auto 0 auto;
	padding: 0;
  }
  
#lang {/*
	float: right;
	position: relative;
	width: 168px;
	height: 25px;
	background: white;
	background-image: url('img/lang.gif');
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;*/
	display: none;
}

#lang span {
	display: none;
}

#en {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0;
	width: 64px;
	height: 18px;
	background-image: url('img/en.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#cz {
	display: block;
	position: absolute;
	top: 5px;
	left: 25px;
	margin: 0;
	width: 64px;
	height: 18px;
	background-image: url('img/cz.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#en:hover {
	background-position: top right;
}

#cz:hover {
	background-position: top right;
}
  
#nav {
	display: block;
	position: relative;
	width: 260px;
	margin: 0;
	padding: 0px;
	text-transform: lowercase;
	background-image: url('img/nav-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#nav span {
	word-spacing: 0;


}

#nav a {
/*
	display: block;
	text-decoration: none;
	padding-right: 0;
	padding-left: 25px;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
	height: 21px;
	word-spacing: 0.8ex;*/
	
	display: block;
	position: relative;
	width: 234px;
	margin: 0 13px 0 13px;
	text-align: left;
	color: #aaa;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	padding-top: 10px;
	background: url("img/item.gif") repeat-x top left;
	
}

#nav a:hover, #nav a:active {
	color: #c00;
	background-image: url("img/item_a.gif");
}


a {
	color: #c00;
}

A:hover, A:active, A:focus {color: #999; text-decoration: none;} 

h1 {
	display: block;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 80px;
	background-image: url('img/logo.gif');
	background-position: 0 13px;
	background-repeat: no-repeat;
}

h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 80px;
}

h1 span {
	display: none;
}

#logo {
	/*position: absolute;
	top: 0;
	left: 7px;
	_left: 0px;
	width: 150px;
	height: 80px;*/
	display: none;
}

#logo a {
	/*display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 80px;*/
	display: none;
}

#logo span {
	display: none;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.7em;
	margin: 5px 0 5px 0;
	padding: 0px;
	color: #c00;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.5em;
	margin: 15px 0 10px 0;
	padding: 0px;
	color: #000;
	/*display: block;
	width: 350px;
	background-image: url('img/dash-h3.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
}

h4, h5, h6 {
	color: #c00;
	margin: 0;
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	padding-top: 1.5ex; 
}




#content {
	clear: none;
	width: 488px;
	position: relative;
	text-align: left;
	margin: 0 0 0 auto;
	padding: 5px 0 0 0;
}

p {
	padding: 0 20px 5px 0px;
	width: 468px;
	text-align: justify;
	background-image: url('img/line_a.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

ul {
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-left:0px;
	padding-right: 20px;
	margin-bottom:0px;
	margin-left:20px;
	width: 448px;
	background-image: url('img/line_a.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

ul ul {
   margin-left:0px;
   width: 400px;
   background-image: none;
}

ul ul li {
   list-style-type: disc;
}

li {
   margin-left: 12px;
   text-decoration: none;
   list-style-type: circle;
   list-style-image: url('img/li.gif');
   _list-style-image: none;
	_list-style-type: square;
	
}
}

#all {
	/*background-image: url('img/left.gif');
	background-repeat: repeat-y;
	background-position: top left;*/
	
	text-align: right;
}

#content img {
	border: 1px solid black;
	margin: 5px 1ex 5px 0;
	float: none;
	background-image: url('img/dash_a.gif');
	background-repeat: repeat;
}

#content a.prvw img {
	border: 2px solid #ccc;
}

#content a.prvw:hover img {
	border-color: #c00;
}

#content br {
/*	clear: left;*/
}

#column {
	display: block;
	float: left;
	clear: left;
	width: 260px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;

}

#partners {
	
	display: block;
	width: 260px;
	text-align: center;
	background-color: white;
	padding: 0 0 1px 0;
	background-image: url('img/partners-bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#partners h3 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #c00;
	margin: 0;
	padding: 28px 13px 13px 13px;
	width: 234px;
	background-image: url('img/partnersh3.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#partners img {
	border: none;
	display: block;
	margin: auto; 

	
}

 #partners a {
	display: block;
	width: 234px;
	/*height: 60px;*/

	margin: 0 13px 20px 13px;

}

#partners a:hover {
	

}

#nav h3 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #c00;
	margin: 0;
	padding: 10px 13px 13px 13px;
	width: 234px;
}

#footer {
	clear: both;
	width: 760px;
	background: transparent;
	font-size: 0.8em;
	padding-top: 45px;
	background-image: url('img/footer-top.gif');
	background-position: 0 33px;
	background-repeat: no-repeat;
	height: 64px;
	
}

#footer span {
	font-size: 0.7em;
	padding: 0;
}


#kontakt {
	display: block;
	float: left;
	background: transparent;
	background-image: url('img/footer-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 234px;	
	padding: 0 13px 1ex 13px;
	color: #999;
	text-align: left;
}

#copyright {
	display: block;
	float: right;
	width: 460px;
	margin-right: 0;
	padding: 0 13px 1ex 13px;
	margin-top: 4ex;
	background-color: transparent;
	background-image: url('img/footer-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #bbb;
	text-align: right;
}

#coop img{
	display: none;
}

.event {
	display: block;
	text-transform: uppercase;
	font-size: 1.8em;
}

.event a {
	text-decoration: none;
}

#content .event img {
	float: none;
}




#back {
	float: none;
	clear: left;
}


span.nosee {
	display: none;
}
/*============================================= #newwin ===============================================*/

#newwin {
	background-color: White;
	text-align: right;
	background: transparent;
	background-image: url('img/dash.gif');
	background-repeat: repeat;
	background-position: 10px 0;
	padding: 0;

}

#pic {
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}

#newwin #picnav {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	_margin-left: 5px;
	width: 45px;
	height: 160px;
	background-color: #fefcf4;
	/*background-image: url('img/corner.gif');
	background-position: top left;
	background-repeat: no-repeat;*/
	border: none;
}


#newwin #picnav span {
	display: none;
}

#newwin #nav1 {
	display: block;
	width: 45px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: 40px;
	background-image: url('img/nav1.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#newwin #nav1:hover {
	background-position: bottom left;
}	

#newwin #nav2 {
	display: block;
	width: 45px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: 115px;
	background-image: url('img/nav2.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#newwin #nav2:hover {
	background-position: bottom left;
}	

#newwin #nav3 {
	display: block;
	width: 45px;
	height: 36px;
	position: absolute;
	left: 10px;
	top: 76px;
	background-image: url('img/nav3.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

#newwin #nav3:hover {
	background-position: bottom left;
}	

#newwin img {
	margin: 20px auto auto auto;
	border: 1px solid #B37D00;
}

#newwin #piccount {
	display: block;
	position: absolute;
	top: 160px;
	left: 10px;
	width: 45px;
	height: 20px;
	text-align: center;
	font-size: 0.7em;
	color: #888;
}




/*----------------------------------------------------------------------------------------------------*/





table.seznamtymu {
	width:570px;
}

tr.odd {
	background-color: #c00;
	color: white;
	font: "Courier New", Courier, monospace;
	font-weight: bold;
}

tr.even {
	background-color: #FFF0F5;
	color: black;
	font: "Courier New", Courier, monospace;
	font-weight: bold;
}

table.prihlaskaheader {
	background-color:#eef6fa;
	width:570px;
}

table.prihlaskaheader input{
	width: 400px;
}

table.prihlaskamenu {
  text-align:center;
}

table.prihlaskadetail {

}

table.prihlaskadetail input{
  
	width: 300px;
}

table.prihlaskadetail td{
	padding-left:2px;
	padding-right:2px;
}

p.chyba {
	color:red;
}

#content .vysledky img {
	margin: 0;
	padding: 0;
	border: none;

}
#content .vysledky td{
	margin: 0px 0ex 0px 0px;
	padding: 0px 0ex 0px 0px;
	font-size: x-small;
}

.news {

}

.newsdate {
	display: inline;
	text-align: center;
	padding: 0 1ex 0 1ex;
	margin-right: 1ex;
	color: #c00;
	background-image: url('img/dash_a.gif');
	background-position: bottom left;
	background-repeat: repeat;
}

.news h3 {
	display: inline;	
	font-size: 1em;
	color: black;
	clear: none;
	padding-top: 1em;
}
.news p {
  padding-bottom: 1em;
}


div.vysledky p{
	font-size: x-small;
}

div.vysledky table {
	width:560px;
}

div.vysledky a {
	color: black;
	text-decoration: none;
}

span.unranked {
	background: Silver;
	font-weight: bold;
}

span.withdrawn {
	background: Black;
	color:white;
	font-weight: bold;
}

span.shortcourse {
	background: #FFC0CB;
	font-weight: bold;
}

span.racebib {
	font-weight: bold;
}

span.penalizace {
	font-weight: bold;
	background: #FF6347;
}

span.bonus {
	font-weight: bold;
	background: #98FB98;
}

div.floatleft {
	float: left;
	position: relative;
	padding: 2px 15px 2px 2px;
}

div.floatleft p{
	width: auto;
}

div.floatright {
	float: right;
}

div.tym p{
	width: auto;
}

table.akce {
	width: 415px;
	border-spacing: 0px;
	border-left: 1px solid black;
	border-top: 1px solid black;
/*	background-color: black;*/
}

table.akce td,th {
	border-right: 1px solid black;
   border-bottom: 1px solid black;
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: none;
	border-spacing: 0px;
	padding: 4px 4px 4px 4px;
}

span.typakce1 {
	color: #2b414f;
	font-weight: bold;
}

span.typakce2 {
	color:#2b414f;
}

span.typakce3 {
	color:orange;
}

span.typakce4 {
	color: Green;
}

div.sponzor {
	/*border-top: 1px dotted black;
	border-bottom: 1px dotted black;*/
	height: 59px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content div.sponzor img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  border: none;
}

.sponzorlabel {
	float: none;
	font-weight: bold;
	vertical-align: top;
	height: 55px;
	background-image: url('img/vl.gif');
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 15px;
	
}