@charset "utf-8";
/* CSS Document */

body.stranka
{
	background-image: url(../image/background_page.gif);
}

div.top_whole
{
	margin: auto;
	height: 207px;
	width: 900px;
}

div.top2_whole
{
	float: left;
	background-image: url(../image/background_kolaz.jpg);
	height: 167px;
	width: 900px;
}

div.top2a_whole
{
	float: left;
	background-image: url(../image/background_submenu.gif);	
	height: 30px;
	width: 900px;
}

div.main_whole
{
	margin: auto;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.main_left_inside
{
	background-image: url(../image/background_main.gif);	
	float: left;
	min-height: 450px;
	width: 180px;
}

div.main_center_inside
{
	background-image: url(../image/background_main.gif);
	float: left;
	margin-left: 10px;
	min-height: 450px;
	width: 520px;
}

div.main_right_inside
{
	background-image: url(../image/background_main.gif);
	float: left;
	margin-left: 10px;
	min-height: 450px;
	width: 180px;
}

div.bottom_inside
{
	background-image: url(../image/background_bottom.gif);
	margin: auto;
	height: 30px;
	width: 900px;
	border: none;
}

a.submenu
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

a.submenu:hover
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

a.menu
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #1E3AB5;
	text-decoration: none;
}

a.menu:hover
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #006600;
	text-decoration: underline;
}

a.aktualne
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #1E3AB5;
	text-decoration: none;
}

a.aktualne:hover
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #1E3AB5;
	text-decoration: none;
	cursor: default;
}

a.vysledky
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #E03905;
	text-decoration: none;
}

a.vysledky:hover
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #E03905;
	text-decoration: underline;
}

