:focus { 
	outline: 0; 
}

body {
	text-align: center; 
	background-color: #000;
	margin: 0px;
}

#page {
	width: 800px; 
	height: 650px; 
	position: relative; 
	margin: auto; 
	background-color: #000; 
	border: 0px; 
	font-family: Tahoma, Verdana, Helvetica, Arial;
}
  
#top {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 800px; 
	height: 210px;
	background-image: url(data/header.jpg);
}

#obsah {
	position: absolute; 
	top: 210px; 
	left: 199px; 
	width: 401px; 
	height: 398px; 
	background-color: #000;
}

#obsah_01 {
	position: absolute; 
	top: 210px; 
	left: 199px; 
	width: 401px; 
	height: 900px; 
	background-color: #000;
}

.placka {
	position: absolute;
	top: 0px;
	left: 628px;
	text-align:left;
	color: #FF6600;
	text-decoration: blink;
}	

.playlist {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 15px;
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
}

.tbl {
	font-size : 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 15px;
}

.button {
	font-family : "trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 11px;
	color : #000;
	background-color : #666666;
	height : 20px;
	border : 1px solid #617d8f;
	margin-top : 2px;
}

.textbox {
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #666666;
	background-color : #000000;
	border : 1px solid #666666;
}

#footer {
	position: absolute; 
	top: 610px; 
	left: 0px; 
	width: 800px; 
	height: 42px; 
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #444444;
	background-color : #000;
	border-top : 1px solid #222;
	padding : 0px;
}

#footer_01 {
	position: absolute; 
	top: 970px; 
	left: 0px; 
	width: 800px; 
	height: 42px; 
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	color : #444444;
	background-color : #000;
	border-top : 1px solid #222;
	padding : 0px;
}

#leftside {
	position: absolute; 
	top: 210px; 
	left: 0px; 
	width: 199px; 
	height: 390px; 
	background-color: #222;
}

#rightside {
	position: absolute; 
	top: 210px; 
	left: 600px; 
	width: 200px; 
	height: 390px; 
	background-color: #222;
}

.content {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 3px;
	color: #666;
	font-size: 11px;
	text-align: justify;
	font-family : "trebuchet ms", Verdana, Tahoma, Arial, Sans-Serif;
}  

.menu {
	background-color: #333;
	margin: 0px;
	color: #666;
	font-size: 11px;
	text-align: left;
	font-weight : bold;
	color : #aaaaaa;
	padding : 4px 4px 4px;
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
}  

.odkazy {
	padding : 8px 0px 5px 8px;
	text-align: left;
}	

.tdbok {
	padding-right: 3px;
	height: 16px;
}	

.nadpis {
	background-color: #333;
	margin-left: 10px;
	margin-right: 10px;
	font-family : Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 11px;
	font-weight : bold;
	color : #aaaaaa;
	padding : 4px 4px 4px;
	text-align: left;
}	
  
a {
	color : #2b78a7;
	text-decoration : none;
	font-size: 12px;
	font-family : Sans-Serif, "trebuchet ms", Verdana, Tahoma, Arial;
}

a:hover {
	color : #356481;
	text-decoration : underline;
}

a.side {
	color : #2b78a7;
	text-decoration : none;
}
