body{
background-color: black; background-image: url('../logo/pyr.jpg');  background-position: center center; background-attachment: fixed; text:yellow;
color: yellow;
}

a: {color: yellow;}
a:link, a:active, a:visited {
	color: #AAAAAA; 
	text-decoration: none;
}

a:hover {
	color: red; 
	text-decoration: none;
}


.menu
{
	width: 200px;
	top:30px;
	float: left;
	margin: 0, 0, 0, 0;
	padding: 0, 0, 0, 0;
	border: none;
}

.clanek{
position: absolute;
top: 10px;
left: 310px;
width: 780px;
height: 150px;
align: left;
float: right;
margin: 5px 5px 5px 5px;
padding: 10px 10px 10px 10px;
border: none;
background-color: #DDDDAA;
color: black;
}

.clanek a:link, a:active, a:visited {
	color: blue; 
	text-decoration: none;
}

.clanek a:hover {
	color: red; 
	text-decoration: none;
}

.obsahdalsi
{ 
	position: absolute;
	top: 170px;
	left: 300px;
	width: 800px;
	float: left;
	margin: 0, 0, 0, 0;
	padding: 0, 0, 0, 0;
	border: none;
	color: yellow;
}

table#obsahdalsi th
{
	color: yellow;
}
	
table#obsahdalsi td
{
	color: yellow;
}	


.nahled
{
	position: absolute;
	top: 50px;
	left: 1100px;
	color: yellow;
        align: center;
	width: 200px;
	float: right;
	margin: 0, 0, 0, 0;
	padding: 0, 0, 0, 0;
	border: none;
}	

table#nahled td a:hover
{
	background: blue;
	bgcolor: blue;
	
}	

.dataNahled
{
        align: left;
	width: 400px;
	float: right;
	margin: 0, 0, 0, 0;
	padding: 0, 0, 0, 0;
	border: none;
}	


table#data th
{
        text-align: center;
	width: 200px;
	float: left;
	margin: 0, 0, 0, 0;
	padding: 0, 0, 0, 0;
	border: 1px;
	font-size: 1.5em;
}	

table#data th
{
	color: yellow;
	background-color: #303030;
}	


table#menu td {
	background-color: #303030;
}	
table#menu a:link a:visited a:active {
	color: #CCCCAA;
	text-decoration: none;
}

table#menu a:hover
{
	color:yellow;
	background-color: red;
	text-decoration: none;
}	

table#abc{
	color : black;
}

table#abc a:link, a:active, a:visited{
	color : blue;
	text-decoration : none;
}

table#abc a:hover{
	color : red;
	text-decoration : none;
	background-color : #303030;
} 

table#abc td {
	color : black;
}

table#abc td a:link, a:active, a:visited {
	color : blue;
	text-decoration : none;
}

table#abc td a:hover {
	color : red;
	text-decoration : none;
	background-color : #303030;
} 

table#abc h3 {
	color : black;
}

table#abc h2 a:link, a:active, a:visited {
	color : blue;
	text-decoration : none;
}

table#abc h2 a:hover {
	color : red;
	text-decoration : none;
	background-color : #303030;
} 