/* CSS Document */
body {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #CCFFCC;
}

/*logo+advert1*/
div#logo {

	margin: 5px auto 0px auto;
	width: 900px;
	height: 250px;
	text-align:center;
}
/*menu left */
div#menu {
	float: left;
	width: 190px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

/*middle column*/
div#obsah {
	margin-top: 10px;
	margin-left: 190px;
	margin-bottom: 10px;
	margin-right: 145px;
	background-color: #CCFF99;
	border-style: dotted;
	border-color: #663333;
	border-width: thin;

}
/*column in the right*/
div#vpravo {
	float: right;
	width: 140px;
	margin-right: 5px;
	margin-left: 0px;

}

/*footer*/
div#paticka {
	margin-top: 10px;
	margin-left: 190px;
	margin-bottom: 10px;
	margin-right: 145px;
	background-color: #CCFF99;
	border-style: dotted;
	border-color: #663333;
	border-width: thin;
	border-top-width: medium;
	border-top-style: solid;


}
/*boxes in the left column */
div.left {
	background-color: #CCFF99;
	margin-right:10px;
	margin-left: 10px;
	margin-top: 10px;
	border-style: dotted;
	border-color: #663333;
	border-width: thin;
}
/*boxes in the right column*/
div.right {
	background-color: #CCFF99;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border-style: dotted;
	border-color: #663333;
	border-width: thin;
}


/* all that should be centered*/
.center {text-align:center}

/* select with language and country*/
select {
	font-size : 11px;
	font-family : calibri, verdana, helvetica, arial;
	color : #000000;
	text-decoration : none;
}
H1  {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 0px;
	font-size : x-large;
	font-weight : bold;
	background-color : black;
	color : #CCFF99;
	text-transform : uppercase;
	text-decoration : none;
	text-align : center;
	font-family:calibri, verdana, helvetica, arial;
}

H2  {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 0px;
	font-size : large;
	background-color : black;
	font-weight : bold;
	text-align : center;
	text-transform : lowercase;
	color : #CCFF99;
	font-family:calibri, verdana, helvetica, arial;
}

H3  {
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	text-align : center;
	background-color : black;
	color : #CCFF99;
	text-transform : lowercase;
	font-family:calibri, verdana, helvetica, arial;
}


A {
	font-size: small;
	font-weight: normal;
	color: black;
	text-decoration: underline;
	font-family:calibri, verdana, helvetica, arial;
}

A:hover {
	color : black;
	background-color : #CCFF99;
}

A.menu {
	font-size: medium;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #CCFF99;
}
A.menu:hover {
	color : #CCFF99;
	background-color : #000000;
}

p {
	font-size: small;
	font-family:calibri, verdana, helvetica, arial;
}

SPAN.pojem {
	font-weight: bolder;
	font-size: small;
}

TD  {
	font-size : small;
	text-align : left;
	font-family:calibri, verdana, helvetica, arial;
}

TR {
	background-color : white;
}

.tucne {
	font-weight: bold;
}

.neaktivni {
	color: black;
	background-color: #FFCCCC;
}

.data {
	font-size : small;
}
td.velkadata {
	font-size : small;
}

.postup {
	background-color: #CCFF99;
}

.posunuty {
	padding-left: 100px;
	text-align: left;
}

TD.skore {
	text-align: center;

}

IMG {
	border: none;
}

table#skiller {
	width: 630px;
	border: 0px none Black;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-collapse: collapse;
}

table#hrac {
	width: 210px;
	border: 1px solid Black;
	padding: 0px;
	margin: 2px;
	border-collapse: collapse;
}


td.skillername {
	background-color: #cccccc;
	font-size: small;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	height: 18px;
	margin: 0px;
	padding: 0px;
	border: 0px none Black;
	border-collapse: collapse;

}

td.skiller {
  	font-size: 12px;;
	margin: 0px;
	margin-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: 12px;
	border: 0px none Black;
	border-collapse: collapse;
	vertical-align: top;
}

td.oddelovac {
font-size: small;
	border-top: medium solid Black;
	padding-left: 2px;
}

img.skiller {
	margin: 0px;
}

td#textupdate {
    background-color: #CCFF99;
}