/*
  CSS Document
  www.dragster.cz
*/

body {
	background:black url("../img/back.png") repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size:11pt;
  text-align:justify;
	margin:0; padding:0;
}

/* fotogalerie */
.gal td {
  margin:0; padding:0; border:0;
  text-align:center;
  background:#333;
  height: 122px;
  width: 122px;
}

.gal td:hover, .gal td.hover {
  background:#444;
}

.gal td /* Pro IE hover */ {
  background-color: expression(
    this.onmouseover = function() { this.className += ' hover'; },
    this.onmouseout = function() { this.className = this.className.replace(' hover', ''); }
  );
}

a{
  color:white;
  text-decoration:underline;
}

h2 {font-size: 14px;	font-weight:bold; margin-bottom:5px;}

h3 {font-size: 18px;margin-bottom:5px;}

h4 {display:inline;font-size: 16px;}

form {text-align:center;margin-right:5px;}

img { border:0; margin:0; padding:0; }

abbr {
	cursor:help;
	margin-right:3px;
}

cite {
	font-size:90%;
	font-weight:bold;
}

kbd {
	font-size:110%;

	letter-spacing:0.2em;
}

.hide { display:none }

#page {
  position:relative;
  width:900px;
	left:50%;
	margin-left:-450px;
  color:white;
}


#header {
  display:none;
}

#main1 {
	margin:0; padding:0;
}
#main2 {
	margin:0; padding:0;
}

#left {
  display:none;
	width: 0px;
}

#right {
  display:none;
	width: 0px;
}

#middle {
	margin:0px;
  font-size: 13px;
}

.col {
	margin:0; padding:0.5em 1em;
}

.col2 {
	margin:0; padding:0.5em 1em 0.09em 1em;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

#footer {
  background:#1b1b1b url("../img/mail.gif") top no-repeat;
  height:30px;
	clear:both;
  font-family: monospace;
  border-top:1px solid #666;
  text-align:center;
  padding:8px 0 2px 0;
}

#end {
  color:white;
  font-family: monospace;
  font-size:10px;
}

#news {
  display:none;
}

/* results csv */
.results {
  text-align:center;

}

tr.first {
  font-style: italic;
  font-size:0.8em;
}

td.number {

}

td.name {
  text-align:left;
  font-weight:bold;
}

td.points {
  font-weight:bold;
}

td.pos {
  font-weight:bold;
}

/* kalendar */
.calendar {
  display:none;
}

.riders td {
  vertical-align:top;
}

#counter {
  top:-100%;
  background:black;
  width:120px;
  padding:3px 5px;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}

#menu a {
	display:block;
  width:120px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	padding:2px 5px;
	margin-left:6px;
	background:black;
	border-top:1px solid #3d3d3d;
}

#menu a:hover {
	color: white;
	background: #a62424;

}

#action {
  margin:5px;
  padding:5px;
	background: #ddd;
	color: #333;
	height:175px;
	font-size: 13px;
}

/* vysouvaci cssmenu */
.cssmenu {
  display:none;
}
