

#hlavni_ram
{
	WIDTH: 800px; 
	POSITION: relative;
	BORDER: 1px solid black; 
	MARGIN: auto; 
	background-color: #fbe7a2;
}

#hlavicka
{
	LEFT: 10px; 
	_LEFT: 0px;
	TOP: 10px;
	right: 10px; 
	WIDTH: 780px; 
	HEIGHT: 90px; 
	POSITION: relative; 
}

#menu
{
	LEFT: 10px; 
	_LEFT: 0px;
	TOP: 5px; 
	right: 10px;
	WIDTH: 777px;
	_width: 780px; 
	HEIGHT: 18px; 
	_height: 24px;
	POSITION: relative; 
	TEXT-ALIGN: center; 
	background-color: #f4c217; 
	color: red; 
	border: 2px solid red; 
	font-family: arial; 
	font-weight: bold; 
	font-size: 14px; 
	padding-top:2px;
}


#podmenu
{
	left:10px;
	top: 5px;
	_left:0px;
	POSITION: relative; 
	WIDTH: 781px;
	_width: 780px; 
	/* HEIGHT: 20px; */
	/* _height: 20px; */
	color: #f4c217; 
	background-color:red;
	font-family: arial; 
	font-weight: normal; 
	font-size: 12px; 
	padding-top:1px;
}

#obsah
{
	padding:5px;
	LEFT: 10px; 
	_LEFT: 0px;
	TOP: 15px;
	right: 10px;
	bottom: 10px;
	WIDTH: 769px;
	_WIDTH: 780px;
	margin-bottom:30px;
	_margin-bottom:40px;
	POSITION: relative; 
	BORDER: 1px solid black; 
	background-color: white;
	text-align:left;
	font-size:80%;
}

#jazyky
{
	left:660px;
	top: -6px;
	_left:325px;
	_top: -6px;
	POSITION: relative; 
	color: white; 
	width: 130px;
	background-color:red;
	font-family: arial; 
	font-weight: normal; 
	font-size: 14px; 
}


a.menu:visited, a.menu:link, a.menu:active  
{
	color: white;
	text-decoration:none;
}

a.menu2:visited, a.menu2:link, a.menu2:active  
{
	color: red;
	text-decoration:none;
}

a.menu:hover,a.menu2:hover  
{ 

	color: red; 
}



a.jazyky:visited, a.jazyky:link, a.jazyky:active  
{
	color: white;
	text-decoration:none;
}

a.jazyky2:visited, a.jazyky2:link, a.jazyky2:active  
{
	color: #f4c217;
	text-decoration:none;
}

a.jazyky:hover, a.jazyky2:hover  
{ 

	color: #f4c217; 
}

table {font-size:100%;}

table.tab1
{
	cellpadding:0;
	cellspacing:0;
	border-collapse: collapse;
	border:black solid 1px;
	font-size:100%;
}

td.lista
{
	background:black;
	color:white;
	border-right:white solid 1px;
	border-bottom:white solid 1px;
	padding:2px;
}

td.lista_last
{
	background:black;
	color:white;
	border-right:black solid 1px;
	border-bottom:white solid 1px;
	padding:2px;
}

td.vnitrek
{
	border:black solid 1px;
	padding:2px;
}