/* CSS atletika-olymp.cz */

body {
	behavior:url("csshover.htc");
	margin: 0;
	padding:0;
	background: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}
a:link {
	color: #006633;
	text-decoration: none;
	border-bottom: 1px #006633 dotted;

}
a:visited {
	text-decoration: none;
	color:  #006633;
	border-bottom: 1px #006633 dotted;

}
 a:hover {
	text-decoration: none;
	color: #990000;
	font-weight:bold;
	border-bottom: 1px #990000  dotted;
}
 a:active {
	text-decoration: none;
	color: #006633;
	border-bottom: 1px #006633 dotted;

}

/* stránka */
div#stranka {
	width:974px;
	margin: 20px auto 0px; 
	min-height:600px;
	background:#FFFFFF;
}
div#logo {
	width:974 px;
	height: 270px;
	height: auto;
	margin: 0;
	padding: 0;
}
/* menu - nabidka */
div#menu {
	float: left;
  	width: 180px; 
	top: 0px;
	margin:0;
	padding: 10px;
	border-right: 1px #006633 dotted;

}
	
	
div#obsah {
	width:774;
	margin-left:200px;
	padding:10px;
	font-size: 100%;
	color: #006699;
	border-left: 1px #006633 dotted;

}
div#tab tr {
	background: #006699;
	color:#FFFFFF;
}
/* link obsah*/


/*pata*/
div#pata{
	width: 974px;
	height: auto;
	color:#666666;
	margin:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	font-size: 80%;
	border-top: 1px #006633 dotted;

}
