/* 
 *  Style for HIPPO GAMES 
 *  2005 - Bernard Lidicky -
 *
 *  Released under GPL :-)
 *
 */

body {
/*  color : rgb(0, 0, 0); */
/*  background-color : rgb(245, 245, 255);*/
  background-color:  rgb(254, 252, 229);
  color: rgb(51, 51, 51);
  font-family : vantgarde,helvetica,arial,sans-serif;
/*  font-size : 12px;*/
  margin: 0px;
}

/*---------------obarveni---------------------*/

a:link, a:visited, a:active {
    color: rgb(0, 150, 0);
    text-decoration: none;
}

a:hover
{
    color: rgb(0, 200, 0);
    text-decoration: none;

}

h2 {
  color : rgb(230, 180, 50);
}
h3 {
  color : rgb(50, 80, 50);
}

table.download{
   border-left: 2px solid rgb(0, 150, 0);
}

tr.downloadTR{
   background-color: rgb(0, 150, 0);
   color: rgb(254, 252, 229);
}


table.stat{
  border: 2px solid rgb(0, 150, 0);
  border-spacing: 0px; 
}

table.stat > td {
   margin: 2px;
   padding: 2px;
   color: rgb(254, 252, 229);
}

td.first{
   background-color: rgb(0, 150, 0);
   color: rgb(254, 252, 229);
}

/*
table > tbody td {
*/
/*--------------rozlozeni na strance----------------------*/

#hlavicka {
	border-bottom: 2px rgb(0,150,0) solid;
	height: 70px;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 0em;
}

#tuxflag {
	position: absolute; right: 30px;
}

#tux {
	position: relative; top: 25px;
}

#flag{
	position: relative; top: 7px;
}

#logo {
	position: relative; top: 21px;
}

#menu {
	position: absolute; top: 100px; left:2em; width: 9em;
	border-left: 2px rgb(0,150,0) solid;
	padding-left: 0.4em
}

#text{
	position: absolute; top: 110px; left: 11.4em;
	margin-right: 2em;
}

#menulist{
	list-style-type: none;
	list-style-position: outside;
	margin 0px;
	padding 0px;
}

/*---------------------- ostatni -----------------------------*/

img {
  border-width = 0px;
}

div.center {
   text-align: center;
}



