﻿body
{
	width : 100%;
	margin : 0px;
	padding : 0px;
	background-image : url('../../img/default/bground.gif');
	background-repeat : repeat-x;
	background-color : RGB(213, 227, 237);
}
.BeckaTable
{
	background-image : url('../../img/css/beckaBg.gif');
	background-repeat : repeat-y;
}
/* Header */
.HeaderTable
{
	width : 900px;
	height : 267px;	
	background-color : White;
	background-image : url('../../img/default/bgroundLide.png');
	background-repeat : no-repeat;
	background-position : center bottom;
}

.MenuTable
{
	width : 100%;
	height : 45px;
}

.MenuTd
{
	width : 95px;
	height : 45px;
	font-family : Georgia;
	font-size : 12px;
	font-weight : bold;
	vertical-align : bottom;
	text-align : left;
}
.MenuTd a
{
	text-decoration : none;
}

.MenuRoz
{
	width : 12px;
	height : 45px;
	background-image : url('../../img/css/rozdelovnik.gif');
	background-repeat : no-repeat;
	background-position : left center;
}


/* Obsah */
.ObsahTable
{
	width : 900px;
	background-color : White;
	text-align : justify;
}

/* Paticka */
.Footer
{
	height : 42px;
	font-family : Verdana;
	font-size : 9px;
	color : White;
	background-color : RGB(9,63,85);
}

/* Prihlaseni */
.PrihlaseniTable
{
	width : 232px;
	height : 123px;
	background-image : url('../../img/prihlaseni/prihlaseniBg.gif');
	background-repeat : no-repeat;
	background-position : right bottom;
	position : relative;
	top : 20px;
	font-family : Verdana;
	font-size : 11px;
	color : White;
}
.PrihlaseniInfoTable
{
	width : 232px;
	height : 123px;
	background-image : url('../../img/prihlaseni/prihlaseniInfoBg.gif');
	background-repeat : no-repeat;
	background-position : right bottom;
	position : relative;
	top : 20px;
	font-family : Verdana;
	font-size : 11px;
	color : RGB(44,72,91);
	text-align : left;
}
.PrihlasitBtn 
{
	border : none;
	font-family : Verdana;
	font-size : 10px;
	color : RGB(9,63,85);
	background-image : url('../../img/prihlaseni/prihlaseniBtnBg.gif');
	background-repeat : repeat-x;
	background-position : right bottom;
	background-color : RGB(64, 168, 220);
	width : 73px;
	height : 18px;
	vertical-align: middle;
}

h2
{
	font-family : Arial;
	font-size : 18px;
}

a.underline:hover, table.ObsahTable table.BeckaTable table.GlobalTableBSeda tr td a.underline:hover
{
	text-decoration:underline!important;
}
ul
{
	margin-top:3px;
	padding-top:0px;
}

.under table tr td a:hover
{
	text-decoration:underline!important;
}

